On Sep 12, 10:09 am, Alex Weber wrote:
> That's totally weird!
>
> I would start over, delete all the include files and add it once
> before any other external js script. Test it and gradually add the
> others one by one afterwards... This is really a weird problem, its
> the best I can think of
I got this at the bottom of a website:
If you notice, jquery is called twice. If I delete either one,
anything that works with jQuery stops working.
Found how how to do it:
.pics {
width: 960px;
height: 220px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}
.pics img {
width: 960px;
height: 220px;
}
overflow: hidden did the trick. Thanks!
On Jun 1, 1:27 pm, Adrian Chen wrote
> Use CSS to control the initial display of the images.
How would that be done? Right now this is what I'm using
.pics {
height: 220px;
width: 960px;
margin-left: auto;
margin-right: auto;
}
.pics img {
width: 960px;
height: 220px;
}
I'm trying this Cycle Plugin, but whenever I load, lets say I have 5
images in the rotation pool, they all show up (briefly) whenever the
page reloads, and then they dissapear (starting the rotation).
Is there any way to avoid this? The images I'm using are 960 x 220, so
it pretty much fills the
I've been trying to look for some sort of jquery plugin that would
allow me to display random text and images in a page. I've seen that
there are some scripts that fade in and fade out content, but it
starts as the page loads and it's in some sort of linear way, I
wouldn't mind using this as long
6 matches
Mail list logo