Re: [css-d] Problem centering div

2007-06-24 Thread Micky Hulse
Not sure if this will help: Not tested in older IE browsers, but should work. Cheers, M -- Wishlists: Switch: BCC?: My: ___

Re: [css-d] Problem centering div

2007-06-21 Thread Zoe M. Gillenwater
Brian Crescimanno wrote: > On 6/20/07, Lyn Williams <[EMAIL PROTECTED]> wrote: > >> I have a problem centering a menu I have within a div. I have tried using >> many methods but I get no luck. >> > > have you tried: > > div#buttons ul{ width: XXXpx; margin: 0 auto; } where width is set > eq

Re: [css-d] Problem centering div

2007-06-20 Thread Brian Crescimanno
On 6/20/07, Lyn Williams <[EMAIL PROTECTED]> wrote: > I have a problem centering a menu I have within a div. I have tried using > many methods but I get no luck. have you tried: div#buttons ul{ width: XXXpx; margin: 0 auto; } where width is set equal to the menu's width? Brian __