This is a strange bug that I've encountered before but ignored until now.
<!-- m --><a class="postlink" href="http://uwmike.com/layout/pastel/topbar.php">http://uwmike.com/layout/pastel/topbar.php</a><!-- m -->
<!-- m --><a class="postlink" href="http://uwmike.com/layout/pastel/topbar.php?outline">http://uwmike.com/layout/pastel/topbar.php?outline</a><!-- m --> (for those without the webdev toolbar)
It works correctly in firefox, but IE5 and IE6 display the very obvious bug.
Is this a bug with a know workaround for IE?
Is there a 'filter' I can use that will pass a bottom: -1px value to ONLY IE?
Thanks,
Mike
Yes, I know it's possible to do this without absolute positioning (my current homepage (<!-- m --><a class="postlink" href="http://uwmike.com">http://uwmike.com</a><!-- m -->) does), however, this is the method I'd like to try, in the interests of reducing imagecount by slicing.Okay, according to this table (<!-- m --><a class="postlink" href="http://centricle.com/ref/css/filters/">http://centricle.com/ref/css/filters/</a><!-- m -->), my best bet is to use the good old CSS2-selector to isolate IE5 and 6. I'll be hiding my precious style from IE4 and NS4 anyways, and I've never even heard of iCab.
I'd still be interested to hear if this behaviour is documented anywhere, and if so, what the rationale is for it.Change bottom:0px to top:86px in #headerbar #bl and #headerbar #br
<!-- m --><a class="postlink" href="http://uwmike.com/layout/pastel/topbar.php">http://uwmike.com/layout/pastel/topbar.php</a><!-- m -->
<!-- m --><a class="postlink" href="http://uwmike.com/layout/pastel/topbar.php?outline">http://uwmike.com/layout/pastel/topbar.php?outline</a><!-- m --> (for those without the webdev toolbar)
It works correctly in firefox, but IE5 and IE6 display the very obvious bug.
Is this a bug with a know workaround for IE?
Is there a 'filter' I can use that will pass a bottom: -1px value to ONLY IE?
Thanks,
Mike
Yes, I know it's possible to do this without absolute positioning (my current homepage (<!-- m --><a class="postlink" href="http://uwmike.com">http://uwmike.com</a><!-- m -->) does), however, this is the method I'd like to try, in the interests of reducing imagecount by slicing.Okay, according to this table (<!-- m --><a class="postlink" href="http://centricle.com/ref/css/filters/">http://centricle.com/ref/css/filters/</a><!-- m -->), my best bet is to use the good old CSS2-selector to isolate IE5 and 6. I'll be hiding my precious style from IE4 and NS4 anyways, and I've never even heard of iCab.
I'd still be interested to hear if this behaviour is documented anywhere, and if so, what the rationale is for it.Change bottom:0px to top:86px in #headerbar #bl and #headerbar #br