Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2006
    Posts
    189
    Plugin Contributions
    0

    Default Nav/Log in bar too bid in IE

    How do I change the size of the nav bar? It looks fine in mozilla, but in IE it's a little longer than the rest of the site and looks funny. You can see it here:
    www.pastgenerationtoys.com

    Thanks,
    Billie

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Nav/Log in bar too bid in IE

    As you are using the "classic" template and stylesheet.css I was surprised to see this entry - and the cause of your issue:
    Find this:
    Code:
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    	margin: 0em;
    	background-color: #abbbd3;
    	background-image: url('../images/tile_back.gif');
    	font-weight: bold;
    	color: #ffffff;
    	height: 1%; padding-left:0.2em; padding-right:0.2em; padding-top:0.5em; padding-bottom:0.5em
    	}
    change to this:
    Code:
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    	margin: 0em;
    	background-color: #abbbd3;
    	background-image: url('../images/tile_back.gif');
    	font-weight: bold;
    	color: #ffffff;
    	height: 1%;
    	}
    you do not want to pad the Wrapper!
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Nav bar - How can i delete a heading in my Nav bar (v1.5.0)
    By Pretty dumb in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Oct 2012, 02:07 PM
  2. v150 Nav Bar under header is too narrow for two rows of Categories
    By CultureClick in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Jun 2012, 06:13 AM
  3. Nav Bar too Wide on Right (?)
    By tiagail in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 15 Jan 2011, 10:02 PM
  4. Too much space between nav bar and main content/product listing
    By TheTiz in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Jun 2009, 12:59 AM
  5. Top bar Header Bar Nav Bar
    By mole69 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Jul 2006, 04:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg