I have this element:
I want to get it\'s width in pixels. I just tried this:
This jQuery worked for me:
$("#banner-contenedor").css('width');
This will get you the computed width
http://api.jquery.com/css/