Vai al contenuto

scorrimento immagini :cry:


samuz93

Messaggi raccomandati

:fiorellino:

io avrei bisogno del codice per far scorrere delle immagini orizzontalmente.. un po come questo: http://css-tricks.com/examples/MovingBoxes/ solo che a me non serve l'effetto zoom.. (ho provato a dare un'occhiata al codice di questa slideshow, ma non l'ho trovato..) :consolare:

ho impostato l'html e il css:

<!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>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>cuaxino</title>
   <link href="css/style.css" rel="stylesheet" type="text/css" />
   </head>

<body>
<div id="container">
   <div id="presentation">
       <div class="arrow_lt">
       <
       </div>
       <div class="image">
       immagini che scorrono
       </div>
       <div class="arrow_rt">
       >
       </div>
   </div>
</div>
</body>
</html>

html,body{margin:0 auto; padding:0 auto; background:url(../img/bg/bg4.gif);}
body{}

#container{
margin:0 auto;
overflow:auto;
width:970px;
height:;
background:;
}

#presentation{
overflow:auto;
width:100%;
height:400px;
}

.image{
float:left;
width:910px;
height:400px;
background:#CC0000;
}

.arrow_lt{
float:left;
width:30px;
height:400px;
background:#3300FF;
}

.arrow_rt{
float:right;
width:30px;
height:400px;
background:#3300FF;
}

ora mi manca solo il codice per farle SCORRERE :DD sapete dove posso trovarlo? oppure se cè un esempio gia pronto perchè ho cercato su google ma non trovo niente.. molto strano :saltella:

grazie a tutti!! :ciao:

Link al commento
Condividi su altri siti

Archiviato

Questa discussione è archiviata e chiusa a future risposte.

×
×
  • Crea Nuovo...