FP2003: Hover text
am 04.04.2008 17:52:00 von tom
FrontPage 2003, all MS updates
Is there a way to create/setup hover text under FrontPage 2003?
What I'd like to do is to have the text, such as "About Us", enlarge and/or
change color as the mouse hovers over the text. Once the mouse moves off the
text ("About Us") then the text would revert back to normal font and color.
I reviewed the Help file but it referred to hover buttons, not hover text.
[Note: I'm open to other ideas for 'noticing' the text link text.]
TIA!
Tom
Re: FP2003: Hover text
am 04.04.2008 18:25:14 von tom
You can look for scripts at www.dynamicdrive.com
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
"Tom" wrote in message
news:BE227422-6680-4B4A-995B-01444E656272@microsoft.com...
: FrontPage 2003, all MS updates
:
: Is there a way to create/setup hover text under FrontPage 2003?
: What I'd like to do is to have the text, such as "About Us", enlarge
and/or
: change color as the mouse hovers over the text. Once the mouse moves off
the
: text ("About Us") then the text would revert back to normal font and
color.
: I reviewed the Help file but it referred to hover buttons, not hover text.
: [Note: I'm open to other ideas for 'noticing' the text link text.]
: TIA!
: Tom
Re: FP2003: Hover text
am 04.04.2008 18:53:09 von Mike Mueller
CSS hover is a cheap way to do this- the code below will have a page that
will reverse the colors when you hover over a . This can be done over
a paragraph or division also, but I chose span as it looks a little cleaner
inline than with a block element
"http://www.w3.org/TR/html4/strict.dtd">
The big blue bouncing beach ball biffed a bikinied
bimbo
Yucky yams make me yak
*************************************
"Tom" wrote in message
news:BE227422-6680-4B4A-995B-01444E656272@microsoft.com...
> FrontPage 2003, all MS updates
>
> Is there a way to create/setup hover text under FrontPage 2003?
> What I'd like to do is to have the text, such as "About Us", enlarge
> and/or
> change color as the mouse hovers over the text. Once the mouse moves off
> the
> text ("About Us") then the text would revert back to normal font and
> color.
> I reviewed the Help file but it referred to hover buttons, not hover text.
> [Note: I'm open to other ideas for 'noticing' the text link text.]
> TIA!
> Tom