Dienstag, 21. Juni 2011

jQuery CYCLE plugin Internet explorer ERROR PROBLEM FEHLER

______ CORRECT CODE _______________________

<script type="text/javascript">


$('#belvedere').cycle({
fx: 'fade',
next: '#belvedere',
speed: 300,
timeout: 5000,
pause: 1,
cssFirst:{
display: 'block'
}});

</script>

______ NOT _______________________

display: 'block'
},
});
____________>>> , <<<< !!!!!!! ______________

Keine Kommentare: