Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2006
    Posts
    190
    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
    Posts
    26,014
    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
    Get Your Business Found

 

 

Similar Threads

  1. Button bar on top bar turn off till login
    By cshart in forum Customization from the Admin
    Replies: 1
    Last Post: 11 Feb 2007, 07:20 AM
  2. getting rid of a scroll bar
    By KHOOT in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Sep 2006, 04:08 PM
  3. How to move search bar into nav bar?
    By Sullmoney in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 20 Sep 2006, 08:49 AM
  4. Future Zen Template - fullwidth_capsule.gif nav bar?
    By bhuntsman in forum Addon Templates
    Replies: 2
    Last Post: 2 Aug 2006, 12:56 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

Bookmarks

Posting Permissions

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