hi, I've this:
<script type="text/javascript">
$(document).ready(function() {
$('#flash').slideDown("slow")({
});
});
</script>
<div id="flash" style="display:none;">
<p><?php echo $content; ?></p>
</div>
is there a jquery way to have this #flash slideup after a certain amount
of time?
thanks, I'm new to jquery.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
