Posted by Dario Zuffi on 10/02/05 17:18
Hello,
I want to have the background-color set for a container. With firefox I
get the result I expect. The grey background is set from 14px top to
100px from the bottom.
With IE6 the background-color is only set for those lines that contain
text and not till 100px from the bottom.
#right {
position: absolute;
top: 14px;
bottom: 100px;
left: 272px;;
width: 600px;
background-color: #eeeeee;
overflow: auto;
}
Any idea? THANKS!
Dario
[Back to original message]
|