PC Review


Reply
Thread Tools Rate Thread

How to create a mouse over effect

 
 
BPeterson
Guest
Posts: n/a
 
      28th May 2008
I would like to create (I think) a mouse over effect for all of my
hyperlinks. I would like the blue hyperlink to be orange when the mouse goes
over it, then rollover to gray when it has been clicked. I cannot figure out
how to do this. Any help would be much appreciated!
 
Reply With Quote
 
 
 
 
Dennis
Guest
Posts: n/a
 
      28th May 2008
On Wed, 28 May 2008 15:11:01 -0700, BPeterson
<(E-Mail Removed)> wrote:

>I would like to create (I think) a mouse over effect for all of my
>hyperlinks. I would like the blue hyperlink to be orange when the mouse goes
>over it, then rollover to gray when it has been clicked. I cannot figure out
>how to do this. Any help would be much appreciated!


Have you looked at Page Properties? Take a look at the Formatting and
Advanced tabs.

--

Dennis
 
Reply With Quote
 
Mike Mueller
Guest
Posts: n/a
 
      29th May 2008
I would do this via CSS... add this to your head section

<style type="text/css">
a:visited {color: gray}
a:hover {color: orange}
</style>

You can also do many other tricks via CSS for links, like giving them a
background color, getting rid of the underline, etc




"BPeterson" <(E-Mail Removed)> wrote in message
news:2DAA935A-5785-4C50-8F97-(E-Mail Removed)...
>I would like to create (I think) a mouse over effect for all of my
> hyperlinks. I would like the blue hyperlink to be orange when the mouse
> goes
> over it, then rollover to gray when it has been clicked. I cannot figure
> out
> how to do this. Any help would be much appreciated!


 
Reply With Quote
 
Richard In Va.
Guest
Posts: n/a
 
      29th May 2008
Hello BPeterson,

For further learning, visit this page...
http://www.w3schools.com/css/css_examples.asp

Look under the heading "Pseudo-classes" , about 1/2 way down the page. As
Mike mentioned, there are lots of other things you can do with hyperlink
appearances. (copy/paste the example into your html code and alter to suite
your taste)

Maybe bookmark this to your favorites?


Best regards,

Richard in VA.
+++++++++++++


"BPeterson" <(E-Mail Removed)> wrote in message
news:2DAA935A-5785-4C50-8F97-(E-Mail Removed)...
>I would like to create (I think) a mouse over effect for all of my
> hyperlinks. I would like the blue hyperlink to be orange when the mouse
> goes
> over it, then rollover to gray when it has been clicked. I cannot figure
> out
> how to do this. Any help would be much appreciated!



 
Reply With Quote
 
BPeterson
Guest
Posts: n/a
 
      29th May 2008
Thanks Mike! I'll try this.

Brooke

"Mike Mueller" wrote:

> I would do this via CSS... add this to your head section
>
> <style type="text/css">
> a:visited {color: gray}
> a:hover {color: orange}
> </style>
>
> You can also do many other tricks via CSS for links, like giving them a
> background color, getting rid of the underline, etc
>
>
>
>
> "BPeterson" <(E-Mail Removed)> wrote in message
> news:2DAA935A-5785-4C50-8F97-(E-Mail Removed)...
> >I would like to create (I think) a mouse over effect for all of my
> > hyperlinks. I would like the blue hyperlink to be orange when the mouse
> > goes
> > over it, then rollover to gray when it has been clicked. I cannot figure
> > out
> > how to do this. Any help would be much appreciated!

>

 
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
mouse over effect Bas Microsoft Frontpage 1 14th May 2010 09:27 AM
mouse over effect =?Utf-8?B?amo=?= Microsoft Frontpage 0 2nd Aug 2007 06:36 PM
Mouse-over effect =?Utf-8?B?dGFsbGpvZHk=?= Windows XP General 0 11th Jun 2006 07:27 PM
Mouse Over Effect Help =?Utf-8?B?Sw==?= Microsoft Access Form Coding 13 25th Mar 2006 02:55 PM
Mouse over effect =?Utf-8?B?TWljaGFlbA==?= Microsoft Frontpage 3 5th Oct 2004 09:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:34 AM.