i want to create css that if i have a link with gray color and when i move a mouse on it, it change to light blue and if i have a light blue link and if i move mouse into it then it change to gray both in one page both in one page please do this for me create a css script for me i can create 1 but i cannot create two in one page help needed quickly my website in pending.
not working:s please give me the full script or please create one css file in which link shiuld be the same as i defined above
<html> <head> <style type="text/css"> a.blue_grey { color:#000011;} a.blue_grey:hover { color:#666666;} a.grey_blue { color:#666666;} a.grey_blue:hover { color:#000011;} </style> </head> <body> <p>This is a <a class="grey_blue" href="#">Grey Blue</a> Link</p> <p>and this is a <a class="blue_grey" href="#">Blue Grey</a> Link </p> </body> </html> HTML:
I think you need to read a CSS tutorial first. Why don't you check out w3schools.com first and read a bit about CSS!!!
this is working in new page if i am creating new page and putting it in that page but when i am putting it on my website page its notworking i am giving you a page please check and use it
please see the attachment and tell me, after hover i want to change the navbar links color to gray and leftside menu links color to also gray