I am trying to clone an element and get its CSS proprieties plus inherited padding and margin. I can get the respective element position, width, padding and margin but I can not get the inherited padding and margin. Is there a way to get the actual rendered CSS and apply it to my clone?
Thanx