1) Script Title: scrollable iframe
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ramescroll.htm
3) Describe problem: Can't seem to get it to scroll in IE. I have changed the external.htm to a php file and the code I'm using is
That works, it gets and displays the right images for the product but it doesn't scroll. Works fine in FF (local & remote) and your example works remote OK in IE.Code:<iframe id="datamain" src="product_images.php?products_id=<?php echo (int)$HTTP_GET_VARS['products_id'];?>" width=120 height=<?php echo 200 + ($listing['track_list_count']*16);?> marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no></iframe>
I've searched and I think I found an answer but can't find it now. I think it is because I'm developing locally but when I upped it to my site it still didn't scroll. I'm sure it worked on Sunday.
I must be doing something wrong but I don't know what. I can't give you a URL because it's a live ecommerce site
Any help appreciated.
Cheers
Ian



Reply With Quote


Bookmarks