[Log In ] [New Posts] []
Go Back   GotApex? Forums Forums > General Topics > Software, OS, and the Internet
User Name
Password

Reply
 
Thread Tools Search this Thread Display Modes
Old 11-21-2001, 05:38 PM   #1
confusion
Lieutenant Junior Grade
 
Join Date: Jul 2000
Location: New York
Posts: 61
Send a message via ICQ to confusion
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
confusion is offline   Reply With Quote
Old 11-22-2001, 10:50 PM   #2
OC
the admiral formerly known as overclocked
 
OC's Avatar
 
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*
OC is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -7. The time now is 06:04 AM.