Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
hover color, non links text?
Name: zasdfg Date: October 31, 2006 at 14:27:18 Pacific OS: win CPU/Ram: 342 Product: 234
Comment:
hello, can i change the color of text when i put the mouse over that text ? and if this text is not a link.. (with links i found how to do it)
Summary: Thanks, it works. My html 'a' css class has a hover version that changes the color of the 'Link' string. Can I simply do a <span class="a" onClick="...etc? How can I make the cursor change from an ...
Summary: "mouse overs are created using CSS " I think you mean javascript. The only mouseover effect CSS is capable of is changing the color of link text. To my knowledge, CSS doesn't handle image rollovers ...
Summary: i made a mistake on the previous post. you can use this java script <style> A.type1:link {color:#FFDD00; text-decoration:none;} A.type1:visited {color:#FFDD00; text-decoration:none;} A.type1:ac...