Kuro_Neko Posted February 21, 2013 Share Posted February 21, 2013 hello i'm still new in php... i've made photo gallery ... how i want to go to next picture... coz if i put more that 3 picture it become like this... how i want to make sure the "button next" is working... the recent coding i'm trying rite now... <h2>Photos Gallery</h2> <div class="carousel"> <ul> <li class="prev"><img alt="" src="images/prev.gif" /></li> <li><img alt="" src="images/picture/6.jpg" /></li> <li><img alt="" src="images/picture/3.png" /></li> <li><img alt="" src="images/picture/4.jpg" /></li> <li><img alt="" src="images/picture/5.jpg" /></li> <li><img alt="" src="images/picture/1.jpg" /></li> <li><img alt="" src="images/picture/7.gif" /></li> <li class="next"><img alt="" src="images/next.gif" /></li> </ul> </div> Quote Link to comment https://forums.phpfreaks.com/topic/274760-photo-gallery/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.