|
|
#1 |
|
Lieutenant Junior Grade
![]() |
need some html help
What code can i use that when you move the mouse over a hyperlink, the font and size change?
thanks Marc |
|
|
|
|
|
#2 |
|
the admiral formerly known as overclocked
![]() ![]() ![]() ![]() ![]() Join Date: Aug 2000
Location: Outside the mainstream
Posts: 5,922
|
Put this code within the <HEAD></HEAD> tags of your page source.
<style type="text/css"> <!-- .roll { font-family:Times; font-size:12pt; font-style:normal; font-weight:normal; letter-spacing:normal; text-decoration:none; text-transform:none; color:#00DF00; } A.roll:hover { font-style:normal; font-weight:normal; color:yellow; } --> </style> I'm sure you can figure out what all the options do. To make the text of a hyperlink obey the STYLE, format the HREF like this: <a href="http://www.gotapex.com" class="roll"><font size="2" face="Tahoma">Got Apex? </font></a> I use this quite a bit. Hope this helps. -OC
__________________
But what is adulthood except a delayed end-run around our parents' better judgment? -- Peter Egan *cough* |
|
|
|