| Dan Galfano 2005-01-07, 11:14 pm |
| Below is the stylesheet for my navigation. Why when I hover over my cell,
the background image won't show up...?
http://www.saintagnesparish.org/test.asp
..navmiddle {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000066;
height: 41px;
width: 111px;
text-align: center;
font-weight: bold;
text-transform: capitalize;
background-image: url(../images/pgheader/navb2.gif);
padding-bottom: 5px;
}
..navmiddle a:link {
color: #000066;
text-decoration: none;
}
..navmiddle a:visited {
color: #000066;
text-decoration: none;
}
..navmiddle a:hover {
color: #FFFFFF;
text-decoration: underline;
background-image: url(../images/pgheader/navb1.gif);
}
..navmiddle a:active {
color: #000066;
text-decoration: none;
}
Any thoughts? Did I miss something?
Dan
|