Hey,
When i test this on W3Schoold it seems to work but it isn't working for me in any browser. What i'm trying to do is have a description block pop up when you hover over a link. I've only put in the code for the first link to test it. But it doesn't seem to work for me. Any help?
<!DOCTYPE html>
<html>
<head>
<style>
a:link {color:blue; background-color:transparent; text-decoration:none}
a:visited {color:cyan; background-color:transparent; text-decoration:none}
a:hover {color:darkblue; background-color:transparent; text-decoration:underline}
a:active {col