SyntaxFix
Write A Post
Hire A Developer
Questions
This jQuery worked for me:
$("#banner-contenedor").css('width');
This will get you the computed width
http://api.jquery.com/css/