Topic: problems with display in IE - imagine that |
|
|---|---|
| Author | Thread |
|
Maniac (V) Inmate From: there...no..there..... |
posted 12-21-2005 22:45
Would someone care to take a look at this page for me? It looks fine in FireFox but IE doesn't want to display the picture in the middle in the right spot. Imma freakin out ! |
|
Paranoid (IV) Inmate From: Florida |
posted 12-22-2005 01:42
I got tired of trying to make sense of IE. Probably some simple well-known bug, though. :P code: #leftnav {
width: 200px;
height: 209px;
overflow: hidden;
float: none !important;
}
#content {
margin-top: -209px;
padding: 0 !important;
}
#contentPic {
margin: 0 !important;
}
#bottomBox {
margin: 0 !important;
} |
|
Maniac (V) Inmate From: there...no..there..... |
posted 12-22-2005 04:15
thanks. that was driving me crazy |