I just ran this:
<script type="text/javascript">
<!--
$('body').css('width','100px');
$('body').append('<br />'+$('body').width());
-->
</script>
and it yielded the correct result in firefox 3.5.3
On Sep 21, 8:03 pm, indigo0086 <[email protected]> wrote:
> I'm working on implementing a menu and need to have information when
> the menu size is larger than the width of the window. The problem is
> that pas a certain point, jQuery("body").width() keeps registering
> 497, despite being much smaller than that. Has anyone had this issue