glittered_rain
07-08-2004, 07:01 AM
You can see the hovered link background in IE or an AOL browser..
http://www.geocities.com/hit_by_stars/
You can see its just a purple bar [when you hover over a text link]..
I DID have the code my freshman year of highschool for the border to be multicolored [one side green, one side orange, etc.].. Would anyone know what Im talking about? Im about to go into 11th grade, and my old computer died some months ago, loosing all information after it comming out of a 10 month safe mode..
Here is my current code for the plain purple bar as the background hover link decoration [i guess you could call it that]
A:link { text-decoration:none; color:"#660099";}
A:active { text-decoration:none; color:"#660099";}
A:visited { text-decoration:none; color:"#660099";}
A:hover { text-decoration:none; color:"#000000"; background color: #9933ff; cursor: crosshair; TEXT-DECORATION: none; height: 0; filter: flipv}
THANKS IN ADVANCE
http://www.geocities.com/hit_by_stars/
You can see its just a purple bar [when you hover over a text link]..
I DID have the code my freshman year of highschool for the border to be multicolored [one side green, one side orange, etc.].. Would anyone know what Im talking about? Im about to go into 11th grade, and my old computer died some months ago, loosing all information after it comming out of a 10 month safe mode..
Here is my current code for the plain purple bar as the background hover link decoration [i guess you could call it that]
A:link { text-decoration:none; color:"#660099";}
A:active { text-decoration:none; color:"#660099";}
A:visited { text-decoration:none; color:"#660099";}
A:hover { text-decoration:none; color:"#000000"; background color: #9933ff; cursor: crosshair; TEXT-DECORATION: none; height: 0; filter: flipv}
THANKS IN ADVANCE