coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: tattoo-me on January 13, 2007, 10:16:53 PM

Title: Difference in display between ie and firefox
Post by: tattoo-me on January 13, 2007, 10:16:53 PM
I used this code to insert Coppermine into a html page:

<object type="text/html" data="http://www.mywebsite.com/mygalleryinstall/" width="100%" height="100%">
<p>backup content</p>
</object></P>

My problem is this. It displays ok in ie but not in firefox, in ie it will fill my main panel but in firefox it will display as a block?
you can visit here http://www.tattoo-me.info/Tattoo_picture_gallery.html (http://www.tattoo-me.info/Tattoo_picture_gallery.html)

Thanks in advance for any help
Title: Re: Difference in display between ie and firefox
Post by: Sami on January 13, 2007, 11:36:05 PM
set the height to 1000 (height="1000") instead of 100%
Title: Re: Difference in display between ie and firefox
Post by: tattoo-me on January 14, 2007, 10:20:47 AM
Thanks for the fix Sami problem solved.