Here is what I am working on..
what I want is padding of text that is inside of the "P" tag like we do cell padding in "TD" tag
I changed this code line :
text.css({ position: 'absolute', top: '57px' }).hide();
to this:-
text.css({ position: 'absolute', top: '57px', paddingTop: 10px}).hide();
but it's not making no difference..what property is there to achieve what I want ? I only found this "padding" one
[EDIT] thnx all..didn't give single quotes..silly mistake...Could someone please check Mark's comment and my response to it and tell me how can I fix it ?