>>>here<<< <<---only top 2 links work...havent uploaded any other files yet..my css code is:
#momtable #navlnks td {
font-family: sans-serif;
font-size: 12px;
font-style: normal;
text-decoration: none;
}
and for hover:
#momtable #navlinks td:hover{
text-decoration: underline;
background-color:#CCCCCC;
}
someone told me its because td:hover doesnt work in IE..how do i get it to work?
thanks
Edited by zYpher, 12 October 2005 - 08:20 PM.
