Re: [css-d] Center multiple float lefts site check....

2008-02-15 Thread Gunlaug Sørtun
Matthew Stoneback wrote: http://www.eddysound.com/rrc/index_help.html Also, while you may be looking at this site to help me with this problem could you please respond with any issues you see? IE6 presents its margin doubling on floats bug. combined with IE6' auto expansion bug the #leftCol

[css-d] Center multiple float lefts site check....

2008-02-14 Thread Matthew Stoneback
First things first – I wanted to thank Gunlaug Sørtun for the recent help on fixing a problem I had been struggling with. When I receive such quick and helpful responses from people on this list I know why I joined. Okay, now onto my dilemma. How do you center a group of images / links that

Re: [css-d] Center multiple float lefts site check....

2008-02-14 Thread Jim Davis
Matt, Try: #topNav { width: 765px; height: 28px; margin: 0 auto; list-style: none; } No need to float #topNav left if you are trying to center it. Just adjust the width of #topNav to fit the width of the all the elements inside and set the margin to 0 auto. Jim On Thu, Feb 14, 2008 at 9:07 PM,