Forum Moderators: not2easy

Message Too Old, No Replies

A layout problem

         

ivanhalen

1:57 pm on May 2, 2006 (gmt 0)

10+ Year Member



Hi guys,
This is my first post here, hope you can help :-)

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]

londrum

9:02 pm on May 3, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



yeah, the dissapearing content is a well-known bug in IE.
but for some reason it will start working if you include
position:relative
in the containing element.

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)

ivanhalen

7:16 am on May 4, 2006 (gmt 0)

10+ Year Member



Thanks Londram,
I did a better research and solved everything (even the extra left-margin) putting [height: 1%] in the surrounding box

Thanks still!