View Full Version : hover/text decoration


lilRuBbErDuCkS
05-07-2003, 12:45 AM
I know I've asked this before but when I tried the CSS style of links changing when they are hovered over it did not work.

SO, is there a different way, other than CSS, to change the link attributes to change color and underline overline when they are hovered over??

If anyone knows, PLEASE help me!!! THANX!

lefty
05-07-2003, 01:02 AM
I'm fairly certain that is only a css thing.

And the only reason your codes wouldn't work would be if there was something wrong with them, so if you post them up here we could take look and see what's up.

Elentari
05-07-2003, 03:52 AM
If your code is correct, did you make sure it was in between the <HEAD> tags?

pb&j
05-07-2003, 04:54 AM
this may be off your topic, but on your main page, change this...
<html>
<title>Justified...Stripped V.1.0</title>

<body bgcolor="#6699ff"><font face="arial" color="white">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

to this...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<title>Justified...Stripped V.1.0</title>

you can move the BGCOLOR and FONT down into the main starting BODY tag and after the main BODY tag (which is seen correctly after the </head> tag).

and you may also delete this BODY tag...
<BODY onLoad="getTime()">
and add the onload part also to your main starting BODY tag as well.

remember... each web page is only allowed one starting and one ending body tag.

i didn't notice any css coding in that specific page, so if you could post the coding you are currently using that is not working or post the page you have it displayed on so we can see the problem in action, that would be best.

thanks.

Prezhi0usGurL
05-07-2003, 05:01 AM
Hi,

Try this:

<STYLE TYPE="text/css">
<!--
A:link
{ text-decoration: none; color:#CDCEDC }
A:visited
{ text-decoration: none; color:#CDCEDC }
A:active
{ text-decoration: underline; color:#CDCEDC }
A:hover
{ text-decoration: underline overline; color:#A3A6C1;
cursor:e-resize}
-->
</STYLE>

lilRuBbErDuCkS
05-07-2003, 10:01 PM
I figured my problem out!! I had the css code in the <body> tags. Oy, I'll get it one of these days, lol. So thanks Elantari and everyone else!!

And about the site you went to to check my code, thats my old site. I got a new name and i 4got to switch it on my profile. :)

But THANK YOU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!