have a look at
http://www.accessify.com/tools-and-wizards/developer-tools/list-o-matic/

I think your going to need to set the width of the ol (and the li inbetween)
set the margin of your ol to someing like

margin: 5px auto;

get firefox+firebug as it will allow you to test styles in firebug which you
can then move to the actual css

hth - S

2008/7/14 Tyrone Joseph <[EMAIL PROTECTED]>:

>  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]
> *******************************************************************


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to