Connecting Tech Pros Worldwide Forums | Help | Site Map

Nav is centered incorrectly.

Newbie
 
Join Date: Jul 2008
Posts: 2
#1: Jul 13 '08
I am using a validated nav system that was generated from a site called opencube.com.

You can view this nav here:
http://www.trulygooddesign.com/clients/abs/nav.htm

I want to center the nav within the orange bar background, but the nav is not centering within the orange bg, rather it is centered within the whole left margin and the orange bg combined.

Check out the link for the html and css
http://www.trulygooddesign.com/clients/abs/nav.htm

hsriat's Avatar
Expert
 
Join Date: Jan 2008
Location: Bath, UK
Posts: 1,609
#2: Jul 14 '08

re: Nav is centered incorrectly.


See if these changes give you the required results:
Expand|Select|Wrap|Line Numbers
  1. /*"""""""" (MAIN) Container""""""""*/    
  2. #qm0    
  3. {    
  4.     width:862px;
  5.     padding:0px 0px 0px 112px;
  6. }
  7.  
  8.  
  9. /*"""""""" (MAIN) Items""""""""*/    
  10. #qm0 a    
  11. {    
  12.     padding:4px 0px;
  13.     width:150px;
  14. }
Reply