Hi,
und noch zusätzlich zum bisher gesagten:
var hoehe = getComputedStyle("rand", null).getPropertyValue("width");
parseFloat(hoehe);
hoehe hat hiernach immer noch den selben Typ wie vorher.
parseFloat ändert nicht den Variableninhalt, sondern gibt einen Wert zurück.
MfG ChrisB
--
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?