Homepage » Web Development » Internet Explorer CSS Bug = Vanishing Content

Internet Explorer CSS Bug = Vanishing Content

By Jonathan + August 18th, 2005

Bugs like this are making me consider going back to FONT tags. Wait-a-minute, I could get the blink tag in there too…Long live Web 0.1! :D

Internet Explorer Bug: Vanishing Content

If the specified width is not a percentage, then the absolutely positioned element will disappear when the window is horizontally resized. If the specified width is a percentage, it will disappear as the window is rezized, but reappear when it is resized.

O comments at "Internet Explorer CSS Bug = Vanishing Content"

Be the first commenter!

Comment Now!

Name* Email* Blog / Website

Latest Posts

C#: Returning an array via webservice with derived classes November 20th, 2008

C#: Returning an array via webservice with derived classes

Here’s a neat little thing I learned today. I was writing a WebMethod for a WebService I’m working on for ScribbleLive. The return type[...] Read the rest »