I have a javascript script which slides a slider when you click on text or image. However when I click it, it slides down together with the div tag below it (there are total of 5 images which should be in one line and slide a box under them when clicked).
Here is my code:
<div class="slider1"><img src="big_button1.png" /><div class="x"> text text text</div></div> <div class="slider2"><img src="big_button2.png" /><div class="xx"> text text text</div></div> <div class="slider3"><img src="big_button3.png" /><div class="xxx"> text text text</div></div> <div class="slider4"><img src="big_button4.png" /><div class="xxxx"> text text text</div></div> <div class="slider5"><img src="big_button5.png" /><div class="xxxxx"> text text text</div></div>
And if you didn't understood what is happening and what I want to do, here is an image. Feel free to ask if you still don't get it:

New Topic/Question
Reply


MultiQuote








|