Gossamer Forum
Home : General : Internet Technologies :

CSS in NN and Opera

Quote Reply
CSS in NN and Opera
Could anyone tell me what's wrong with the following? Because it does not work for NN nor Opera yet it does for IE.

--IN HEADER--
<link rel="stylesheet" type="text/css" href="default_style.css" />

--IN STYLESHEET--
h3.regtext, a.regtext {
font-family: Verdana;
font-size: 12;
font-weight: normal;
color: #000000;
text-decoration: none};

a.regtext:link, a.regtext:visited, a.regtext:active {
font-family: Verdana;
font-size: 12;
font-weight: normal;
color: #FFFF00;
text-decoration: none};

a.regtext:hover {
font-family: Verdana;
font-size: 12;
font-weight: normal;
color: #FFFF00;
text-decoration: underline};

--IN BODY--
<h3 class="regtext">
Please click <a href="http://somewhere.htm" target="none" class="regtext">here</a> to go to our new location.
</h3>
Subject Author Views Date
Thread CSS in NN and Opera JoFrRi 3772 Nov 3, 2003, 1:33 PM
Post Re: [JoFrRi] CSS in NN and Opera
Payooo 3556 Nov 4, 2003, 1:57 AM