Forum Moderators: not2easy
my css definition is:
A.maillink {
display: left;
width: 175px;
text-align: left;
text-decoration: none;
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:12px;
color: #005941;
BORDER: none;
}
A.maillink:hover {
background-color:#005941;
color:#f0f6e0;
}
and i'm trying to attach that style to this:
<strong onClick="MM_openBrWindow('izracun.htm','','scrollbars=yes,width=580,height=620')"Primeri
izracunov embalaznine</strong>
and i don't know where to put class="maillink". works everywhere else except on openBrWindow. any idea?
bitter
'display' property [w3.org]
'border' property [w3.org]
You should run your CSS through the CSS validator [jigsaw.w3.org]