May 15, 2002 #1 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
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
May 15, 2002 1 #2 deecee Technical User Joined Aug 25, 2001 Messages 1,678 Location US put this around your text <<p onmouseover="style.color='red'" onmouseout="style.color='black'"> text text</p> and you can put whatever color you want excuse me can i have some more Upvote 0 Downvote
put this around your text <<p onmouseover="style.color='red'" onmouseout="style.color='black'"> text text</p> and you can put whatever color you want excuse me can i have some more
May 15, 2002 #3 deecee Technical User Joined Aug 25, 2001 Messages 1,678 Location US put this around your text <p onmouseover="style.color='red'" onmouseout="style.color='black'"> text text</p> and you can put whatever color you want excuse me can i have some more Upvote 0 Downvote
put this around your text <p onmouseover="style.color='red'" onmouseout="style.color='black'"> text text</p> and you can put whatever color you want excuse me can i have some more