Jump to content

Whats wrong here please??? :(


jokerfool

Recommended Posts

When the images load I have the word next and prev above and below the text and the buttons for the sliders are together. How can I fix this please?

 

<div style="position: relative;"><!-- "previous slide" button -->
<div class="position"><a class="backward">prev</a> <!-- container for the slides -->
<div class="images"><!-- first slide -->
<div style="display: none;"><img src="templates/tmpl/banner/images/image1.jpg" alt="" /></div>
<!-- second slide -->
<div style="display: block;"><img src="templates/tmpl/banner/images/image2.jpg" alt="" /></div>
<!-- third slide -->
<div style="display: none;"><img src="templates/tmpl/banner/images/image3.jpg" alt="" /></div>
<!-- fourth slide -->
<div style="display: none;"><img src="templates/tmpl/banner/images/image4.jpg" alt="" /></div>
<!-- fifth slide -->
<div style="display: none;"><img src="templates/tmpl/banner/images/image5.jpg" alt="" /></div>
</div>
<!-- "next slide" button --> <a class="forward">next</a></div>
<div id="whitebg" class="clearfix"><!-- the tabs -->
<div class="slidetabs"><a href="#"></a> <a class="current" href="#"></a> <a href="#"></a> <a href="#"></a> <a href="#"></a></div>
<div id="playpause" class="clsfloatleft"><button class="play" onclick="J(".slidetabs").data("slideshow").play();"></button> <button class="pause" onclick="J(".slidetabs").data("slideshow").stop();"></button></div>
</div>
</div> 

post-56288-1348240343487_thumb.jpg

Link to comment
Share on other sites

  • 2 weeks later...

U need to move next up 

 

<div style="position: relative;"><!-- "previous slide" button -->
<div class="position"><a class="backward">prev</a> <!-- container for the slides -->
<!-- "next slide" button --> <a class="forward">next</a>
<div class="images"><!-- first slide -->
<div style="display: none;"><img src="templates/tmpl/banner/images/image1.jpg" alt="" /></div>
<!-- second slide -->
<div style="display: block;"><img src="templates/tmpl/banner/images/image2.jpg" alt="" /></div>
<!-- third slide -->
<div style="display: none;"><img src="templates/tmpl/banner/images/image3.jpg" alt="" /></div>
<!-- fourth slide -->
<div style="display: none;"><img src="templates/tmpl/banner/images/image4.jpg" alt="" /></div>
<!-- fifth slide -->
<div style="display: none;"><img src="templates/tmpl/banner/images/image5.jpg" alt="" /></div>
</div>
</div>
<div id="whitebg" class="clearfix"><!-- the tabs -->
<div class="slidetabs"><a href="#"></a> <a class="current" href="#"></a> <a href="#"></a> <a href="#"></a> <a href="#"></a></div>
<div id="playpause" class="clsfloatleft"><button class="play" onclick="J(".slidetabs").data("slideshow").play();"></button> <button class="pause" onclick="J(".slidetabs").data("slideshow").stop();"></button></div>
</div>
</div> 

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.