> Have tried both to no avail.  You sound like you are on the right track,
though.  Thanks!



The only other thing I can think of to try is to add this to your css file:

 

.rotating_images {top: 0px; left: 0px; z-index: 3; position: absolute;
opacity: 0; display: none;}

 

And then add that class to all of your images in thes #pics div:

 

<div id="pics">

<img class="rotating_images" src="images/fade5.jpg"  alt=""  />

<img class="rotating_images" src="images/fade6.jpg"  alt="" />

<img class="rotating_images" src="images/fade7.jpg" alt=""  />

<img class="rotating_images" src="images/fade8.jpg"  alt="" />

</div>

 

Best regards,

Kepler Gelotte

Neighbor Webmaster, Inc.

156 Normandy Dr., Piscataway, NJ 08854

 <http://www.neighborwebmaster.com> www.neighborwebmaster.com

phone/fax: (732) 302-0904

 

*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to