Page 1 of 1

imagevueWrap to 100% (height)

Posted: 27 Dec 2008, 00:04
by [yimy]
hi, i'm using the embedDemo.html but when i write imagevueWrap to 100% fail....is this possible?

<style type="text/css">
* { margin: 0; padding: 0; }
body { background: #fff; color: #3E75E9; font: 12px/18px Tahoma, sans-serif; }
h1 { font-size: 36px; line-height: 36px; margin: 0 0 18px 0; font-weight: normal; }
.page { padding: 18px 36px;}
.imagevueWrap { border: 9px solid #5874Ae; margin: 0 0 36px 0; height: 100%; }
</style>

Re: imagevueWrap to 100% (height)

Posted: 27 Dec 2008, 23:40
by mjau-mjau
[yimy] wrote:hi, i'm using the embedDemo.html but when i write imagevueWrap to 100% fail....is this possible?

<style type="text/css">
* { margin: 0; padding: 0; }
body { background: #fff; color: #3E75E9; font: 12px/18px Tahoma, sans-serif; }
h1 { font-size: 36px; line-height: 36px; margin: 0 0 18px 0; font-weight: normal; }
.page { padding: 18px 36px;}
.imagevueWrap { border: 9px solid #5874Ae; margin: 0 0 36px 0; height: 100%; }
</style>
It should work if you simply remove the "height: 100%;" style ... <div> tags don't support 100% height without some workarounds. Also, see the new "standard.html" example from latest release -
www.photo.gallery/soda/standard.html

Posted: 28 Dec 2008, 16:18
by [yimy]
Great!

regards!