Stimpy
Fledgling Freddie
- Joined
- Dec 22, 2003
- Messages
- 674
I decided to start learning XHTML/CSS last weekend and so far it's going pretty well, I've run into a slight problem though, I have the following code
#outline {
position:relative;
width:auto;
top:-1px;
min-width:120px;
min-height:800px;
margin:0px 210px 1px 170px;
border-left:1px solid black;
border-right:1px solid black;
background-color:green;
padding:10px;
z-index:3;
}
My problem is IE6 is completely ignoring the min-height:800px I have in there, it's absolutley fine in Firefox (damn you Explorer) I was hoping someone could shed some light on this or may know of a hack to make IE behave, I would post the site but I've just put a load of php in it and I haven't got my php webspace yet I'm just testing locally.
Thanks in advance if anyone can help
#outline {
position:relative;
width:auto;
top:-1px;
min-width:120px;
min-height:800px;
margin:0px 210px 1px 170px;
border-left:1px solid black;
border-right:1px solid black;
background-color:green;
padding:10px;
z-index:3;
}
My problem is IE6 is completely ignoring the min-height:800px I have in there, it's absolutley fine in Firefox (damn you Explorer) I was hoping someone could shed some light on this or may know of a hack to make IE behave, I would post the site but I've just put a load of php in it and I haven't got my php webspace yet I'm just testing locally.
Thanks in advance if anyone can help