I would like to change the color on my font that is being replaced for
a certain a:hover. Is it possible?
--
You received this message because you are subscribed to the Google Groups "cufón" group.
To post to this group, send email to cu...@googlegroups.com.
To unsubscribe from this group, send email to cufon+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cufon?hl=en.
here is the code I'm using:
<script type="text/javascript">
Cufon.replace('.myClass', {
hover: true
});
</script>
located here: www.mibsolutionsllc.com/stokes in the bottom nav
> > cufon+un...@googlegroups.com <cufon%2Bunsu...@googlegroups.com>.
To unsubscribe from this group, send email to cufon+un...@googlegroups.com.
Gareth is right. I just wanted to add that inline level elements (<a>)
cannot contain block level elements (<div>) and therefore your HTML is
invalid. Don't worry though, this is a very common mistake. It might
work just fine, but then again it might not. For predictable behavior
you should always use valid HTML.
Simo