HighDots Forums  

Q. How do I onmouseover to change all text on page?

alt.html.dhtml alt.html.dhtml


Discuss Q. How do I onmouseover to change all text on page? in the alt.html.dhtml forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
George
 
Posts: n/a

Default Q. How do I onmouseover to change all text on page? - 01-01-2005 , 11:16 PM






Hi,

I have a page where I'd like to add an onmouseover event to change all
the text on the web page.

Can you please provide a complete example of how I would change ll the
text to say verdana?

Thanks
George

Reply With Quote
  #2  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: Q. How do I onmouseover to change all text on page? - 01-02-2005 , 04:18 AM






h_arle/yNO.SPAMd_avidso/n (AT) mailcity (DOT) com (George) wrote:

Quote:
Can you please provide a complete example of how I would change ll
the text to say verdana?
You multiposted your question, and naturally the discussion is now
going on in a group where it is less on-topic.

But the cluelessness signals were on even before noticing this.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html




Reply With Quote
  #3  
Old   
homer
 
Posts: n/a

Default Re: Q. How do I onmouseover to change all text on page? - 01-27-2005 , 05:42 AM




Quote:
Can you please provide a complete example of how I would change ll
the text to say verdana?
CSS allows you to change to italic, to bold, to underline, or with a
background shading color change.

The code below, with links or images, if mouse hovered, text color changes
to black, bold, underlined, and background pops in GOLD.

CSS Styling:

a:hover {
color: #000000;
font-weight: bold;
text-decoration: underline;
background-color: #FFCC33;
}

See this CSS in action, here.
http://wholives.com/

Here's a quick tutorial
http://wendypeck.com/css101.html

homer


See this CSS in action, here.

http://wholives.com/




Reply With Quote
Reply




Thread Tools
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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.