★ wanayoo — archive 1999 http://www.devshed.com/Talk/Forums/Forum3/HTML/000513.htmlNouvelle recherche | Portail wanayoo
DevShed Menu
* DevShed Home
* Developer News
* DevShed Brain Dump




UBBFriend: Email This Page to Someone!
  DevShed Discussion Forums
  JavaScript
  Changing Text Color on Event

Post New Topic  Post A Reply
profile | register | preferences | faq | search

next newest topic | next oldest topic
Author Topic:   Changing Text Color on Event
ursus
Junior Member
posted August 06, 2000 07:18 PM     Click Here to See the Profile for ursus     Edit/Delete Message Reply w/Quote
Is there a way to change the color of text on event?
I tried doing it with document.write() and refreshing the page but it looks ugly when the page flashes to be refreshed ..
:confused:

BillyPeterson
Junior Member
posted August 06, 2000 11:02 PM     Click Here to See the Profile for BillyPeterson   Click Here to Email BillyPeterson     Edit/Delete Message Reply w/Quote
Yep, but only in IE 4+. Just access the style.color property of the element. Ie:

<b onMouseover="this.style.color='red'">Move your mouse over</b>

ursus
Junior Member
posted August 07, 2000 12:32 PM     Click Here to See the Profile for ursus     Edit/Delete Message Reply w/Quote
Unfortunately, it has to work on all browsers. In fact I was aware of the style.color property in IE.
I guess if I could refresh the page without making it flash I'd have it resolved.


quote:
Originally posted by BillyPeterson:
Yep, but only in IE 4+. Just access the style.color property of the element. Ie:

<b onMouseover="this.style.color='red'">Move your mouse over</b>


BillyPeterson
Junior Member
posted August 09, 2000 02:45 AM     Click Here to See the Profile for BillyPeterson   Click Here to Email BillyPeterson     Edit/Delete Message Reply w/Quote
Hmmm, I guess you could try and use layers in NS to accomplish the color change effect.

The following tutorial online might help: http://www.wsabstract.com/javatutors/crossmenu.shtml

All times are MST (US)

next newest topic | next oldest topic

Administrative Options: Close Topic | Archive/Move | Delete Topic
Post New Topic  Post A Reply
Hop to:

Contact Us | DevShed.com

Copyright © 1997-2000 ngenuity. All rights reserved.

Powered by: Ultimate Bulletin Board, Version 5.41a
© Infopop Corporation (formerly Madrona Park, Inc.), 1998 - 1999.