custom top navigation |
![]() ![]() |
custom top navigation |
Sep 7 2006, 05:42 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 69 Joined: Dec 2005 Member No: 321,077 |
[font=Tahoma][size=3]
i just want it to say HOME. how? |
|
|
|
| *Azarel* |
Sep 7 2006, 05:46 PM
Post
#2
|
|
Guest |
The only way I think you could go about doing this would be to remove the navbar completely and the placing in a div layer with the link to the homepage where the navbar previously was.
|
|
|
|
| *This Confession* |
Sep 7 2006, 06:36 PM
Post
#3
|
|
Guest |
here you go dear:
CODE <style>div div table tr td a.navbar, div div table tr td font {display: none;}</style> <div class="navigationbar" style="background-color:White; position: absolute; left:50%; top:127px; margin-left: -400px; width: 800px; height: 26px"> <table width="800" height="26" border="0" cellspacing="0" cellpadding="0"> <tr valign="middle"> <td align="center"> <a href="http://home.myspace.com/index.cfm?fuseaction=user">Home</a> | <a href="LINK">NAME</a> | <a href="LINK">NAME</a> | <a href="LINK">NAME</a> | <a href="LINK">NAME</a> | <a href="LINK">NAME</a> |<a href="LINK">NAME</a> | <a href="LINK">NAMe</a> </tr></td></table></div> I left a home link in there: All the NAME and LINKS you can change to what ever links you want to be up there. Also all these QUOTE | Those are the seperaters you may want to get rid of them or not. Just wanted to let you know that.
|
|
|
|
![]() ![]() |