The headings and paragraph text beneath the word "Dashboard" on the Dashboard page tends to disappear and reappear in IE6. Dragging the cursor over it makes it appear again. This is a CSS issue. Are there any known solutions to this?
The headings and paragraph text beneath the word "Dashboard" on the Dashboard page tends to disappear and reappear in IE6. Dragging the cursor over it makes it appear again. This is a CSS issue. Are there any known solutions to this?
Can you do a force refresh (CTRL + F5) to make sure that the css is properly loaded as I've experienced no problems with IE on WP 1.5x.
I tried that. I've since put * html div { height: 100%; } /* IE hack */ at the top of wp-admin.css and * html h2 { height: 1%; } /* IE hack */ above h2 (as the h2 was disappearing too). The text now displays but I would imagine there is a more accurate fix than that.
This topic has been closed to new replies.