Language: Javascript
Uploaded:
Cross browser compatibility tip: Conditional Compile in IE;
Language: Javascript
Uploaded:
Cross browser JavaScript;
Language: Javascript
Uploaded:
cross-browser way to get selection.;
Uploaded: 28/04/2007
Author: WSE
Website: http://www.webscriptexpert.com
Modifying the rendering of an element with an ID is relatively easy using document.getElementById. Modifying the attributes fo an entire class dynamically is a little more code, but the DOM does provide the means to do it through the stylesheet object; with some cross-browser variations.;