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
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