Hello, please tell me how to make banners replace each other.
- Banners - your own images / links, or some kind of banner network? - Sergiks
3 answers
Why reinvent the wheel? It has long been written.
Need a few scrolling banners? - Carousel, as an example, jCarousel , I personally like it very much. If you need only one, replacing the other, then thousands of sliders in the network, here is one of them
All of them are very easy to customize and upgrade to the needs of the developer.
- A weighty option. - Dimka
bxSlider is my favorite option for solving banner problems. photo frame is also a very interesting decision
In fact, tasks of this kind should be described in more detail.
Through php on the page display banners. Get them into the javascript array. One makes visible, the rest are invisible. And then by means of javascript, at intervals of setInterval (), make the current banner invisible and display the next one.