CSS question
CSS question
Out of context: Reply #2
- Started
- Last post
- 6 Responses
- monNom0
hovers work in all browsers except NS 4.x (to my knowledge)
set your links with the attribute:
display: block;
now the box around the link becomes clickable... play with the
padding a bit to get the results you want.