Hi,
Also ein Griff in die Trickkiste:
Du meinst die Kiste mit den Extremumstaendlichkeiten?
Mit CSS für verschiedene IE-Versionen für eine Eigenschaft verschiedene Werte setzen:
- html body {border: 0 none #666}
*+html body {border: 0 none #777}
>
> und mit JScript abfragen:
>
> ~~~javascript
/*@cc_on
> [code lang=javascript]window.onload = function ()
> {
> alert(document.body.currentStyle.borderColor);
> };
@*/[/code]
Wie gesagt, halte ich fuer extrem umstaendlich; und dazu noch erst onload verfuegbar.
MfG ChrisB
--
„This is the author's opinion, not necessarily that of Starbucks.“
„This is the author's opinion, not necessarily that of Starbucks.“