Krisman
09-26-2007, 01:14 AM
I'm using a div tag as a news box and can't get its height constant in IE6. I haven't been able to check in anyother browsers.
This is my current code. Its outside of any other tags and theres no css on divisions in general (just another div class) so nothing else should be affecting it.
div.news {
background-color: transparent;
border: inset 3px #FF3399;
position: absolute;
top: 170px; left: 150px;
min-height: 200px;
max-height: 200px;
width: 300px;
scroll: auto; }
<div class="news">Lots of text was here to test height just text no HTML</div>
This is my current code. Its outside of any other tags and theres no css on divisions in general (just another div class) so nothing else should be affecting it.
div.news {
background-color: transparent;
border: inset 3px #FF3399;
position: absolute;
top: 170px; left: 150px;
min-height: 200px;
max-height: 200px;
width: 300px;
scroll: auto; }
<div class="news">Lots of text was here to test height just text no HTML</div>