Log In · Register

 
Fancy Navigation, I cannot, for the love of God, figure out how to make nav like this.
Amanda-x
post Oct 22 2008, 06:53 PM
Post #1


Newbie
*

Group: Member
Posts: 2
Joined: Aug 2008
Member No: 681,059



Hello! I have been battling my head going in circles trying to figure out how to make a navigation bar like this one:

http://www.createblog.com/layouts/code.php?id=15259

Who can help me out? :)


Thanks!

Amanda
 
 
Start new topic
Replies
Mickey
post Oct 23 2008, 12:42 PM
Post #2


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



That kind of rollover requires a bit of experimentation, because you have to play around with padding and border size/color. Try this for the hover code:

CODE
<style type="text/css">
a.nav:hover{
color:000000;
background-color:999999;
border-left-width:12px;
border-left-color:CC0000;
border-left-style:solid;
padding-left:10px;
padding-right:10px;
padding-top:2px;
padding-bottom:2px;}
</style>

I also tried a few colors, so see if that works out for you.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: