O.k., this question started off in a previous thread but now it has changed, so I am making this a new post. Don't beat me up if this was the wrong thing to do, I just don't think people will answer my current question under the previous title of the question asked. So, here goes.
I am trying to get the s3slider to work properly on my site. It is a jquery plugin. It is there and it is working on my site that you can see if you CLICK HERE but I am having these two issues I would appreciate some help solving:
1) The image will not center. I am sure this is CSS related, but for the life of me I can't figure out how to get it to move.
2) There is suppose to be a black transparent box that pops up over the image with some text in it. There is some regular text that is showing up under the images, but because of the above alignment issue it is not visible. Here is the link to what it is suppose to look like CLICK HERE Pretty cool, huh...
Here is the link to the original information I used to add the plugin to my site CLICK HERE
Here is my current CSS style sheet info that I am using to control it:
#s3slider {
width: 721px; /* important to be same as image width */
height: 138px; /* important to be same as image height */
position: relative; /* important */
overflow: hidden; /* important */
}
#s3sliderContent {
width: 721px; /* important to be same as image width or wider */
position: absolute; /* important */
top: 0; /* important */
margin-left: 0; /* important */
}
.s3sliderImage {
float: left; /* important */
position: relative; /* important */
display: none; /* important */
}
.s3sliderImage span {
position: absolute; /* important */
left: 0;
font: 10px/15px Arial, Helvetica, sans-serif;
padding: 10px 13px;
width: 374px;
background-color: #000;
opacity: 0.7; /* here you can set the opacity of box with text */
color: #fff;
display: none; /* important */
top: 0;
/*
if you put
top: 0; -> the box with text will be shown at the top of the image
if you put
bottom: 0; -> the box with text will be shown at the bottom of the image
*/
}
.clear {
clear: both;
}
#slider {
width: 721px;
height: 138px;
border: 2px solid #383E44;
position: relative;
overflow: hidden;
}
I would greatly appreciate some help on this, I am not an expert at any of this stuff. I am self taught and this is my first site, so please break it down nicely for me. I would be more than happy to get this thing working and have one of you smarter guys out there possibly offer it as a Mod for all to use. Think this is a great add on that looks professional![]()


Got it working

