Hello, i have a website and have problem with div that are correctly positionnated on firefox or chrome but not under IE6 and 8. Could someone advise me how to solve this. have a look at http://game-4-free.com Thanks
Having problems with IE is expected and the norm. Unfortunately, I don't have IE available to look at it right now.
Hi, I am having a problem with my website in Chrome & IE. I understand the problems that IE has with CSS but I know there is a way around it but can't work it out. Any help would be appreciated.
you have to attach "ieonly.css" that works only when you use IE it makes no effect on others like firefox <!--[if IE]> <link rel="stylesheet" type="text/css" href="..........path......../ieonly.css" /> <![endif]-->
So literally make another stylesheet thats called ieonly.css and style it so it looks right in IE? That easy?
<!--[if IE]>[code you want executed if user uses IE]<![endif]--> Code (markup): You just need an IE-compliant stylesheet, which is a pain because IE is such crap.... it's a process to build one.
Thanks , guys i found that the problem was just when browsing with Ie6 no problem with ie7 or ie8. I just added a style sheet css link for ie6. Thanks