Since I just can't make it X-browser valid, I decided to make different sheets for all browsers. Is there a way to include a ie.css file, which will only affect internet explorer? Thanks in advance, Xabber.
Try putting something like this in your <head>: <!--[if IE]><link rel="stylesheet" href="/path/to/ie.css" type="text/css" /><![endif]--> Code (markup):
It can also be used with much flexibility such as targeting for various versions of IE and for tags in <body>: