Thread: IE vs the rest

Page 1 of 3 123 LastLast
Results 1 to 10 of 25
  1. #1
    Join Date
    May 2007
    Posts
    50
    Plugin Contributions
    0

    Default IE vs the rest

    My site looks good in IE. But when i check the site with for example Firefox it looks crappy.

    Is there some kind of tool i can use to look for not-IE-compatible code?
    I want my site to look nice in as many browsers as possible.

    Grtz

  2. #2
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: IE vs the rest

    Most designers design a website to the most compliant browser first.....Firefox.....and then add the css hacks for IE.

    do you have a url?
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  3. #3
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    Plugin Contributions
    20

    Default Re: IE vs the rest

    As Mike suggests, you should design in Firefox and then fix for IE, and to help you do that, there is an excellent module available here which allows you to easily utilise a separate stylesheet for IE or even different versions of IE.

    This is one of those tiny improvements to ZC that saves hours and hours of time (like the Improved Attributes Controller).
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  4. #4
    Join Date
    Sep 2006
    Posts
    66
    Plugin Contributions
    0

    Default Re: IE vs the rest

    Until very recently i have been designing sites as far back as IE5.

    On average out of my 20 or so sites i see less than 1% of users still using the horrible outdated browser they call Internet Explorer 5.

    1% is a small enough figure to count them out of my target audience. It certainly saves a lot of time as IE5 renders very badly.

    IE6 still has a huge hold of the market with IE7 increasing steadily.

    As mentioned though its better to design your site in FireFox or Opera ( Fully compliant browsers) then work back from there into the versions of IE.

  5. #5
    Join Date
    May 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: IE vs the rest

    Ok thx for input.

    So the best for me is to start designing from Firefox/opera point of view and then use seperate stylesheets for IE?

    Here s the site im talking about: http://www.specialmemories.nl/shop/

    I m willing to learn so keep posting comments

  6. #6
    Join Date
    Sep 2006
    Posts
    66
    Plugin Contributions
    0

    Default Re: IE vs the rest

    Quote Originally Posted by Goofy View Post

    So the best for me is to start designing from Firefox/opera point of view and then use seperate stylesheets for IE?
    Yeah thats exactly how you do it

  7. #7
    Join Date
    May 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: IE vs the rest

    Quote Originally Posted by JohneeMac View Post
    Yeah thats exactly how you do it
    Ok, thx

    Do you guys have some general css tips, i mean maybe some css code which always looks bad in firefox/opera and which you should better not use

  8. #8
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: IE vs the rest

    ...wouldn't life be grand if it was that easy. Each of the IE browsers has it's own quirks and there isn't a magic bullet.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  9. #9
    Join Date
    May 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: IE vs the rest

    Quote Originally Posted by Kim View Post
    ...wouldn't life be grand if it was that easy. Each of the IE browsers has it's own quirks and there isn't a magic bullet.
    hehe ok thx im just a newbie..

  10. #10
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    Plugin Contributions
    20

    Default Re: IE vs the rest

    With the suggestion I made, other browsers completely ignore the IE specific stylesheet, but IE doesn't ignore the other stylesheets. So you create the site in Firefox THEN check through it in IE adding ONLY the solutions to the IE quirks.

    You can even have something like:

    Code:
    #myclassid{position: relative; top: 20px;}
    in the main stylesheet which will be acted on by all browsers and

    Code:
    #myclassid{position: relative;left: 10px;}
    in the IE specific stylesheet so that in IE ONLY the element will have the horizontal adjustment as well
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v151 Trying to get the header larger than the rest of the pages
    By AlexThibo in forum Templates, Stylesheets, Page Layout
    Replies: 41
    Last Post: 25 Sep 2013, 10:00 PM
  2. the 1st row of products displays the product description in bold, but the rest don't
    By RilKen27 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 20 Sep 2009, 07:33 PM
  3. How do I 'include' the Zen header on the rest of site?
    By operandii in forum General Questions
    Replies: 1
    Last Post: 24 May 2009, 05:01 AM
  4. Deleting the rest of the countries from the list
    By pcaspian in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 31 Aug 2008, 06:19 PM
  5. Flash header on the index page ONLY. jpg on the rest of the pages
    By perfectlyclearmedia in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Aug 2008, 05:37 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg