????
| Current Path : /home2/morganrand/www/sslider/ |
| Current File : /home2/morganrand/www/sslider/candycenterpiecesgallery.html |
<!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>Welcome To Wanderfuls!</title>
<!-- CSS -->
<style type="text/css" media="screen">
body
{
margin:0px;
padding:0px;
}
#slider {
width: 691px; /* important to be same as image width */
height: 503px; /* important to be same as image height */
position: relative; /* important */
overflow: hidden; /* important */
margin:0px;
padding:0px;
}
#sliderContent {
width: 691px; /* important to be same as image width or wider */
position: absolute;
top: 0;
margin-left: 0;
z-index:3;
margin:0px;
padding:0px;
}
.sliderImage {
float: left;
position: relative;
display: none;
margin:0px;
padding:0px;
}
.sliderImage span {
position: absolute;
font: 10px/15px Arial, Helvetica, sans-serif;
padding: 10px 13px;
width: 691px;
background-color: #fff;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
color: #fff;
display: none;
}
.clear {
clear: both;
}
.sliderImage span strong {
font-size: 14px;
}
.top {
top: 0;
left: 0;
}
.bottom {
bottom: 0;
left: 0;
}
ul { list-style-type: none;}
h3
{
font-size:30px; color:#cc3366
}
p
{
font-size:14px; color:#cc3366
}
</style>
<!-- JavaScripts-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="s3Slider.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#slider').s3Slider({
timeOut: 6000
});
});
</script>
</head>
<body style="overflow:hidden">
<div id="slider">
<ul id="sliderContent"> <li class="sliderImage"><img src="../images/bigwanderfulsslider.jpg" alt="Purple and White Candy Centerpieces" /></li> <li class="sliderImage"><img src="../images/candy/candy-centerpiece-main.jpg" alt="Purple and White Candy Centerpieces" /> <span class="bottom">
<h3>Candy Centerpieces with White Mints<!-- and Party Favors --></h3>
<p>Like flowers, as beautiful as flowers, but better...</p>
</span> </li> <li class="sliderImage"><img src="../images/newcandies2.jpg" alt="Red Candy Centerpiece" /> <span class="bottom">
<h3>A Unique and Beautiful Candy Centerpiece</h3>
<p>Weddings, Birthdays, Anniversaries, Sweet 16's, Mitzvahs, Showers, Corporate events and more!</p>
</span> </li> <li class="sliderImage"><img src="../images/candy/teal-white-candy.jpg" alt="Green and White Candy Centerpieces" /> <span class="bottom">
<h3>You Choose ALL the colors!</h3>
<p> We can go from formal to festive, elegant to vibrant, classic to colorful!</p>
</span> </li> <li class="sliderImage"><img src="../images/candy/yellow-candy-centerpiece.jpg" alt="Yellow Candy Centerpiece" /> <span class="bottom">
<h3>Magical. Memorable. Wanderfuls.</h3>
<p>Wanderfuls will make your <strong>Celebration</strong> one to remember.</p>
</span> </li> <li class="sliderImage"><img src="../images/newcandies2.jpg" alt="Party Banquet Centerpiece" /> <span class="bottom">
<h3>Create a long lasting impression on your guests!</h3>
</span> </li> <li class="sliderImage"><img src="data2/images/slide_112.jpg" alt="Wanderfuls Candy Centerpieces and Favors" /> </<span class="bottom">
<h3>From Elegant to Festive</h3>
<p>Wanderfuls will make your event sweet and unforgettable.</p>
</span> </li>
<div class="clear sliderImage"></div>
</ul>
</div>
<!-- // slider -->
</body>
</html>