Forum Moderators: not2easy

Message Too Old, No Replies

magical disappearing text!

         

Jimmy Turnip

12:12 pm on Feb 17, 2005 (gmt 0)

10+ Year Member



I have quite a complex css setup with several style sheets so that the site can be rebranded really easily, but for some reason some of the text on the page is magically disappearing in IE when I hit refresh.

My heading text and images do not disappear. If I scroll down and then back up, the magic text reappears! There are no errors in the HTML or style sheet and I don't think there is anything clashing, because that was the first thing I assumed.

My layout is made of divs and all the text is correctly arranged in paragraph tags.

I can't easily post the code, but is this a common problem? If it is, what on earth could be causing it?

Help, please.

Hester

1:12 pm on Feb 17, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This sounds like a known bug in IE. Go to positioniseverything.net [positioniseverything.net] and there's something about it there I think.

[edited by: DrDoc at 8:42 pm (utc) on Feb. 17, 2005]
[edit reason] linked URL [/edit]

Jimmy Turnip

3:14 pm on Feb 17, 2005 (gmt 0)

10+ Year Member



Hmmm... that's just ridiculous.

Fixed by making the magical disappearing elements "position:relative;" because they were inside an absolutely positioned element.

[edited by: DrDoc at 8:40 pm (utc) on Feb. 17, 2005]