.
Your page is in violation of Dynamic Drive's
usage terms, which, among other things, state that the script credit must appear in the source code of the
page(s) using the script. Please reinstate the notice first.
Well, on the page where the button doesn't appear, the forward button is a 404 Not Found. But that's not the only problem. In order for anything to appear over the 'background', it must be positioned and have a higher z-index (this will work whether it comes before or after the 'background') or be positioned, come after, and have the same z-index or higher as the 'background'.
That's the principle. In practice in the layout of that page, just add the highlighted:
Code:
<div id="fadeshow2toggler" style="position: relative;
width:250px; text-align:center; margin-top:10px">
<a href="#" class="prev"><img src="http://i1295.photobucket.com/albums/b635/Pieter_van_Gool/Knipsel_zps33810075.jpg" style="border-width:0" /></a> <span class="status" style="margin:0 50px; font-weight:bold"></span> <a href="#" class="next"><img src="http://s8.gva.be/ahimgpath/assets_img_gvl/2012/06/06/2269425/milquet-motorbende-satudarah-mc-kan-voorlopig-niet-verboden-worden-id3047614-1000x800-n." style="border-width:0" /></a>
</div>
Bookmarks