I have a DOM element that in Firebug clearly shows a float: left property.
But when I process it in the DOM, element.style.float returns undefined.
Am I just overlooking something on my end (this is what I’m assuming right now) or is there a special way to address float? I would be baffled if there were.
Use
cssFloat.Source.
http://www.howtocreate.co.uk/tutorials/javascript/domcss