Hello,
I am looking for html codes to change the css background. Is the following codes correct?
index.html
<div id="demos">
<div id="slideshow" class="pics">
<img style="background-image: url('../images/indonusa1.jpg');">
<img style="background-image: url('../images/indonusa2.jpg');">
<img style="background-image: url('../images/indonusa3.jpg');">
</div>
<ul id="nav">
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul>
</div>
Thanks before.