Anton
07-25-2003, 08:07 PM
Can any one help me please i want to make all likns in my site cheangeing to difrent color like blan to white to blan to wthit like that its like 3D i so in web site , dose any one nore the code?
|
Click to See Complete Forum and Search --> : need help with link Anton 07-25-2003, 08:07 PM Can any one help me please i want to make all likns in my site cheangeing to difrent color like blan to white to blan to wthit like that its like 3D i so in web site , dose any one nore the code? Da Warriah 07-25-2003, 08:44 PM looks like you also need some help with spelling and grammar :o what exactly do you want? do you want to change your links from black to white when the mouse rolls over them? PeOfEo 07-25-2003, 08:51 PM <style type="text/css"> :link {color:#00ffff;font-weight:;text-decoration:none;} :active {color:#00ffff;font-weight:;text-decoration:none;} :visited {color:#00ffff;font-weight:;text-decoration:none;} :hover {color:#4682b4;font-weight:;text-decoration:none;} </style> Thats my code. Edit the colors and then place it in the head of your page it should do what you are looking for. Anton 07-25-2003, 08:58 PM first iam just learning english , because i am not english, I need like a link cheanging colore when the mouse is rolls over PeOfEo 07-25-2003, 08:59 PM <style type="text/css"> :link {color:#00ffff;font-weight:;text-decoration:none;} :active {color:#00ffff;font-weight:;text-decoration:none;} :visited {color:#00ffff;font-weight:;text-decoration:none;} :hover {color:#4682b4;font-weight:;text-decoration:none;} </style> this code changes the color, just modify the colors and it will work. Anton 07-25-2003, 09:05 PM i dont understand what to do just past it and add cod to where? PeOfEo 07-25-2003, 10:32 PM the head section of your page webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |