If you would like to change the float style of some element using javascript, then use the following.
var element = document.getElementById( 'some_element_id' ); element.style.cssFloat = 'left';
If you would like to change the float style of some element using javascript, then use the following.
var element = document.getElementById( 'some_element_id' ); element.style.cssFloat = 'left';
IE not supported.. please let me for IE