Help - Search - Members - Calendar
Full Version: Mouse Over
MonsterSmallBusiness Forums > MonsterCommerce > How do I?
kabert
Does anyone know what the code is for the mouseover effect that's on monstercommerce.com (top navigation)?
Thanks
www.blackboxrecords.com
PM me ... I have done the rollover effect with my page. I should be able to help you.

BlackBox Records
mikevp
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
<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>
kabert
Thanks Zam, that worked.
taltos1
Yes, CSS is a great thing!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.