Page 1 of 1
Remove scrollbar in iFRAME
Posted: Sun Jan 15, 2006 11:22 am
by jojje
I have a photo gallery that i have included with wrapURL plugin.
It looks very good in Firefox but in IE I get a vertical and a horizontal scrollbar. How can I disable the scrollbar in ths CSS?
Re: Remove scrollbar in iFRAME
Posted: Sun Jan 15, 2006 6:41 pm
by garvinhicking
You can also style "iframe" elements using a "border/margin" attribute. What's your URL, so we could see your CSS?
Regards,
Garvin
Posted: Sun Jan 15, 2006 10:27 pm
by jojje
Posted: Mon Jan 16, 2006 3:31 am
by dk70
Try using this script
http://dynamicdrive.com/dynamicindex17/iframessi2.htm Just make a new html file where you paste the code, replacing "externalpage.htm" with your gallery and then put htmlfile in wrapurl configuration. May be not a good solution but if it works...
Posted: Mon Jan 16, 2006 12:30 pm
by garvinhicking
Phew, I'm afraid this is a harder problem that happens because of the simpleview CSS code and the iframe styling...sadly I don't really have the time to inspect all of the involved CSS; but I think it's a problem because of width+height declarations within the simpleviewer page. :-/
Regards,
Garvin
Posted: Mon Jan 16, 2006 5:18 pm
by judebert
You can also try setting the "overflow:hidden" property in your CSS. I'm afraid I can't test it right now, but if you find what element is extending past the scrollbars (using a tool like SlayerOffice's MODI can help), you can set the container to hide its overflow, which should remove the scrollbars.