doron447
4 Jul 2009, 12:10 AM
Hi all,
I'm trying to make a link from the images that shown in the Carousel. Here is my code:
Notice that the last line inside the "div" is an "a tag" and its still not working.
Does anyone have a solution?
Thanks,
Doron
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=WINDOWS-1255" />
<title>Ext Carousel Example</title>
<link href="../examples.css" rel="stylesheet" />
<link href="carousel.css" rel="stylesheet" />
<script src="../../ext-core-debug.js"></script>
<script src="carousel.js"></script>
<script>
Ext.onReady(function() {
new Ext.ux.Carousel('simple-example');
})
</script>
<style>
div.item {
padding: 20px;
}
</style>
</head>
<body>
<h2>Example</h2>
<h3>Simple configuration</h3>
<div id="simple-example" style="padding: 5px; height: 280px; width: 420px; background-color: #E6E6E0">
<img src="slides/4.jpg" title="?????">
<img src="slides/5.jpg" title="???">
<img src="slides/psy.jpg" title="???? ?????">
<a href="movies/showMovie.php"><img alt="??? ??????" src="slides/5.jpg" /></a>
</div>
</body>
</html>
I'm trying to make a link from the images that shown in the Carousel. Here is my code:
Notice that the last line inside the "div" is an "a tag" and its still not working.
Does anyone have a solution?
Thanks,
Doron
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=WINDOWS-1255" />
<title>Ext Carousel Example</title>
<link href="../examples.css" rel="stylesheet" />
<link href="carousel.css" rel="stylesheet" />
<script src="../../ext-core-debug.js"></script>
<script src="carousel.js"></script>
<script>
Ext.onReady(function() {
new Ext.ux.Carousel('simple-example');
})
</script>
<style>
div.item {
padding: 20px;
}
</style>
</head>
<body>
<h2>Example</h2>
<h3>Simple configuration</h3>
<div id="simple-example" style="padding: 5px; height: 280px; width: 420px; background-color: #E6E6E0">
<img src="slides/4.jpg" title="?????">
<img src="slides/5.jpg" title="???">
<img src="slides/psy.jpg" title="???? ?????">
<a href="movies/showMovie.php"><img alt="??? ??????" src="slides/5.jpg" /></a>
</div>
</body>
</html>