Style - hover text

They have: 2,390 posts

Joined: Nov 1998

Sure, this is possible, post the actual effects you want and I will post the code. Smiling
JP

----------
The Webmaster Promotion and Resource Center.
Visit: http://www.what-next.com

They have: 117 posts

Joined: Jul 1999

Hi,
Can i somehow use two types of hover text on the same page?
Thanks,
ReVigo

----------
http://www.4FreeStuff.net - Your #1 source for Free Stuff on the net...
4FreeStuff.net - Absolutely the Best!

A list of the Best Affiliate programs focusing on:
Pay per-lead Programs

John Pollock's picture

He has: 628 posts

Joined: Mar 1999

Yes, it is possible using classes. For details see the tail end of the tutorial at:
http://www.pageresource.com/dhtml/jtut3.htm

----------
Page Resource: http://www.pageresource.com
JavaScript City: http://www.javascriptcity.com

They have: 117 posts

Joined: Jul 1999

Thanks John, but i prefer JP's offer Smiling
1.

<!-- BEGIN COLOR HOVER -->
<style TYPE="text/css">
<!--
A:hover {text-decoration: none; color: #00ff00;} A:link {text-decoration: underline} A:visited {text-decoration: underline} A:active {text-decoration: underline}
-->
</style>
<!-- END COLOR HOVER -->

2.

<!-- BEGIN COLOR HOVER -->
<style TYPE="text/css">
<!--
A:hover {text-decoration: none; color: #ff0000;} A:link {text-decoration: underline} A:visited {text-decoration: underline} A:active {text-decoration: underline}
-->
</style>
<!-- END COLOR HOVER -->

Thanks..

----------
http://www.4FreeStuff.net - Your #1 source for Free Stuff on the net...
4FreeStuff.net - Absolutely the Best!

A list of the Best Affiliate programs focusing on:
Pay per-lead Programs

They have: 2,390 posts

Joined: Nov 1998

Sorry to disapoint but I was just going to use classes as well and give you the exact code (do you still want me too?) but it seems you are not too keen on classes.
I suppose you could hard code individual links that differ from the norm, what do you think of this?
JP

----------
The Webmaster Promotion and Resource Center.
Visit: http://www.what-next.com

They have: 117 posts

Joined: Jul 1999

Hey JP, the article that John gave me is not that difficult, as i thought it would be Smiling
So i guess i can continue on my own from here...
Thank you both for the help, i love this forum Smiling
Cheers,
Eitan

----------
http://www.4FreeStuff.net - Your #1 source for Free Stuff on the net...
4FreeStuff.net - Absolutely the Best!

A list of the Best Affiliate programs focusing on:
Pay per-lead Programs

They have: 2,390 posts

Joined: Nov 1998

Hi again ReVigo,
John does indeed have a great 'easy to ready' style of writing that shows up in all of his articles...
Good luck.
JP

----------
The Webmaster Promotion and Resource Center.
Visit: http://www.what-next.com

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.