current style
The Fine Art of Web Development by Martin Ivanov
Here is a crossbrowser JavaScript function for getting CSS property values from DOM elements. The function $style requires the specification of two arguments: $style(ElementId, CssProperty); ElementId – the ID of the element from which we will extract CSS property values; CssProperty – the CSS property we will extract from the element, for example – “background-color”; … Continue reading “$style – Get Any CSS Property Value of an Object”
Categories and Tags
Links
© 2006 - 2025 Martin Ivanov