Topic: inline unordered lists not rendering right (Page 1 of 1) |
|
|---|---|
|
Bipolar (III) Inmate From: you tell me |
posted 06-16-2009 21:49
Check this site out in firefox and IE 6- www.thecarlovers.com. Its totally mangled in IE6 for obvious reasons. I'm using unordered lists for gallery pictures but its not rendering in IE6 as it should. code: ul.gallery{
display:block;
padding:0px;
}
ul.gallery li{
display: inline-block;
padding:0px 1px 0px 0px;
text-align:center;
list-style-type:none;
vertical-align:top;
text-align:top;
} |
|
Maniac (V) Inmate From: there...no..there..... |
posted 06-29-2009 22:36
I don't see any difference in that page between FF and IE6. |
|
Paranoid (IV) Inmate From: Florida |
posted 06-30-2009 09:36
quote:
|