jquery slideshow with text effect fading in and out across
hi managed create slideshow in jquery want make tex fade in through 1 side , fade out exits throug other side
this code
<head>
<title></title
<script type="text/javascript" src="../js/jquery/-1.7.2.min.js"></script>
<script type="text/javascript" src="../js/jquery.cycle.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#slideshow).cycle()
});
<style type="text/css">
#wrapper{
width: 960px;
height: 100%;
margin: auto;
}
#slideshow{
width: 800px;
height: 200px;
}
</style>
<body>
<div id="slideshow">
<img src="............./>
<p>text fade in in , out (not overlay caption)</p>
<img src='............./>
<p> text fading in , out (not overlay caption)</p>
</div>
</body>
</html>
i need text make desired effect along image fade in , out timing together.
as thank much
find different slideshow. wow slider might better solution project.
demos:
http://wowslider.com/jquery-slider-pinboard-fly-demo.html
http://wowslider.com/jquery-slider-noble-fade-demo.html
nancy o.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment