[jQuery] Bug in animate or am I doing something wrong?
Hello everybody.
I have a div which I am changing size and position for with the animate
function but when the animation is completed the div ends up beeing
semi-transparent.
The div has the following css-properties
#box {
position: absolute;
background: #FFFFFF;
top: 200px;
width: 225px;
height: 200px;
border: 10px solid #FFFFFF;
text-align: left;
}
The animation code
$('#box').animate({
'height': 400,
'top': 100
});
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/