I am building a photo gallery in php. I have done all things the thing I want is to create a scrolling filmstrip which will show my photos in it. The problem is I have got a readymade slideshow downloaded from the internet which contains several files. Now I want to know if I can use iframes to put up the slideshow on my page. I cannot integrate the slideshow with my application as I haven’t built it on a framework. For iframes how can I automatically overcome the scrollbars and other problems?
Share
I usually use these settings:
allowtransparancyprevents the iframe from having a white background (except in IE!), whileframeborderswitches off the border attribute andscrollingprevents scrollbars from appearing.You’ll need to edit the width and height via CSS – iframes have a default size which needs to be overwritten to display all your content properly.