The rollover works fine, but the link doesn't work in IE 5.01 (IE5.5 works fine, as do all current browsers). If I remove the class from the paragraph, then it works. How do I make it do both - rollover and link?
<p class="rollover"><a href="gmprog.shtml">
<img src="../picts/btn-gmprog-ro.gif" width="201" height="30" border="0"> </a></p>
Internal Style Sheet:
.rollover a { display:block; width: 200px; height: 30px;}
.rollover a:hover {background-color: #CECEDA; }
Here's the referenced page in case I've left something important out of my explanation (I'm still learning :-). It's the button in the middle of the page.
http://www.aztcs.org/activities/gminfomap.shtml
Thanks
Jayell


Reply With Quote
Bookmarks