I have the following div :
What is the best way to
The simplest way is to use the += operator:
+=
$( '#new' ).css( 'top', '+=10px' );