Topic: IE drivin' me insane - a CSS problem (Page 1 of 1) |
|
|---|---|
|
Maniac (V) Mad Librarian From: the space between us |
posted 04-11-2006 21:41
hi there code: #agindex
{
float:left;
width:237px;
height:353px;
background-image:url(i/agindex.jpg);
background-repeat:no-repeat;
background-position:left;
margin-left:69px;
}
|
|
Maniac (V) Inmate From: PA, US |
posted 04-12-2006 01:59
With those two floats you will more than likely need to implement the 3 pixel jog hack, but that doesn't appear to be your problem at the moment. |
|
Nervous Wreck (II) Inmate From: |
posted 04-12-2006 03:59
This is my guess: |
|
Maniac (V) Mad Librarian From: the space between us |
posted 04-12-2006 10:00
weeeeeeee display:inline did it |