Jonathan Carter wrote: > I've actually isolated what my issue is with this. I've got the list > working fine in both FF and IE, but if I try to absolutely position > the entire list, the images are no longer centered in FF, but it > still works in IE.
Do you have a test page to show us what you're trying to achieve exactly? It doesn't make sense to me that you're using an absolute positionned element that could contain an "unlimited" amount of children. Usually, when the size of an element can be "anything", it is better to leave it in the flow... BTW, did you try to set a with on your floats? --- Regards, Thierry | www.TJKDesign.com ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
