Add new comment to Vytváříme super snadnou slideshow (prolínačku) nejen pro Drupal
Moje kniha o CMS Drupal
Poslední komentáře
- 2 days 17 hours ago
- 4 days 14 hours ago
- 1 week ago
- 1 week ago
- 1 week 2 days ago
- 3 months ago
- 3 months ago
- 5 months 1 week ago
- 6 months 1 week ago
- 6 months 1 week ago
Nové diskuze
- (2 months zpět)
- (2 months 1 week zpět)
- (4 months 3 weeks zpět)
- (6 months 1 week zpět)
- (1 year 3 months zpět)
- (1 year 4 months zpět)
- (1 year 7 months zpět)
- (1 year 8 months zpět)

Neumím tento efekt vytvořit, mě se prostě zobrazují tři obrázky vedle sebe.
Kde dělám chybu?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<title></title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.latest.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.slideshow').cycle({
fx: 'fade'
});
});
</script>
</head>
<body>
<div class="slideshow">
<img src="stojan1.png" alt="stojan1" />
<img src="stojan2.png" alt="stojan2" />
<img src="stojan3.png" alt="stojan3" />
</div>
</body>
</html>