Wenn Du ein HyperLink anstatt einer TableCell benutzt, ...!

CIAO
Michael


> -----Urspr�ngliche Nachricht-----
> Von: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] Im Auftrag von A-Schubert
> Gesendet: Donnerstag, 20. Februar 2003 12:48
> An: [EMAIL PROTECTED]
> Betreff: AW: [Asp.net] Styleanweisung
> 
> 
> Bau einfach das hier in dein Stylesheet ein:
> 
> /*Stylesheet f�r Hyperlinks*/
> a:link { color:#333333; text-decoration:none; font-weight:normal; }
> 
> a:active
> {
>     font-weight: normal;
>     color: #ff0066;
>     text-decoration: underline overline;
> }
> 
> a:visited { color:#333333; text-decoration:none; font-weight:normal; }
> 
> a:hover
> {
>     font-weight: normal;
>     color: #ff0066;
>     text-decoration: underline overline;
> }
> 
> Der Rest geschieht dann automatisch !!!
> 
> -----Urspr�ngliche Nachricht-----
> Von: Rene [mailto:[EMAIL PROTECTED]] 
> Gesendet: Donnerstag, 20. Februar 2003 12:30
> An: asp.net
> Betreff: [Asp.net] Styleanweisung
> 
> Moin,
> 
> wie bekomme ich eine Style-Anweisung richtig eingebunden.
> 
> Ausgangssituation:
> 
> <asp:TableCell ForeColor="Navy" ToolTip="Zur Startseite" 
> Font-Size="X-Small" Font-Names="Verdana" Text="Home" 
> ID="tcHome" CssClass="tcNavigation"></asp:TableCell>
> 
> 
> Soweit sich das auf dir CssClass bezieht, ist es ok. Doch wie 
> gehts dann um die Hover-Effekte?
> 
> Rene
> 
> 
> _______________________________________________
> Asp.net mailing list
> [EMAIL PROTECTED] 
> http://www.glengamoi.com/mailman/listinfo/asp.net
> 
> _______________________________________________
> Asp.net mailing list
> [EMAIL PROTECTED] 
> http://www.glengamoi.com/mailman/listinfo/asp.net
> 

_______________________________________________
Asp.net mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an