Thanks for the script buddy, let me try it
This is a discussion on Using CSS Style Tags For Mouseover Link Effects within the Web Design forums, part of the Web Designing & Development category; [FONT=Arial, Helvetica][SIZE=2]If you're looking for a great way to spice up your HTML web page links, you can easily do ...
[FONT=Arial, Helvetica][SIZE=2]If you're looking for a great way to spice up your HTML web page links, you can easily do so with style tags.
In this example, the active text link is underlined with the color set to #0000FF. When the mouse is placed over the link, the text color will change to #FF0000 and the underline disappears.
[/SIZE][/FONT]Code:<STYLE> <!-- A:active { color:#0000FF; text-decoration; } A:hover { color:#FF0000; text-decoration: none; } //--> </STYLE>
Thanks for the script buddy, let me try it
its ok, hope this script will be interesting for you...
this is very good tip. I have try it. And it is working
Last edited by msn90; 05-20-2009 at 10:01 AM.
Bookmarks