Page is a not externally linkable
drbrain - 7:08 pm on May 15, 2003 (gmt 0)
#menu :link, #menu :link:active, #menu :link:hover { #menu :link:hover:active { <div id="menu"><a href="#a">foo</a><a href="#b">bar</a></div>
Another useful thing to do is adjust the padding when the button is :hover:active. This gives an even more realistic 'clicked' apperance:
border: 2px outset gray;
padding: 1px 6px 2px 5px;
}
border: 2px inset gray;
padding: 2px 5px 1px 6px;
}