How to fade loop background images?

后端 未结 3 1380
既然无缘
既然无缘 2020-11-28 12:12

Rookie here .. I\'m trying to make my static background become a carousel.. my current html looks something like this:


    
3条回答
  •  盖世英雄少女心
    2020-11-28 12:44

    > Hi ! for that you have to work with "layers" and jquery, example:

    .........code

    and in the css you have put the code for align the div in front or back ... the jquery is like that :

    
    
     
    and css like that: 
    
    position: relative; top: 0px; left: 0px; height: 1000px;
    

    *> remember is just example, you have to modify the code for work as you

    need.and always exist examples in the internet you can consult here:*

    example slider background

    > regards I hope help you !

提交回复
热议问题