Greetings,
I have found that a small graphic located at the bottom of my site's homepage right sidebar shifts out of the sidebar to the left main content region in IE6 only. At this point, I'm just trying to hide it from IE6 instead of trying to make it work. So...
I created a conditional comment in the head:
Created ie6.css with a single style:Code:<!--[if IE6]> <link rel="stylesheet" type="text/css" href="http://www.magpiemosaics.com/fb/includes/css/ie6.css" /> <![endif]-->
.IE6_imgFix { display: none; }
And then attempted to apply the class style (class="IE6_imgFix") to the image tag (I also attempted to apply it to the surrounding div when that wouldn't work, changing the style name to .IE6_imgFix img)
For some reason, the image still shows in IE6.
I greatly appreciate any advice!
http://www.magpiemosaics.com/fb





Bookmarks