HighDots Forums  

Centering Menu

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Centering Menu in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default Centering Menu - 07-12-2009 , 04:08 PM






As I construct my Web site, I am finding more and more that I don't
understand: something works, but I can't get the same effects on
subsequent pages. 8<{{
For example, I have the following url:

www.midtownmuseumdistrict.org/index2.html

that works pretty much as I'd like. Of particular note is the menu at
the top that is centered on the page. However, this page:

www.midtownmuseumdistrict.org/Businesses3.html

doesn't align its menu (which has submenues) in the center - and I can't
figure out how to do so. Please advise. TIA

Reply With Quote
  #2  
Old   
C A Upsdell
 
Posts: n/a

Default Re: Centering Menu - 07-12-2009 , 04:21 PM






Mike Copeland wrote:
Quote:
As I construct my Web site, I am finding more and more that I don't
understand: something works, but I can't get the same effects on
subsequent pages. 8<{{
For example, I have the following url:

www.midtownmuseumdistrict.org/index2.html

that works pretty much as I'd like. Of particular note is the menu at
the top that is centered on the page. However, this page:

www.midtownmuseumdistrict.org/Businesses3.html

doesn't align its menu (which has submenues) in the center - and I can't
figure out how to do so. Please advise. TIA
One page is in quirks mode, the other in Strict. They both have HTML
validation errors. They both have CSS errors. In the one which "works"
the menu and title are within the same block; in the other they are not.

Start off by using the same DOCTYPE for both, a DOCTYPE that triggers
standards mode. Then eliminate the HTML and CSS errors. Then fix up
the block inconsistencies.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.