Results 1 to 8 of 8
  1. #1
    Join Date
    Mar 2008
    Posts
    268
    Plugin Contributions
    0

    Default Part Of The Border Missing, But Why? Help Please

    I've checked on Firefox and it seems that it has something to do with the sideboxes but i can't fix why the border around the nav main bar is missing above the side boxes on the left.

    Any help would be very much appreciated!

    www.dpmautostyling.co.uk

    Thanks in advance!

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Part Of The Border Missing, But Why? Help Please

    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: -1px;
    border: 1px solid #000000;
    background-color: #3399FF;
    font-weight: bold;
    color: #000000;
    height: 1%;
    width: 100%;
    }

    The margin: -1px; is the problem. If you want this to apply to the other two (#navSuppWrapper, #navCatTabsWrapper), then split the code into two:-

    #navSuppWrapper, #navCatTabsWrapper {
    margin: -1px;
    border: 1px solid #000000;
    background-color: #3399FF;
    font-weight: bold;
    color: #000000;
    height: 1%;
    width: 100%;

    #navMainWrapper, {
    margin: 1px;
    border: 1px solid #000000;
    background-color: #3399FF;
    font-weight: bold;
    color: #000000;
    height: 1%;
    width: 100%;
    }
    }

  3. #3
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Part Of The Border Missing, But Why? Help Please

    Quote Originally Posted by DPM View Post
    I've checked on Firefox and it seems that it has something to do with the sideboxes but i can't fix why the border around the nav main bar is missing above the side boxes on the left.
    D,
    includes/ templates/ your_template/ templates/ stylesheet.css

    Find the following declaration

    #navColumnOne

    Notice in your stylesheet you have two of these delete one...

    Add the following to it
    1. #navColumnOne {border-top: solid 1px black;}

  4. #4
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Part Of The Border Missing, But Why? Help Please

    Or try this one

    change:

    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin-left: -1px;
    border: 1px solid #000000;
    background-color: #3399FF;
    font-weight: bold;
    color: #000000;
    height: 1%;
    width: 100%;
    }

  5. #5
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Part Of The Border Missing, But Why? Help Please

    Quote Originally Posted by haredo View Post
    D,
    includes/ templates/ your_template/ templates/ stylesheet.css

    Find the following declaration

    #navColumnOne

    Notice in your stylesheet you have two of these delete one...
    Yes... but they are referring to different style attributes, so there's no conflict...

  6. #6
    Join Date
    Mar 2008
    Posts
    268
    Plugin Contributions
    0

    Default Re: Part Of The Border Missing, But Why? Help Please

    I've got the

    margin - 1px

    like that to keep the nav bar in the middle as if i don't have that it goes 1px to the left. When the nav bar was 1px off centre i didn't have the border problem. I'll try the above and report back.

    Thanks for your help!

  7. #7
    Join Date
    Mar 2008
    Posts
    268
    Plugin Contributions
    0

    Default Re: Part Of The Border Missing, But Why? Help Please

    Marin-left: -1px wins the day, problem solved! Thanks again!

    Now i just need to figure out what problem is making the homepage look different in Firefox to IE.

    Thanks again, my head is now safe from exploding!


  8. #8
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Part Of The Border Missing, But Why? Help Please

    Quote Originally Posted by DPM View Post
    Now i just need to figure out what problem is making the homepage look different in Firefox to IE.
    Bill Gates...

 

 

Similar Threads

  1. Help! Part of my border and page bottom disappeared!
    By farmerlisa in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Jul 2011, 10:38 PM
  2. help: how to modify the sidebox style - why it has no border?
    By tedchang8592 in forum Addon Sideboxes
    Replies: 0
    Last Post: 22 Jul 2010, 08:39 AM
  3. Search Heading Box Thicker Then The Rest... But Why? Help Please
    By DPM in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 7 Jul 2008, 09:50 PM
  4. why the contents is not limited inside the border
    By eaglewu in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Jan 2007, 04:08 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