Hi There,
I am trying to ad a rollover image in Mega Menu TextBox in the menu manager , with the following code but it doesn't work...can you help ?
<style type="text/css">
.myButtonLink { display: block; width: 465px; height: 83px; margin: 1em auto; background: url('myimage') bottom; text-indent: -99999px; }
.myButtonLink:hover { background-position: 0 0; background-color: transparent; border-style: none; }
</style>














