FM Navbar problem Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    FM Navbar problem

    Bigtuber
    Bigtuber
    Forumember


    Male Posts : 450
    Reputation : 19
    Language : German, English
    Location : Germany

    FM Navbar problem Empty FM Navbar problem

    Post by Bigtuber February 16th 2016, 10:48 pm

    Technical Details


    Forum version : #phpBB2
    Position : Founder
    Concerned browser(s) : Mozilla Firefox
    Who the problem concerns : All members
    Forum link : http://bigtuber57.forumieren.com/

    Description of problem

    Hello,

    I have two little issues with the forumotion navbar.

    1. How to get the blue underline (if you hover) central below the text?
    2. How can I delete the white underline?

    Just like here Smile

    FM Navbar problem Proble10


    I use following code (phpbb2):

    Code:
            .bodyline > table + table li { font-size:0; }
            .bodyline > table + table { background:#333; }
           
            .bodyline > table + table a.mainmenu {
              color:#FFFFFF;
              font-size:13px;
              font-weight:bold;
              font-family:"Trebuchet MS", Arial, Verdana, Sans-serif;
              background:url('http://i18.servimg.com/u/f18/18/45/41/65/nav10.png') repeat-x 0px 45px;
              display:inline-block;
              height:45px;
              line-height:45px !important;
              padding:0px 12px;
              transition:250ms;
            }
           
            .bodyline > table + table a.mainmenu:hover {
              background-position:0 40px;
            }


    Best regards Smile
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19324
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    FM Navbar problem Empty Re: FM Navbar problem

    Post by Ape February 16th 2016, 11:15 pm

    in your CSS Find
    Code:
    a.mainmenu:hover {
        color: #000;
        text-decoration: underline;
            text-decoration-color: -moz-use-text-color;
            text-decoration-line: underline;
            text-decoration-style: solid;
    }

    Remove the
    Code:
    text-decoration: underline;



    FM Navbar problem Left1212FM Navbar problem Center11FM Navbar problem Right112
    FM Navbar problem Ape_b110
    FM Navbar problem Ape1010
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19324
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    FM Navbar problem Empty Re: FM Navbar problem

    Post by Ape February 16th 2016, 11:20 pm

    Also can i Please make it Clear that our icons on this forum is copyright
    You do not have permission to use the topic Icons that are on your forum



    FM Navbar problem Left1212FM Navbar problem Center11FM Navbar problem Right112
    FM Navbar problem Ape_b110
    FM Navbar problem Ape1010
    Bigtuber
    Bigtuber
    Forumember


    Male Posts : 450
    Reputation : 19
    Language : German, English
    Location : Germany

    FM Navbar problem Empty Re: FM Navbar problem

    Post by Bigtuber February 17th 2016, 7:26 am

    Hey Ape,

    thank you very much for your advice, I deleted the icons as quickly as possible.

    About the navbar:

    I can't find this:

    Code:
            a.mainmenu:hover {
                color: #000;
                text-decoration: underline;
                    text-decoration-color: -moz-use-text-color;
                    text-decoration-line: underline;
                    text-decoration-style: solid;
            }

    I looked up the CSS some times and I can't find your CSS code.

    My CSS Code: