Results 1 to 5 of 5
  1. #1
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default navMain ul li setting

    v. 1.3.9.h

    Hi,

    I'm trying to get the "amber precious", and "login" links to have a background, and padding, which I could manage, the problem is I'd like to have a different background for hover, which is few pixels narrower than it should be.

    Also the two "buttons" have a small distance, which I'd like to set to 0, and add a border-right to make the separator, or in alternative have a | instead of the space that is there right now.

    The site is this:
    amber precious

    Thank you.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: navMain ul li setting

    Try removing the padding here:

    #navMain ul li {
    display: inline;
    background-color: #FC0;
    padding: 9px;
    }

    and increasing it in #navmain ul li a to make your buttons the right size.

  3. #3
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: navMain ul li setting

    Thanks, it worked, could you please address the second problem: the space between the "buttons"?

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: navMain ul li setting

    #navMain ul li {
    display: inline;
    background-color: #FC0;
    /*padding: 9px;*/
    float:left;
    margin-right:1px;
    }

  5. #5
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: navMain ul li setting

    Thank you very much; greatly appreciated.

 

 

Similar Threads

  1. disabling NavMain
    By mzimmers in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 19 Feb 2010, 12:58 AM
  2. navMain padding issue
    By CharInLasVegas in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 25 Jan 2009, 05:13 PM
  3. NavBar and NavMain
    By DieuxSoldat_04 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 28 Sep 2008, 02:25 AM
  4. Rollover images in navMain.
    By XjamathonX in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 23 Aug 2007, 09:07 PM
  5. navMain spaces
    By mattys in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 24 Oct 2006, 01:17 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