Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Slides not sliding, just stacking. Re: Slides not sliding, just stacking.

#95588
dj_hiking
Member

here is my css. it is in the style.css file…

#slide2 {
float:left;
z-index: 99;
margin-left: -18px;
}
#homeslider {
margin: 20px;
border: 8px solid #FFF;
position: absolute;
height: 400px;
width: 600px;
background-color: #CCC;
box-shadow: 0 0 3px #888888;
}
#slidershadow {
height: 455px;
width: 655px;
background-image: url(images/featured-curved-shadow.png);
background-repeat: no-repeat;
background-position: center bottom;
position: absolute;
}