PC Review


Reply
Thread Tools Rate Thread

css: 2 different hovers in the same css ?

 
 
=?Utf-8?B?Y2Fyc3Rlbi1t?=
Guest
Posts: n/a
 
      22nd Jun 2005
I have set up a css working fine, but I would like to have 2 different hovers
in the same css - to be applied for 2 different menues. Is this possible? (FP
2003)
 
Reply With Quote
 
 
 
 
Stefan B Rusynko
Guest
Posts: n/a
 
      22nd Jun 2005
Set up a pseudo class for each color

<style type="text/css">
a.white {color: white; text-decoration: none}
a.white:link {color: white; text-decoration: none}
a.white:visited {color: white; text-decoration: none}
a.white:hover {color: white; text-decoration: underline}
a.white:active {color: white; text-decoration: none}
a.red {color: red; text-decoration: none}
a.red:link {color: red; text-decoration: none}
a.red:visited {color: red; text-decoration: none}
a.red:hover {color: red; text-decoration: underline}
a.red:active {color: red; text-decoration: none}
</style>

And apply the class to the links
<a href="yourlink.htm" class="white">
or
<a href="yourlink.htm" class="red">

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"carsten-m" <(E-Mail Removed)> wrote in message news:366BF677-46AC-4859-B734-(E-Mail Removed)...
|I have set up a css working fine, but I would like to have 2 different hovers
| in the same css - to be applied for 2 different menues. Is this possible? (FP
| 2003)


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Curser hovers and opens files Chas Windows Vista General Discussion 0 21st Nov 2008 09:19 PM
need word to show up when mouse hovers Melissa Microsoft Powerpoint 1 17th Jul 2008 04:08 PM
why do my buttons disappear when my cursor hovers over them? =?Utf-8?B?Y3VybHlrYXQ=?= Microsoft Frontpage 3 15th Feb 2006 09:58 AM
mouse hovers over the buttons Microsoft Frontpage 1 25th Jan 2005 02:58 PM
Hovers =?Utf-8?B?S2V2aW4gQW50aG9ueSBKb25lcw==?= Microsoft Word Document Management 0 27th Apr 2004 06:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:03 AM.