[jQuery] Bug in show()?

[jQuery] Bug in show()?

Is it a bug? I Think jQuery is not getting the embedded width:
<style>
#ahhh{ background-color:#FA0; display:none; }
</style>
<script type="text/javascript" src="js/jquery-1.1.1.pack.js
"></script>
<body>
<script type="text/javascript">
$(function(){
    $('#ahhh').show(1500);
});   
</script>
<div id="ahhh" style="width:300px; ">
Why do i become so large?
</div><br clear="all">
--
Rafael Santos Sà :: webdeveloper
<a href="http://www.rafael-santos.com">www.rafael-santos.com</a>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/