Forums

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

Home Forums JavaScript jQuery include Re: jQuery include

#116452
linardzb
Participant

Thank you for checking ,

I think I have included both jquery and my galleryscript.js files as well as css for the gallery.

#foo1 li{
display: inline;
}

.image_carousel {
padding: 15px 0 15px 40px;
}
.image_carousel img {
border: 1px solid #ccc;
background-color: white;
padding: 9px;
margin: 7px;
display: block;
float: left;
}

And JS:

$(“#foo1”).carouFredSel({
auto : {
items : 5,
duration : 7500,
easing : “linear”,
timeoutDuration : 0,
pauseOnHover : “immediate”
}
});