This idea is to use div' s to force text to wrap tightly around a background graphic. The divs have borders on right now so you can see them. NS6 handles the page pretty well.
The problem is in IE6: if you scroll down and then up again, the text disappears. The same thing happens if you click on anotehr application and then come back to the IE window.
Any clues to this?
<edit>Fixed link
Reflect -> RE: Disappearing text under CSS (6/26/2003 12:12:21)
Hi,
I just took a fast peak to try and recreate the issue and I could not. I viewed with IE 6.0.2800.1106 service pack two. However the bg image does have text over it on the first view without any scrolling occurring. SMR1/2/3/4 all are blank on the initial page load also. However looking at the source I see SMRx is the only text in those DIVs. It' s like this:
p class=" body" align=" justify" > <span class=" foursquare" >foursquare</span> is
is being forced around the first three DIVs and not the bg image. maybe the absolute positioning needs looked at in your CSS file? I' m still learning on issues like this so sorry if I am off base.
Brian
Brian
Spooky -> RE: Disappearing text under CSS (7/6/2003 22:19:42)
I assume its a display bug of some sort too. I get a similar thing with the frontpage of the forum, the new / no new message icon text disappears at times. Highlighting the text brings it back.
I dont think theres anything special about the display of that code, so its hard to troubleshoot.