Ciao.
Ho chiamiamolo un problemino (praticamente non funziona
niente ) con jquery cycle
La pagina che ho è questa:

Codice PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml">
<
head>
<
title>Untitled Document</title>
<
meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<
style type="text/css">
.
pics 
    
width:   592px;   
    
height:  312px;  
    
padding0;  
    
margin:  0;  

 
.
pics img {  
    
padding15px;  
    
border:  1px solid #ccc;  
    
background-color#eee;  
    
width:  560px
    
height280px
    
top:  0
    
left

 </
style>
<
script type="text/javascript" src="jquery/jquery-1.2.2.min.js"></script>
<script type="text/javascript" src="jquery/Cycle-Core-all-trans.js"></script>
<script type="text/javascript">
$(document).ready(function() {
    $('#s1').cycle({ 
        fx:    'fade', 
        pause:  1 
    });
});
</script>
</head>

<body>
<div class="pics"> 
    [img]images/uno.jpg[/img] 
    [img]images/due.jpg[/img] 
    [img]images/tre.jpg[/img] 
    [img]images/quattro.jpg[/img] 
</div> 
</body>
</html> 
Ho incluso
framework Jquery - jquery/jquery-1.2.2.min.js
Cycle Core With All Transitions - jquery/Cycle-Core-all-trans.js

e chiamato lo script:
Codice PHP:
$(document).ready(function() {
    $(
'#s1').cycle({ 
        
fx:    'fade'
        
pause:  
    
});
}); 
e messo il css e l'xhtml ma non funziona praticamente
non succede una bella m.....a


Help please