tags:

views:

33

answers:

2

no jQuery. pure javascript.

e.g. Use element.height but I got nothing.

I ever seen code like below befow:

(ele.style || ele)[styleName]

but I forgot what it use to.

A: 

Take a look at:

Sarfraz
A: 

There are some pointers in http://www.quirksmode.org/dom/getstyles.html

also, google clientHeight offsetHeight and you will find info on height.

動靜能量