hi,
hab ein kleines problem mit css. ist es möglich, wenn man mehrere css-stile in einem quelltext verwendet, nur eine hover-funktion für einen einzigen Stil (beispielsweise ".Stil0") zu definieren ?
irgendwie klappt das hiermit nicht:
a.Stil10:link { color:#ACACAC; text-decoration:underline; }
a.Stil10:visited { color:#ACACAC; text-decoration:underline; }
a.Stil10:hover { font-weight:bold; color:#000000; text-decoration:none; }
a.Stil10:active { font-weight:bold; color:#000000; text-decoration:none; }
weiter unten im quelltext steht der link per java-funktion:
<a onClick="window.open('produktfotos/nr12.jpg','Produktfoto','toolbar=no, scrollbars=yes, status=no,menubar=no,width=500,height=500')"><span class="Stil10">Bild</span></a>
kann mir jemand helfen und sagen, warum das nicht klappt ?
danke im voraus !