+ 1
How to create a div background slider effect with html .
6 Answers
+ 1
what do you mean?
+ 1
a slider background
+ 1
am trying this web page its actually my first
+ 1
so i want the background of the homepage to be of slid images
+ 1
i want the background img to b changing
0
i dont really get what you want
you can set the background with
body{
background-image:url('../file.png');
position:absolute;
background-repeat: none;
}
furthermore you can modify the property overflow
does that help?