Search…

X3 Photo Gallery Support Forums

Search…
 
eissap
Experienced
Posts: 67
Joined: 22 Dec 2006, 09:49

06 Feb 2009, 08:02

why not get the width and height of the client and adjust the width and height of the imagevue2.swf ?

example:
Code
<div height=10px>header</div>
swfobject height=height_from_client -20, width=width_from_client
<div height=10px>footer</div>
I hope you understand
good luck with this. If i have same time i'll try to create a demo for you.
you can find more information here
http://andylangton.co.uk/articles/javas ... avascript/
regards,
eissap
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

09 Feb 2009, 08:27

Actually there is no need in js this can be done in css, you can set padding in imagevue div and it will not touch the screen edge, we'll change example included to accomodate this for next release.
firedev.com
 
eissap
Experienced
Posts: 67
Joined: 22 Dec 2006, 09:49

10 Feb 2009, 03:07

Your absolutely right. Because mjau-mjau said i couldn't be done true html / css , i was looking from another point of view.
Adding a padding to the top would be easiest.