Forum Moderators: not2easy
I have this 3-columns layout...
Try to get it with IE 6+: all is fine except for the last box on the central column: as you can see, when I put the image on the right of the text, I get a very-strange margin on the left of the box...
More, when I refresh the page, very often not all the text in that box is visible (it seems that some words are "hidden", but they appear when I select them with the mouse)
This is very strange and I tried to double-check for errors, but had no luck: any suggestions, please?
Thanks a lot
[edited by: rogerd at 2:28 am (utc) on May 3, 2006]
[edit reason] No specifics or URLs, please. [/edit]
so if it's <p>blah blah</p> that's disappearing, for example, put
position:relative
in the surrounding <div> (or whatever it is you have on your page)