CSS centering is usually done by declaring...

margin-left:auto;
margin-right:auto;

...though there may be other ways given your situation.

For not wrapping something, try

white-space:nowrap;


HTH,
Geoff


On Sat, Mar 1, 2008 at 2: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