mattmac
01-29-2011, 05:54 PM
1) Script Title: Ultimate Fade-in slideshow
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: Working on all browsers apart from IE 7 and 6
II am trying to make 4 seperate divs in 4 different positions fade in at different intervals.
Test page - http://www.pomegranate.biz/newpom/index.html - with all other links removed.
This works in all browsers apart from IE 6 and 7. Haven't been able to try in IE8.
I can get it to work if I remove display:inline; from the css but the layout no longer works properly.
#fadeshow1
{display: inline;
position: absolute;
top: 245px;
left: 70px;
width: 105px;
height: 143px;
z-index: 1}
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: Working on all browsers apart from IE 7 and 6
II am trying to make 4 seperate divs in 4 different positions fade in at different intervals.
Test page - http://www.pomegranate.biz/newpom/index.html - with all other links removed.
This works in all browsers apart from IE 6 and 7. Haven't been able to try in IE8.
I can get it to work if I remove display:inline; from the css but the layout no longer works properly.
#fadeshow1
{display: inline;
position: absolute;
top: 245px;
left: 70px;
width: 105px;
height: 143px;
z-index: 1}