Mozilla unterst�tzt das, und damit auch Netscape 7, Chimera
Safari z.B. auch (kommt vom Konquerer)

Eben eigentlich von den aktuellen Browsern 'nur' der Explorer nicht (PC+Mac)

Wenn man nichts macht, was der Explorer nicht unterst�tzt, dann dauert es nicht lange, Sachen zu machen, die nur der Explorer unterst�tzt

Deshalb: An die Spec halten und alles wird gut, IE 7 wird wahrscheinlich, denke ich doch, oder?

CU
Schmiddl

Am Donnerstag, 20.02.03, um 16:46 Uhr (Europe/Berlin) schrieb Michael Schwarz:

Das W3C hat hover nicht nur auf Hyperlinks beschr�nkt...

http://edition-w3c.de/TR/1998/REC-CSS2-19980512/

[...]
CSS definiert nicht, welche Elemente sich in den oben
beschriebenen Status befinden k�nnen, oder wie man in einen
der Status gelangt oder ihn verl�sst. [...]


Dies Aussage mag ja stimmen, doch wem bringt das was? Welcher Browser
unterst�tzt das? Microsoft Internet Explorer sagt dazu folgendes:


:hover Pseudo-class Internet Development Index
----------------------------------------------------------------------- -
--------
Sets the style of an a element when the user hovers the mouse pointer
over the link.

Syntax
HTML [A]:hover { sRules }
Scripting N/A

Possible Values
sRules String that specifies one or more Cascading Style Sheets
(CSS) attribute/value pairs.

Remarks
The default value of the :hover pseudo-class is browser-specific.
Hover means that the user has positioned the mouse pointer over the link
but hasn't clicked or otherwise activated the element. If the user
simply passes the mouse pointer over the link, the style does not
change.
The :hover pseudo-class is often used with :active, :link and :visited,
the pseudo-classes that affect the other states of a link.

Example
The following style rule sets the style of an anchor. When the user
hovers the mouse pointer over a link to which the following style sheet
has been applied, the text displays in red, converts to uppercase, and
the characters are spaced 1 centimeter apart.

<STYLE>
A:hover { color:red; text-transform:uppercase; letter-spacing:1cm }
</STYLE>
Standards Information

This pseudo-class is defined in CSS, Level 2 (CSS2) .



CIAO
Michael




CU
Schmiddl

Am Donnerstag, 20.02.03, um 14:40 Uhr (Europe/Berlin) schrieb Michael
Schwarz:

Das geht laut CSS Definition glaube ich nur bei Links. Bei Zellen
(TDs) m�sste man ein onmouseover machen.

Hier ein Ansatz:

TabelCell c = new TableCell();
c.Attributes("onmouseover", "this.style.color='red';");
c.Attributes("onmouseout", "this.style.color='';");


CIAO
Michael



-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Im Auftrag von
A-Schubert
Gesendet: Donnerstag, 20. Februar 2003 14:16
An: [EMAIL PROTECTED]
Betreff: AW: [Asp.net] Styleanweisung


Dann wei� ich auch nicht !

-----Urspr�ngliche Nachricht-----
Von: Rene [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 20. Februar 2003 14:08
An: [EMAIL PROTECTED]
Betreff: Re: [Asp.net] Styleanweisung


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

und wenn ich keinen HyperLink nutze?

_______________________________________________
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

_______________________________________________
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