English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories



Guilford Fitness Center menu frame




Programs



Schedule



Contact us



Home





Above is the code.i tried it but i kept messing it up..What i really want is for the stuff on the menu frame like program, contact us and all that be in like a button format and when you click it changes color..thank you i appreciate it

2007-12-11 04:44:35 · 1 answers · asked by itsmesnitches 1 in Computers & Internet Programming & Design

1 answers

Try something like this. You can play with different colors and border styles to get the effects you want

a { text-decoration: none;
padding: 1em;
display: block;
border: 3px;
}

a:link {
color: white;
background: black;
border: outset;
}

a:hover {
color: blue;
background: white;
border: outset;
}

a:active {
color: blue;
background: white;
border: inset;
}

See this page for more advanced techniques:

http://articles.techrepublic.com.com/5100-22-5323375.html

Here's some good info. on html and css too:

http://www.w3schools.com/xhtml/xhtml_html.asp
http://htmldog.com/guides/htmlbeginner/

2007-12-11 05:06:22 · answer #1 · answered by daa 7 · 0 0

fedest.com, questions and answers