I am trying to get css property top value for particular element using Jquery like below:
var topvl1 = $("#top1").css( "top" );
if I set css property top value as pixels , then I can get value. if I set css property top as percentage , then I can't get value there so value as 0.
how can i get css percentage value in jquery, please solve this issue
i have change my code link and here not working please check: http://jsfiddle.net/ZnGks/4/
advance thanks