Julie,

The ul will need a width in order to be centered in your 100% wide #nav. For
example

#nav {
width: 100%;
...
...
}

#nav ul {
width: 80%;
margin: 0 auto;
...
...
}

Jim

On Sat, Mar 1, 2008 at 1:48 PM, Julie Bessette <[EMAIL PROTECTED]> wrote:

> Hi everyone,
>
> I'm wondering if anyone can throw me a bone - I'm a css-newbie, and I've
> spent an embarrassing amount of time trying to center this menu... I know
> I'm probably missing something obvious...
>
> http://www.studiolumineux.com/menusample.htm
>
> If I could stop the top-level menu items from wrapping, that'd be the
> icing
> on the cake!!
>
> :)
>
> Thanks for any help you can throw my way...
>
> julie
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to