G
Guest
How can I get to to change size with cursor moved over it, instead of using
buttons etc
buttons etc
Murray said:Here's a better way (a much better way) -
<style>
.special a {font-size: 85%;cursor:default;}
.special a:hover {font-size: 150%;}
</style>
In the <body> section, put the following:
<p>Hi,</p>
<p class="special"><a href="javascript:;">Mouseover me and see me get
big</a></p>
<p>'Bye</p>