I'm trying to use the jQuery Cycle plugin to cycle some images in my
web site design but the background color of the containing div keeps
appearing as the images fade out. I have been unable to force the
background color of the div containing my images to be white. I even
tried an additional containing div with its background set to white
and I still get the background color of the header div (see HTML
below):

<div id="header">
        <span id="pic-container">
                <div class="pics">
                        <img src="images/leaves-raindrops.jpg" alt="" 
class="leaves" />
                        <img src="images/leaves.jpg" alt="" class="leaves" />
                        <img src="images/leaves-photo.jpg" alt="" 
class="leaves" />
                </div>
        </span>
  <h1>Leaves v.1</h1>
  <p>From Warsaw, Amsterdam, New York,<br /> Chicago, London,
Paris...</p>
</div>

Reply via email to