Works in mozilla but not in IE.....Help Needed

by 14 replies
17
HI friends,

http://www.worldrecipestips.com this is my first website that i have created using CSS.....When i open this site using mozilla browser it worls perfect.....But its not working properly in IE.

What i have to do.....Do i need code CSS in different way for IE.
#website design #iehelp #mozilla #needed #works
  • works on IE9 here. which IE is giving you the problem?
    • [1] reply
  • which version of css are you using ?
    • [1] reply
  • Ah yes, the traditional IE6 bugs... I can't tell you how many hours I've spent with those workarounds. IE6 reads certain CSS elements a bit differently, especially padding. It's always referred to as "the box model" IE6 treats padding css elements differently than every other browser. Here's some good info:

    IE CSS Bugs That’ll Get You Every Time | CSS-Tricks
    Internet Explorer box model bug - Wikipedia, the free encyclopedia

    On the other hand you could ignore IE6, it's fairly old and the percentage of folks using it these days is fairly small.

    Hope this helps
    • [ 1 ] Thanks
    • [3] replies
    • ginak59 is right but you can still get over this problem by customizing css for different browsers I mean load a Ie6 customized css if your site is opening in ie6 you can do this by monitoring the get or post data requests
      or look at this
      rafael.adm.br/css_browser_selector/
    • I whole heartedly agree. IE6 is quite old and most people are not running it. That being said there is a solution to the problem. Microsoft has created a little routine that is just like one line of code that goes in the head section of your page. Basically it looks at your browser and if it's IE6 it loads a different style sheet. You basically make a copy of your style sheet and then edit the copy (with a different name of course) so that it displays correctly in IE6. Now whenever you load the page in IE6 it will display correctly.

      I'm sorry to say I don't know where to get the code right off hand. I always have to go look it up whenever I run into this issue.
      • [1] reply
    • Thanks for your help ginak.....i'll surely look at the those links.....
  • Whoa... people are still using IE6?
    • [1] reply
    • Unfortunately, yes. And there are many...
  • Thanks for advice friends.......I have Changed IE to latest version....Always my default Browser is Mozilla thats why i have not checked IE...

Next Topics on Trending Feed