Search…

X3 Photo Gallery Support Forums

Search…
 
[yimy]
Topic Author
Posts: 7
Joined: 26 Dec 2008, 14:15

imagevueWrap to 100% (height)

27 Dec 2008, 00:04

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>
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: imagevueWrap to 100% (height)

27 Dec 2008, 23:40

[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
 
[yimy]
Topic Author
Posts: 7
Joined: 26 Dec 2008, 14:15

28 Dec 2008, 16:18

Great!

regards!