<embed class="music" name="intro by ----------"
display:none;
src="Demo 3.mp3"
loop="false"
height="50px"
width="100%"
autostart="true"></embed>
<script type="text/javascript">
$(document).ready(function()
{
$("$music").mouseover(function(){
$("$music").slideToggle("fast").delay(2500).slideToggle("fast");
});
});
</script>
This isn't working. Please give me some insight as to why.
The part that isn't working is the "not displaying" and the mouseover.

New Topic/Question
Reply


MultiQuote


|