Forums

Willing to give a whopping $10 via PayPal to anyone who can fix this problem!!! (21 posts)

  1. eliteuser
    Member
    Posted 4 months ago #

    Hey everyone,

    I have a navigation bar on my website: http://sitedemonstration.hostei.com/

    Their are 2 problems:

    1. Whenever I click on either 'contact' or 'about', their is no white tab that appears like it does on the 'home' tab. It should appear when I click on it.

    2. Whenever I click on either 'contact' or' about', the 'home' tab stretches even wider, it isn't supposed to!

    If you want, you can create some code instead of modifying the code that I already have, it doesn't really matter.

    After the problem is fixed and functions on my website, please provide your PayPal email address and I will deposit $10 in your account! EASY MONEY!!

    Here is my code:

    /* navigation bar */
    
    #navigation {
            width: 819px;
            height: 34px;
            float: left;
            position: relative;
            top: 0px;
            left: 0px;
            }
    
    #navigation_left {
            width: 11px;
            height: 34px;
            float: left;
            padding: 6px 0 0 11px;
            text-align: right;
            }
    #navigation_center {
            width: 654px;
            height: 34px;
            float: left;
            background-position: bottom left;
            background-image: url(http://thanksgoogle.com/wordpress/images/nav-rept.jpg);
            background-repeat: repeat-x;
            padding: 0;
            }
    
    #navigation_center ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            }
    
    #navigation_center ul li {
            float: left;
            line-height: 34px;
            }
    
    #navigation_center ul li a {
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #FFFFFF;
            text-decoration: none;
            font-weight: bold;
            padding: 0px 17px 3px;
            background-image: url(http://thanksgoogle.com/wordpress/images/navline.jpg);
            background-position: right center;
            background-repeat: no-repeat;
            line-height: 39px;
            }
    
    #navigation_center ul li a span {
            color: #FFFFFF;
            display: block;
            padding: 0px 20px 0 10px;
            }
    
    #navigation_center ul li a:hover {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
            display: block;
            padding: 0px 17px 3px;
            }
    
    #navigation_center ul li a:hover span {
            color: #ffffff;
            display: block;
            padding: 0px 20px 0 10px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            text-decoration: none;
            font-weight: bold;
            }
    
    #navigation_center ul li a.active, #navigation_center ul li a.current_page_item {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #000000;
            text-decoration: none;
            font-weight: bold;
            background-image: url(http://thanksgoogle.com/wordpress/images/leftnav.png);
            background-repeat: no-repeat;
            background-position: left top;
            display: block;
            padding: 0px 0px 0 10px;
            }
    
    #navigation_center ul li a.active span {
            color: #000000;
            background-image: url(http://thanksgoogle.com/wordpress/images/rightnav.png);
            background-repeat: no-repeat;
            background-position: right top;
            display: block;
            padding: 0px 20px 0 10px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #000000;
            text-decoration: none;
            font-weight: bold;
            }
    
    #navigation_right {
            width: 141px;
            height: 28px;
            float: left;
            padding: 6px 0 0 0;
            }
  2. nazieb
    Member
    Posted 4 months ago #

    Hope it will work

    /* navigation bar */

    #navigation {
    width: 819px;
    height: 34px;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    }

    #navigation_left {
    width: 11px;
    height: 34px;
    float: left;
    padding: 6px 0 0 11px;
    text-align: right;
    }
    #navigation_center {
    width: 654px;
    height: 34px;
    float: left;
    background-position: bottom left;
    background-image: url(http://thanksgoogle.com/wordpress/images/nav-rept.jpg);
    background-repeat: repeat-x;
    padding: 0;
    }

    #navigation_center ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    }

    #navigation_center ul li {
    float: left;
    line-height: 34px;
    }

    #navigation_center ul li a {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 17px 3px;
    background-image: url(http://thanksgoogle.com/wordpress/images/navline.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    line-height: 39px;
    }

    #navigation_center ul li a span {
    color: #FFFFFF;
    display: block;
    }

    #navigation_center ul li a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 0px 17px 3px;
    }

    #navigation_center ul li a:hover span {
    color: #ffffff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    }

    #navigation_center ul li a.active, #navigation_center ul li.current_page_item {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    background-image: url(http://thanksgoogle.com/wordpress/images/leftnav.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    padding: 0px 0px 0 10px;
    }

    #navigation_center ul li a.active span, #navigation_center ul li.current_page_item a {
    color: #000000;
    background-image: url(http://thanksgoogle.com/wordpress/images/rightnav.png);
    background-repeat: no-repeat;
    background-position: right top;
    display: block;
    padding: 0px 20px 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    }

    #navigation_right {
    width: 141px;
    height: 28px;
    float: left;
    padding: 6px 0 0 0;
    }

  3. whooami
    Member
    Posted 4 months ago #

    im not understanding why you arent using the same css and whatnot thats at http://thanksgoogle.com/wordpress/

    THAT works.

  4. nazieb
    Member
    Posted 4 months ago #

    Oops.. wrong tag

    /* navigation bar */
    
    #navigation {
            width: 819px;
            height: 34px;
            float: left;
            position: relative;
            top: 0px;
            left: 0px;
            }
    
    #navigation_left {
            width: 11px;
            height: 34px;
            float: left;
            padding: 6px 0 0 11px;
            text-align: right;
            }
    #navigation_center {
            width: 654px;
            height: 34px;
            float: left;
            background-position: bottom left;
            background-image: url(http://thanksgoogle.com/wordpress/images/nav-rept.jpg);
            background-repeat: repeat-x;
            padding: 0;
            }
    
    #navigation_center ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            }
    
    #navigation_center ul li {
            float: left;
            line-height: 34px;
            }
    
    #navigation_center ul li a {
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #FFFFFF;
            text-decoration: none;
            font-weight: bold;
            padding: 0px 17px 3px;
            background-image: url(http://thanksgoogle.com/wordpress/images/navline.jpg);
            background-position: right center;
            background-repeat: no-repeat;
            line-height: 39px;
            }
    
    #navigation_center ul li a span {
            color: #FFFFFF;
            display: block;
            }
    
    #navigation_center ul li a:hover {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
            display: block;
            padding: 0px 17px 3px;
            }
    
    #navigation_center ul li a:hover span {
            color: #ffffff;
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            text-decoration: none;
            font-weight: bold;
            }
    
    #navigation_center ul li a.active, #navigation_center ul li.current_page_item {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #000000;
            text-decoration: none;
            font-weight: bold;
            background-image: url(http://thanksgoogle.com/wordpress/images/leftnav.png);
            background-repeat: no-repeat;
            background-position: left top;
            display: block;
            padding: 0px 0px 0 10px;
            }
    
    #navigation_center ul li a.active span, #navigation_center ul li.current_page_item a {
            color: #000000;
            background-image: url(http://thanksgoogle.com/wordpress/images/rightnav.png);
            background-repeat: no-repeat;
            background-position: right top;
            display: block;
            padding: 0px 20px 0 10px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #000000;
            text-decoration: none;
            font-weight: bold;
            }
    
    #navigation_right {
            width: 141px;
            height: 28px;
            float: left;
            padding: 6px 0 0 0;
            }
  5. eliteuser
    Member
    Posted 4 months ago #

    Hey,

    Thanks for the replies, I will be adding the code in nazieb. Hopefully it will work. If it does, $10 coming your way.

    @ whooami: I actually did use the same CSS code as that site, but it didn't work. It turns out as you can see on my site.

  6. eliteuser
    Member
    Posted 4 months ago #

    HEY nazieb,

    It ALMOST works, just look at the site now.

    The ONLY thing that I need is the white tab to stretch out as far as the line. You will see what I mean when you visit the site http://sitedemonstration.hostei.com/

    Click on 'about' and 'contact' and you will see what I mean!

    $10 is almost in your hand lol!!! :P

  7. nazieb
    Member
    Posted 4 months ago #

    lol

    Here your code

    /* navigation bar */
    
    #navigation {
            width: 819px;
            height: 34px;
            float: left;
            position: relative;
            top: 0px;
            left: 0px;
            }
    
    #navigation_left {
            width: 11px;
            height: 34px;
            float: left;
            padding: 6px 0 0 11px;
            text-align: right;
            }
    #navigation_center {
            width: 654px;
            height: 34px;
            float: left;
            background-position: bottom left;
            background-image: url(http://thanksgoogle.com/wordpress/images/nav-rept.jpg);
            background-repeat: repeat-x;
            padding: 0;
            }
    
    #navigation_center ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            }
    
    #navigation_center ul li {
            float: left;
            line-height: 34px;
            }
    
    #navigation_center ul li a {
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #FFFFFF;
            text-decoration: none;
            font-weight: bold;
            padding: 0px 17px 3px;
            background-image: url(http://thanksgoogle.com/wordpress/images/navline.jpg);
            background-position: right center;
            background-repeat: no-repeat;
            line-height: 39px;
            }
    
    #navigation_center ul li a span {
            color: #FFFFFF;
            display: block;
            }
    
    #navigation_center ul li a:hover {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
            display: block;
            padding: 0px 17px 3px;
            }
    
    #navigation_center ul li a:hover span {
            color: #ffffff;
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            text-decoration: none;
            font-weight: bold;
            }
    
    #navigation_center ul li a.active, #navigation_center ul li.current_page_item {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #000000;
            text-decoration: none;
            font-weight: bold;
            background-image: url(http://thanksgoogle.com/wordpress/images/leftnav.png);
            background-repeat: no-repeat;
            background-position: left top;
            display: block;
            padding: 0px 0px 0 10px;
            }
    
    #navigation_center ul li.current_page_item {
    		margin-left: -4px;
    }
    
    #navigation_center ul li a.active span, #navigation_center ul li.current_page_item a {
            color: #000000;
            background-image: url(http://thanksgoogle.com/wordpress/images/rightnav.png);
            background-repeat: no-repeat;
            background-position: right top;
            display: block;
            padding: 0px 20px 0 10px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #000000;
            text-decoration: none;
            font-weight: bold;
            }
    
    #navigation_right {
            width: 141px;
            height: 28px;
            float: left;
            padding: 6px 0 0 0;
            }

    :p

  8. eliteuser
    Member
    Posted 4 months ago #

    Hey,

    Ok look at the site now, it is ALMOST done (this time, I think should be the last).

    The only problem remaining you can see on the site, is when you click on 'home' or 'contact' all the writing and lines move.

    It is hard to explain, just have a look at the site and click on the bar. You will see, like more static, not have the writing and lines move.

    When you send this post, send me your PayPal ID please for your reward :P

  9. nazieb
    Member
    Posted 4 months ago #

    I see no problem there. Which lines / writing that you mean?

    :S

  10. eliteuser
    Member
    Posted 4 months ago #

    Hello again,

    Go to the home page. Then click on, say...click on 'about'.

    Then click on 'home' and watch carefully that the 'about' writing and line moves to the right.

  11. nazieb
    Member
    Posted 4 months ago #

    Oh.. I see..

    If you click on 'about' or 'contact', it will move to the left to cover the line of Home.. Of course when you go to Home again, it will looks like that the 'about' or 'contact' writing moves to the right..

    I think it's not a big problem, is it?

  12. eliteuser
    Member
    Posted 4 months ago #

    Well,

    It kinda is...sort of. Would you be able to fix it?

    If you can, you will get the $10 reward straight away :P Just send me your PayPal ID when you post the code change.

    Thx!

    EDIT: It seems to be 'home' that is becoming longer/shorter that is making all the problems, making all the other tabs to move.

  13. nazieb
    Member
    Posted 4 months ago #

    All right then.. Hope this will fix it..

    /* navigation bar */
    
    #navigation {
            width: 819px;
            height: 34px;
            float: left;
            position: relative;
            top: 0px;
            left: 0px;
            }
    
    #navigation_left {
            width: 11px;
            height: 34px;
            float: left;
            padding: 6px 0 0 11px;
            text-align: right;
            }
    #navigation_center {
            width: 654px;
            height: 34px;
            float: left;
            background-position: bottom left;
            background-image: url(http://thanksgoogle.com/wordpress/images/nav-rept.jpg);
            background-repeat: repeat-x;
            padding: 0;
            }
    
    #navigation_center ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            }
    
    #navigation_center ul li {
            float: left;
            line-height: 34px;
            }
    
    #navigation_center ul li a {
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #FFFFFF;
            text-decoration: none;
            font-weight: bold;
            padding: 0px 17px 3px;
            background-image: url(http://thanksgoogle.com/wordpress/images/navline.jpg);
            background-position: right center;
            background-repeat: no-repeat;
            line-height: 39px;
            }
    
    #navigation_center ul li a span {
            color: #FFFFFF;
            display: block;
            }
    
    #navigation_center ul li a:hover {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
            display: block;
            padding: 0px 17px 3px;
            }
    
    #navigation_center ul li a:hover span {
            color: #ffffff;
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            text-decoration: none;
            font-weight: bold;
            }
    
    #navigation_center ul li a.active, #navigation_center ul li.current_page_item {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #000000;
            text-decoration: none;
            font-weight: bold;
            background-image: url(http://thanksgoogle.com/wordpress/images/leftnav.png);
            background-repeat: no-repeat;
            background-position: left top;
            display: block;
            padding: 0px 0px 0 10px;
            }
    
    #navigation_center ul li.current_page_item {
    		margin-left: -4px;
    }
    
    #navigation_center ul li a.active span, #navigation_center ul li.current_page_item a {
            color: #000000;
            background-image: url(http://thanksgoogle.com/wordpress/images/rightnav.png);
            background-repeat: no-repeat;
            background-position: right top;
            display: block;
            padding: 0px 20px 0 10px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #000000;
            text-decoration: none;
            font-weight: bold;
            }
    
    #navigation_center ul li a.active span {
    	padding: 0px 16px 0 10px;
    	}
    
    #navigation_right {
            width: 141px;
            height: 28px;
            float: left;
            padding: 6px 0 0 0;
            }

    My Paypal ID is ainun.nazieb@gmail.com

    Thanks

  14. eliteuser
    Member
    Posted 4 months ago #

    Hello again,

    Ok Ok, sorry for being so picky...

    Now when you click on for example 'home' and 'FAQ', everything between those two tabs move. Try it out, click backward and forward on your browser.

    Then for another example, click on 'home' and then 'A' and you will see that everything between those two tabs move. Now they only move by a tiny amount, so it shouldn't be hard to fix =D

    Again, sorry for being such a perfectionist, but you will be paid if u can get this right!! :P I must congratulate you on your skill too!!

  15. nazieb
    Member
    Posted 4 months ago #

    Here it is:

    /* navigation bar */
    
    #navigation {
            width: 819px;
            height: 34px;
            float: left;
            position: relative;
            top: 0px;
            left: 0px;
            }
    
    #navigation_left {
            width: 11px;
            height: 34px;
            float: left;
            padding: 6px 0 0 11px;
            text-align: right;
            }
    #navigation_center {
            width: 654px;
            height: 34px;
            float: left;
            background-position: bottom left;
            background-image: url(http://thanksgoogle.com/wordpress/images/nav-rept.jpg);
            background-repeat: repeat-x;
            padding: 0;
            }
    
    #navigation_center ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            }
    
    #navigation_center ul li {
            float: left;
            line-height: 34px;
            }
    
    #navigation_center ul li a {
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #FFFFFF;
            text-decoration: none;
            font-weight: bold;
            padding: 0px 17px 3px;
            background-image: url(http://thanksgoogle.com/wordpress/images/navline.jpg);
            background-position: right center;
            background-repeat: no-repeat;
            line-height: 39px;
            }
    
    #navigation_center ul li a span {
            color: #FFFFFF;
            display: block;
            }
    
    #navigation_center ul li a:hover {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
            display: block;
            padding: 0px 17px 3px;
            }
    
    #navigation_center ul li a:hover span {
            color: #ffffff;
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            text-decoration: none;
            font-weight: bold;
            }
    
    #navigation_center ul li a.active, #navigation_center ul li.current_page_item {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #000000;
            text-decoration: none;
            font-weight: bold;
            background-image: url(http://thanksgoogle.com/wordpress/images/leftnav.png);
            background-repeat: no-repeat;
            background-position: left top;
            display: block;
            padding: 0px 0px 0 10px;
            }
    
    #navigation_center ul li.current_page_item {
    		margin-left: -4px;
    }
    
    #navigation_center ul li a.active span, #navigation_center ul li.current_page_item a {
            color: #000000;
            background-image: url(http://thanksgoogle.com/wordpress/images/rightnav.png);
            background-repeat: no-repeat;
            background-position: right top;
            display: block;
            padding: 0px 18px 0 10px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #000000;
            text-decoration: none;
            font-weight: bold;
            }
    
    #navigation_center ul li a.active span {
    	padding: 0px 14px 0 10px;
    	}
    
    #navigation_right {
            width: 141px;
            height: 28px;
            float: left;
            padding: 6px 0 0 0;
            }
  16. eliteuser
    Member
    Posted 4 months ago #

    Hey nazieb,

    I must congratulate you, it works!!!! Thank you for all your help!!

    I'm sending you your reward of $10 right now! A quick and easy $10, better than helping everyone else out for free isn't it??

    Thx again!! :P

    BTW: You don't have to because you have already earned your reward, do u know how to remove the LAST line near the end of the navigation bar to make it look like this? http://i44.tinypic.com/2w4jud1.png

    Sending...

  17. eliteuser
    Member
    Posted 4 months ago #

    Hey,

    I sent you the money, but I forgot to see an error!!!!

    The 'home' writing isn't in the middle, can u send me some code that will make it go in the middle?

    Thx!!!!!

  18. nazieb
    Member
    Posted 4 months ago #

    The 'home' writing isn't in the middle, can u send me some code that will make it go in the middle?

    Did you mean when the 'home' is clicked or not?

    Btw thank you very much..

  19. eliteuser
    Member
    Posted 4 months ago #

    Hey,

    It is when you are on the home page, with the white tab on it. Yes when it is clicked. Can u fix it?

    Visit the site: http://sitedemonstration.hostei.com/

    You are welcome, you deserve the reward! :P

  20. nazieb
    Member
    Posted 4 months ago #

    Hello..

    here is the code, hope it will work..

    /* navigation bar */
    
    #navigation {
            width: 819px;
            height: 34px;
            float: left;
            position: relative;
            top: 0px;
            left: 0px;
            }
    
    #navigation_left {
            width: 11px;
            height: 34px;
            float: left;
            padding: 6px 0 0 11px;
            text-align: right;
            }
    #navigation_center {
            width: 654px;
            height: 34px;
            float: left;
            background-position: bottom left;
            background-image: url(http://thanksgoogle.com/wordpress/images/nav-rept.jpg);
            background-repeat: repeat-x;
            padding: 0;
            }
    
    #navigation_center ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            }
    
    #navigation_center ul li {
            float: left;
            line-height: 34px;
            }
    
    #navigation_center ul li a {
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #FFFFFF;
            text-decoration: none;
            font-weight: bold;
            padding: 0px 17px 3px;
            background-image: url(http://thanksgoogle.com/wordpress/images/navline.jpg);
            background-position: right center;
            background-repeat: no-repeat;
            line-height: 39px;
            }
    
    #navigation_center ul li a span {
            color: #FFFFFF;
            display: block;
            }
    
    #navigation_center ul li a:hover {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
            display: block;
            padding: 0px 17px 3px;
            }
    
    #navigation_center ul li a:hover span {
            color: #ffffff;
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            text-decoration: none;
            font-weight: bold;
            }
    
    #navigation_center ul li a.active, #navigation_center ul li.current_page_item {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #000000;
            text-decoration: none;
            font-weight: bold;
            background-image: url(http://thanksgoogle.com/wordpress/images/leftnav.png);
            background-repeat: no-repeat;
            background-position: left top;
            display: block;
            padding: 0px 0px 0 10px;
            }
    
    #navigation_center ul li.current_page_item {
    		margin-left: -4px;
    }
    
    #navigation_center ul li a.active span, #navigation_center ul li.current_page_item a {
            color: #000000;
            background-image: url(http://thanksgoogle.com/wordpress/images/rightnav.png);
            background-repeat: no-repeat;
            background-position: right top;
            display: block;
            padding: 0px 19px 0 9px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #000000;
            text-decoration: none;
            font-weight: bold;
            }
    
    #navigation_center ul li a.active span {
    	padding: 0px 15px 0 9px;
    	}
    
    #navigation_right {
            width: 141px;
            height: 28px;
            float: left;
            padding: 6px 0 0 0;
            }
  21. eliteuser
    Member
    Posted 4 months ago #

    Hello again,

    down the bottom I made it instead of:

    #navigation_center ul li a.active span {
    	padding: 0px 15px 0 9px;
    	}

    I changed the padding to 17px and 7px and it is PERFECTLY in the middle. Thx for your work, hopefully I can ask you again when I run into a problem. Keep up the good work!!

    BTW: You don't have to because you have already earned your reward, do u know how to remove the LAST line near the end of the navigation bar to make it look like this? http://i44.tinypic.com/2w4jud1.png

Reply

You must log in to post.

About this Topic