Hi all,
I am using the following
document.getElementByID('someID').style.setExpression('someExpression')
I have over 20 different elements (DIV's) on the page which I align using this method.
But, after the positioning, the CPU goes to 100% even for trival things such as mouseover() and mouseout()
Please refer to this article for an exmple of what I hoped to do:
http://www.javascriptkit.com/dhtmltu...property.shtml
Am I doing something wrong?
Any help would be appreciated.
Take Care
I am using the following
document.getElementByID('someID').style.setExpression('someExpression')
I have over 20 different elements (DIV's) on the page which I align using this method.
But, after the positioning, the CPU goes to 100% even for trival things such as mouseover() and mouseout()
Please refer to this article for an exmple of what I hoped to do:
http://www.javascriptkit.com/dhtmltu...property.shtml
Am I doing something wrong?
Any help would be appreciated.
Take Care
Comment