Hi,
This is my first post and I am fairly new to CSS. I'd like some help positioning a floated list. The image link is an example of that the design should look like (http://www.datadial.net/test/bb-example.gif ). The problem I am having is that I can float the list items to get them to sit side by side but the list needs to be centred in the column. Some products will have fewer size options (ie. I don't know the total width). <ol id="sizeList"> <li><a href="">xs</a></li> <li><a href="">s</a></li> <li><a href="">m</a></li> <li><a href="">l</a></li> <li><a href="">xl</a></li> <li><a href="">2xl</a></li> <li><a href="">3xl</a></li> </ol> Any idea on how I should approach this would be welcome. Thanks Tyrone ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
