jquery cycle plugin divs always stacked problem
Posted
by user315430
on Stack Overflow
See other posts from Stack Overflow
or by user315430
Published on 2010-04-13T12:05:36Z
Indexed on
2010/04/13
12:23 UTC
Read the original article
Hit count: 350
hi!
i want to put three jquery slideshows in a div. somehow, without any css positioning the slides wont display below each other, but stacked. how can i get the sildes to display below each other, just as normal divs would?
<div id="slidecontainer" style="background-color: red;">
<div id="q1">
<img src="merkel01.jpg"/>
<img src="merkel02.jpg"/>
<img src="merkel03.jpg"/>
<img src="merkel04.jpg"/>
<img src="merkel05.jpg"/>
</div>
<div id="q2">
<img src="poyan01.jpg"/>
<img src="poyan02.jpg"/>
<img src="poyan03.jpg"/>
<img src="poyan04.jpg"/>
<img src="poyan05.jpg"/>
<img src="poyan06.jpg"/>
</div>
<div id="q3">
<img src="mirage01.jpg"/>
<img src="mirage02.jpg"/>
<img src="mirage03.jpg"/>
<img src="mirage04.jpg"/>
<img src="mirage05.jpg"/>
</div>
<div>TEST</div>
<div>TEST222</div>
<div>TEST333</div>
</div>
also, if i add additional test-divs they will also be placed under the three stacked slides... any help vermy much appreciated!!
fusi
© Stack Overflow or respective owner