[thelist] simple css help

Casey aspnet at thecrookstons.com
Fri Oct 28 11:50:27 CDT 2005


Ah!  I didn't scroll down far enough...  but this is not working either.

What is display: block;?

> in answer to your question you could try:
>
> forget using background colours on the td, instead apply them to the link.
>
> <td class="nav"><a href="#">link 1</a></td>
>
> CSS
>
> .nav a {
> display:block;
> padding:10px;
> backgrounr:red;
> }
>
> .nav a:hover {
> background:blue;
> }
>
>
> ben 




More information about the thelist mailing list