my computer screen width is 1280 but why IE says it's 1259 but other browsers say 1280 with widht();?
$(document).ready(function(){
alert($(window).width());
});
can it be fixed for IE?? have a look here,
http://ec-ener.eu/dump/index3.php
Thank, Lau