1) Script Title:
Ultimate Fade-in slideshow (v2.4)
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...nslideshow.htm
3) Describe problem:
Hello all !
I am a newbie in javascript
I have instal the Ultimate fade-in in one of my website ! It works perfectly in all browser exept in IE7... but, which drive me crazy, it's working when i put the code out of the graphic div...
Here is the css of my div
.hbbn{
background: url('../img/element_graphique/bloc_photo_bleu_top.jpg') 0 0 no-repeat;
}
.bbbn{
background: url('../img/element_graphique/bloc_photo_bleu_end.jpg') 100% 100% no-repeat;
overflow:hidden;
}
.cbbn{
margin:20px 6px 10px 12px;
width:668px;
background-color:#009ee0;
float:left;
}
.slideshow {
margin:20px 25px 0px 25px;
width: 618px;
height:357px;
}
and here is the html code :
<div class="cbbn">
<div class="hbbn">
<div class="bbbn">
<div class="slideshow">
<div id="fadeshow1"></div>
</div>
</div>
</div>
</div>
Thanks all :-)




Reply With Quote

Bookmarks