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>

--
Rafael Santos Sà :: webdeveloper
www.rafael-santos.com
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to