Page 1 of 1

CSS not work on IE

Posted: 11 Feb 2011, 12:10
by CprlLauc
I was just wondering, Im writing some CSS and xhtml, and so far they work on Firefox and google Chrome, but Internet explorer completely ignores the CSS. Can anyone help? I cant give you any details of the webpage but if anyone knows why Internet Explorer doesnt like my CSS please tell and if you know how to fix it tell also.
-CprlLauc

Re: CSS not work on IE

Posted: 11 Feb 2011, 14:13
by Furdabip
Because IE uses it's own engine, and every other browser uses engines that actually comply with W3C standards. It's common knowledge amongst webprogrammers. Also why there's a lot of workarounds for stuff.

The only limitations I know of are lack of .form[type] support, and :link, :hover, :visited only working on links and no other elements. If it's not one of those, then you'll have to post what the issue is and example code for me to be of any help.

Or, y'know, go to an actual coding help site and post there for help. :-p

Re: CSS not work on IE

Posted: 12 Feb 2011, 04:34
by CprlLauc
Just thought some clever-clogs here might know :P