Jump to content

How to make unique nav bars


Guest websupermaster

Recommended Posts

Guest websupermaster

I want to make a navbar that is unique, something like cat.com (caterpillar's website).. How do I do it? How did they get that little thing in the bottom right corner? is it a graphic?

Link to comment
Share on other sites

.topnav a { font-weight: bold; text-transform: uppercase; display: block; width: 100%; height: 100%; background: #4D4D4D url("/cat/images/menuCorner.gif") no-repeat bottom right; }.topnav td { border-right: 2px solid #666; white-space: nowrap; }.topnav a div { padding: 2px 0px 4px 11px; }theres the source for it. So yes it is an image

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...