Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSS Navigation Bar Code

Status
Not open for further replies.

2760

Instructor
Nov 10, 2002
34
GB
Hi all,

I've recently seen a navigation bar that i like the look of on the Bravenet.com website. Its situated under the main title banner (displays 'join bravenet', 'hosting and domains' etc.) and on mouseover it appears to 'dip'. Its made with CSS i think, and i'm trying to recreate it, but no success at the moment. Can someone give me some help as to how i could recreate this nav bar and customize it for my own website. Some code would be great.

Thanks in Advance.
 
this can be many things.....it can also be a simple "onMouseOver" where they used CSS for to hold image or whatever...it can be "displaced" table cell....have not really looked at their code
but thier work/code is shown:

<link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot; />
<link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot; />

All the best!

> need more info?
:: don't click HERE ::
 
I checked the bravenet site - classes are defined and then called as onmouseover

You can do this without the actual call by defining your a:hover, visited, etc in your css

Here's a good tutorial - very straightforward.


The tutorial shows doing this with an image background, but it is just as easily changed to a color.

Hope it helps.
Max

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top