help with links, how do you put links on layouts |
![]() ![]() |
help with links, how do you put links on layouts |
Jul 4 2005, 07:42 PM
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 11 Joined: May 2005 Member No: 143,033 |
yes i was wondering how you put links on layouts like right under the banner thanks
mosh it kid vicious |
|
|
|
Jul 4 2005, 10:12 PM
Post
#2
|
|
![]() creepy heather ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,208 Joined: Aug 2004 Member No: 41,580 |
horizontal nav?
for the css: CODE #nav { background: color code; height: about 25 px or so; width: the width of your banner } to customize the links in your horizontal nav just use CODE #nav a { all the link stuff } #nav a:hover { all the link stuff } for the html you put this right under your banner CODE <div id="nav"> <a href="link">link</a> <a href="link">link</a> <a href="link">link</a> <a href="link">link</a> <a href="link">link</a> <a href="link">link</a> </div> and that will make it horizontal, or you could image map... |
|
|
|
![]() ![]() |