Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Jan 2009
    Location
    Sask, Canada.
    Posts
    44
    Plugin Contributions
    0

    Default Problem with top nav bar in not appearing in Firefox?

    Hello,

    I'm having a problem with the top nav bar in my shop not appearing in the Firefox browser.

    This is the css in my style sheet:

    #navMainWrapper {
    margin: 0em;
    background-color: #CCCCCC;
    background-image: url (../images/tile_back.gif);
    padding: 0em 0em;
    font-weight: bold;
    color: #FFFFFF;
    height: 1%;
    }

    I found that If I add padding It will appear but then it does not look right in Internet Explorer.

    Does somebody know how I can fix this problem so the top nav bar appears on both Internet Explorer and Firefox?

    All advice/help is greatly appreciated.

    Jordin

  2. #2
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Problem with top nav bar in not appearing in Firefox?

    hmmmm not sure that IE and FF will interpret the 1% height you have in there... try something like this instead:

    PHP Code:
    #navMainWrapper {
    color#fff;
    font-weightbold;
    background-colorCCCCCC
    background-imageurl(../images/tile_back.gif);
    background-repeatrepeat-x;
    positionrelative;
    padding-top2px;
    padding-bottom2px;


 

 

Similar Threads

  1. EZ Categories top nav bar customisation/problem
    By bijomaru in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 11 Aug 2010, 11:35 PM
  2. Replies: 1
    Last Post: 10 Jun 2009, 10:16 AM
  3. Coding issue with top nav bar
    By TheBuz in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 25 Apr 2009, 06:39 PM
  4. Problem with nav & logo in Firefox
    By tmccartney in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Jan 2007, 08:52 PM
  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