hi there,
i am trying to do var width = ($(this).width() + $(this).css('padding-left') + $(this).css('padding-right'));
do add the width to the padding, so i should end up with width = 200 + 4 + 4 = 208
instead i end up with 2004px4px;
how can i force it to add them to get 208?