Visualizzazione dei risultati da 1 a 2 su 2
  1. #1

    Jquery cycle ...............

    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


    Without faith, nothing is possible. With it, nothing is impossible
    http://ilwebdifabio.it

  2. #2
    Codice PHP:
    <div id="s1" class="pics"
        [
    img]images/centro-italia-costruzioni.jpg[/img
        [
    img]images/cico-impresa-edile.jpg[/img
        [
    img]images/costruzione-appartamenti.jpg[/img
        [
    img]images/costruzione-palazzine.jpg[/img
    </
    div

    Without faith, nothing is possible. With it, nothing is impossible
    http://ilwebdifabio.it

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.