View Full Version : shrink?


bluepink
06-25-2003, 12:22 PM
hello, i want to ask how to make the text shrink when you click on it... it's when you make a link then when you click on it..it will shrink..do you know what i mean?

Lemon Squash
06-25-2003, 12:41 PM
<style type="text/css">
<!--
A:link{COLOR:#000000;text-decoration:none;}
A:visited{COLOR:#000000;text-decoration:none;}
A:active{COLOR:#000000;text-decoration:none; }
A:hover{COLOR: #000000;text-decoration:none; font-size:#pt; }
-->
</style>

Change the font-size:#pt; to how small you want it when you click it, is that what you mean?

bluepink
06-25-2003, 12:54 PM
many thanks! that was what i wanted.. i'm gonna fix it tomorrow coz i'm gonna sleep now hehe