[HoW To] Add links in BlueFox "NavBar"

Nite-Hax

New Member
oK...I got BlueFox installed and i want to add links in the main NavBar.

I managed to add links but they do not display like the other ones.

I attached a screenshot to let you see what i am talking about:
12185d1236808480-how-add-links-bluefox-navbar-untitled.png


^^^ I want all the links to look the same as they are and when you move your mouse over them.

All the links except the Homepage one that i added display how they should but as you can see the Homepage one is off the bar and when i move my mouse over it, the text goes Underlined. (Not the whole button)

The register button is when the mouse is over it and that how i want all the links to be like and look like.

Thank you.
______________
Nite-Hax
 
Try replacing your Home Page button code with the following:

Code:
<td width="78" height="34" class="css_nav"><a href="index.php?$session[sessionurl_q]">Homepage</a></td>
 
Back
Top