Hello
I want to set mouse hover effect on the hyperlink so that when someone move mouse over a hyperlink color should be changed and I want to do it using css. Is it possible?
Hello
I want to set mouse hover effect on the hyperlink so that when someone move mouse over a hyperlink color should be changed and I want to do it using css. Is it possible?
You can easily do it using css
If any problem let me knowPHP Code:a:link {color: #FF0000};
a:hover {color: #FF00FF} ;
decipher (01-05-2009)
You should remember the order of link behavior
LoVeHAte
L : link
V: visisted
H : hover
A : active
yes it is possible to change the color during mouse over event. hust go to INTERNET EXPLORER PROPERTIES, Go to Hover color event and chage the color that you wish
Yes, it is possible using CSS. Use the code techkid gave and implement it properly in your files.
its very useful for users.Hello
I want to set mouse hover effect on the hyperlink so that when someone move mouse over a hyperlink color should be changed and I want to do it using css. Is it possible?
you can use the spry menu when youre using a dreamweaver in doing it.
my answer is same as the code given by tech kid.
make the css & include it in html
Is it possible to set mouse move effect on the button? I dont want on hyperlink I want on button
thanks for you to provide me this info its really good and u can get the details through tutorial also
Bookmarks