Click here to Skip to main content
15,897,718 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i wnat to set following color combinaton to link button
onmouse over red color else white color of text
plese help me
Posted

1 solution

Hi Vinod,
Please use following style inside the tag

XML
a:active
{
color:white;
}

a:hover
{
color:red;
}

a:visited
{
color:green
}



Please do let me know, if you have any doubt.

Please provide "Vote" if this would be helpful, and make "Accept Answer" if this would be correct answer.

Thanks,
Imdadhusen
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900