|
||||||||||||||||||||||
CSS Button Links : RolloverExample:
Html code:<a href="http://mkv25.net" id="button">mkv25.net</a>
Css code:a#button {
background: #FB5;
color: black;
font-family: Verdana, sans-serif;
border: 4px outset #D92;
width: 120px;
margin: 2px;
text-align: center;
text-decoration: none;
}
a#button:hover {
border-style: inset;
}
So the important bits here are: Blocking a set of links up, can work as a colourful 'interactive' menu, without the use of images.
Home
Author: Markavian
|
tutorial Pages
|
|||||||||||||||||||||