View Full Version : hover, visited links and cursors...:-/


soccer_star0911
06-29-2004, 07:41 PM
i put in the css code on lissa's site and it wont work. i think its retarded or sumthin....plz help!

Monkey Bizzle
06-29-2004, 07:56 PM
copy and paste the exact code that you used... maybe when you put your info in there you left out something?

MaGiCSuN
06-29-2004, 08:47 PM
probably you left out A:link and A:active :)
try inserting them too, and see what happens

love,
mirna

pb&j
06-29-2004, 10:11 PM
and it would REALLY help if you provided a link to your page having the problem. we could then see where the coding problem is exactly and help you fix it. thanks.

Lennac
06-30-2004, 03:39 AM
If you copied the code exactly maybe you forgot to close the tag? When you copy that it only includes the opening <style______> tag followed by the CSS Code but no closing tag...

pb&j
06-30-2004, 05:26 AM
actually, a common error is when they copy from lissa's tutorials it may look something like this...

A:link
{ text-decoration: value; [none] }

instead of...

A:link
{text-decoration: none;}

some people kinda forget to replace the word VALUE with the actual value.

thus the request to see their page in peril to know for sure.