[css-d] horizontal menu centering issue

2008-05-05 Thread Ray Leventhal
Hi all, I'm continuing to work on a project: http://www.swhidevel.com/ The project uses a lovely horizontal menu structure from Project7. My issue is I cannot seem to get it to center. Any ideas on the subject would be greatly appreciated. Thanks in advance, -Ray

Re: [css-d] horizontal menu centering issue

2008-05-05 Thread Al Sparber
From: Ray Leventhal [EMAIL PROTECTED] Hi all, I'm continuing to work on a project: http://www.swhidevel.com/ The project uses a lovely horizontal menu structure from Project7. My issue is I cannot seem to get it to center. Any ideas on the subject would be greatly appreciated. Because

Re: [css-d] horizontal menu centering issue

2008-05-05 Thread Ray Leventhal
Al Sparber wrote: From: Ray Leventhal [EMAIL PROTECTED] Hi all, I'm continuing to work on a project: http://www.swhidevel.com/ Any ideas on the subject would be greatly appreciated Al, Because the root menu items are set as blocks and floated, the only way to center the menu would be

Re: [css-d] horizontal menu centering issue

2008-05-05 Thread vincent pollard
if you give the Ul #p7menubar a width - e.g. 460px - it will centre, at least in IE7. hopefully in everything else too. 2008/5/5 Ray Leventhal [EMAIL PROTECTED]: Hi all, I'm continuing to work on a project: http://www.swhidevel.com/ The project uses a lovely horizontal menu structure from

Re: [css-d] horizontal menu centering issue

2008-05-05 Thread Ray Leventhal
2008/5/5 Ray Leventhal [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Hi all, snip Any ideas on the subject would be greatly appreciated. Thanks in advance, -Ray vincent pollard wrote: if you give the Ul #p7menubar a width - e.g. 460px - it will centre, at least in