Thread: Header Links

Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Location
    Vegas Baby!
    Posts
    332
    Plugin Contributions
    0

    Default Header Links

    I changed my header as well as #navMainWrapper & #navMain, the graphics & also the size. Previously #navMainWrapper & #navMain were 68px high, now I want to change it to 32px but it I change the height to anything less than 52 px high the links disappear. I also changed logoWrapper & headerWrapper accordingly.

    Is there someplace besides the stylesheet that I need to change the height for #navMainWrapper & #navMain? I don't recall doing that before, but it was quite a while ago.

    Here's my page

    In my stylesheet, I have this (it's changed to 52px now so that the nav show up):

    Code:
    #navMainWrapper {		 
    margin: 0em;	 
    background-color: #544234;	 
    font-weight: bold;	 
    color: #ffffff;	 
    font-size: 9px;	 
    height: 52px;	 
    width: 100%;
    }  
    
    #navMainWrapper {		 
    background:url("../images/topmenubar.jpg") top left no-repeat;
    }		  
    
    #navMain {		 
    float:right;		 
    width:700px;		 
    line-height:normal;		 
    height:52px;
    }
    Completed: BellaFavori.com
    In Progress: WeddingDivasLV.com
    Coming Soon: ???

  2. #2
    Join Date
    Jan 2009
    Location
    Vegas Baby!
    Posts
    332
    Plugin Contributions
    0

    Default Re: Header Links

    Eureka!

    #navMain ul {
    float:right;
    list-style:none;
    margin-top: 2em;
    }

    It was 3.5em
    Completed: BellaFavori.com
    In Progress: WeddingDivasLV.com
    Coming Soon: ???

 

 

Similar Threads

  1. Header links
    By zcadqliv in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 23 Feb 2011, 07:41 AM
  2. Separating the Header Links from Sidebox links in CSS
    By mommydesigns in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 May 2007, 02:42 PM
  3. Header Links?
    By bajanboost in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Dec 2006, 09:44 AM
  4. Links in Header
    By personalisedpresent in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 13 Sep 2006, 06:03 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