> Pres CLASS jsem se k nicemu nedostal, ale jde to pomoci ID
> pro tag TR nebo TD, takze tvoje stranka bude vypadat takhle:
Ja bych rekl, ze pres CLASS to pujde, ale musi byt v tagu <A> a ne v <P>,
takhle mi to chodi OK:
<HTML><HEAD>
<STYLE TYPE="text/css">
.link, .link:link, .link:visited, .link:active
{ text-decoration: none; color: #0000FF; }
.link:hover
{ text-decoration: underline; color: #0000FF; }
.button, .button:link, .button:visited, .button:active
{ text-decoration: none; color: #000000; }
.button:hover
{ text-decoration: none; color: #0000FF; }
</STYLE>
</HEAD>
<BODY>
<A HREF="a.html" CLASS="link">odkaz 1</A><BR>
<A HREF="a.html" CLASS="button">odkaz 2</A><BR>
</BODY></HTML>
-pp21-
This archive was generated by hypermail 2.1.2 : 04. 09. 2001, 09:31 CEST