I don't have IE6 running, but you should try adding a special stylesheet for IE6 only
put this in the head of your HTML document:
<!--[if IE 6]>
<link type="text/css" rel="stylesheet" href="css/ie6.css" />
<![endif]-->
Then you can make IE6 specifice changes that will only render in IE6.
Srećno (Good Luck),
Jamie
--
--
You received this because you are subscribed to the "Design the Web with CSS"
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
