Brendan wrote:
- Validate your CSS & HTML:
http://jigsaw.w3.org/css-validator/v...able_issue.cfm http://validator.w3.org/check?verbos...able_issue.cfm
- I'd change the font sizes from NNpx to em or % so the user can resize
them with the browser. e.g.
- I don't know why, but if you comment out the hover code it stops
happening. This looks better to me than the hover background color change:
/*
#button a:hover {
background-color:#91C787;
border: 1px solid;
width: 50px;
font-size: 90%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
border-color: #FFFFFF #666666 #666666 #FFFFFF;
}
*/
Mike