Thursday, May 15, 2008

IE 6 Disappearing Header Issue

If you have floating elements on your page, you may notice that the headers will appear transparent on the page. Highlighting the header, will show that it is still present on the page. However on the inital load of the page, users will not be able to see it.

The fix for this is relatively simple. Adding a CSS tag to your headers of { position:relative; }, will display the headers normally and typically won't affect the layout of the page.