kabert
Dec 12 2003, 02:32 PM
Does anyone know what the code is for the mouseover effect that's on
monstercommerce.com (top navigation)?
Thanks
www.blackboxrecords.com
Dec 12 2003, 07:30 PM
PM me ... I have done the rollover effect with my page. I should be able to help you.
BlackBox Records
mikevp
Dec 12 2003, 09:44 PM
That is something you would need to do in Golive or Dreamweaver I think.
(That is if you want to make map links all over the place on the image)
Zam
Dec 13 2003, 12:01 AM
<style>
<!--
.myroll a {
background: #ffffff;
}
.myroll a:hover {
background: #008000;
}
//-->
</style>
<table border=0>
<tr>
<td class=myroll><a href=http://www.google.com>Google</a></td>
<td class=myroll><a href=http://www.av.com>Altavista</a></td>
</tr>
</table>
taltos1
Dec 15 2003, 09:51 AM
Yes, CSS is a great thing!