Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change color or font on a text when "on mouse over" 1

Status
Not open for further replies.

PePex

Programmer
Joined
May 14, 2002
Messages
3
Location
SE
I can't find a smart way to change for example color on a plain text when "on mouse over".

Anyone have a tips!

Regards PePex
 
put this around your text <<p onmouseover=&quot;style.color='red'&quot;
onmouseout=&quot;style.color='black'&quot;>
text text</p>

and you can put whatever color you want excuse me can i have some more
 
put this around your text

<p onmouseover=&quot;style.color='red'&quot;
onmouseout=&quot;style.color='black'&quot;>
text text</p>

and you can put whatever color you want
[afro] excuse me can i have some more
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top