Wed, 2004-05-19 22:47
Hi. I'm having a problem with IE not displaying a div correctly. Specifically "breadcrumbA". In IE6 the div is there but the text and bg color can't be seen unless I select it with the mouse. Thx for your help.
Thu, 2004-05-20 00:43
#1
Weird IE 6 problem
I think it is the weird float bug where sometimes elements touching a float do not appear. Just do this:
#breadcrumbA { background-color: #CCCCCC; z-index: 100; height: 1%; }
However, be sure you check in other browsers so the height setting doesn't bite you
I use this to fix the IE bugs and it seems to work fine for me in NS7.1, Moz1.4 and Opera7.11
Thu, 2004-05-20 04:20
#2
Weird IE 6 problem
Yep that did it. Now that you've mentioned it I remember coming across that problem before. But it's those little things that are the most frustrating. Thanks agian.