Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2008
    Location
    London, UK
    Posts
    44
    Plugin Contributions
    0

    Default css spacing or margin???

    I have managed to get a nav bar into my code courtesy of listomatic. My problem (image link below) is that it looks fine in IE but in Firefox there is unwanted space above and below the actual navbar.

    Sorry cannot post a link as developing the site locally on xampp but here are the 2 screenshots. Problem is Firefox only.

    Firefox>> http://docs.google.com/Doc?id=dgmxf3ds_75c3zv3cf8

    IE>> http://docs.google.com/Doc?id=dgmxf3ds_77gqb3swd4

    Thanks very much for any help or pointers.

  2. #2
    Join Date
    Feb 2008
    Location
    London, UK
    Posts
    44
    Plugin Contributions
    0

    Default Re: css spacing or margin???

    sorry css code is

    #navcontainer ul
    {
    padding-left: 0;
    margin-left: 0;
    background-color: #036;
    color: White;
    float: left;
    width: 100%;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    }

    #navcontainer ul li { display: inline; }

    #navcontainer ul li a
    {
    padding: 0.4em 1.4em;
    background-color: #036;
    color: White;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
    }

    #navcontainer ul li a:hover
    {
    background-color: #369;
    color: #fff;
    }

 

 

Similar Threads

  1. A CSS Margin Question
    By Nima in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 16 May 2009, 12:15 AM
  2. CSS IE7 not picking up on a margin-top
    By limelites in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 Apr 2009, 12:08 PM
  3. Weird spacing Issues on account_history_info page, bug? or css?
    By dharma in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Jan 2009, 06:04 PM
  4. CSS/Tables margin/padding issue
    By jamieboulder in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 15 Feb 2008, 04:10 PM
  5. Product Page Changes, spacing, CSS or something else?
    By [email protected] in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 28 Feb 2007, 03:50 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