Web Design question.. help

urinalcakemix

man who plays drum
Jun 7, 2003
1,773
2
38
35
Wallingford, CT
Visit site
Im beginning HTML , and some basic web design. I just have a couple of problems with linking.

Whats the proper coding for when you highlight a link - it changes colors, indicating it is being highlighted ..

And drop down menus, like and Audio Button, then MP3 , midi , tab buttons that drop down from that category? HELP!

HTML coding preferred
 
I believe you are talking about a hover color? Offhand this is a STYLE tag that is placed in the <head> and is of the form:

<style fprolloverstyle>A:hover {color: #(hex color)}
</style>

As far as drop down navigation is concerned, as far as i know, a certain amount of Javascript is needed; you can't just use pure HTML I don't think.