Page 1 of 1
footer on start.html
Posted: Thu Jun 30, 2011 2:24 pm
by java400man
I tried to add a footer on the start.html(genie) but it is overlapping with the body, I guess because genie is using an absolute positioning. Is it possible to fixed this problem?
Thanks,
Re: footer on start.html
Posted: Thu Jun 30, 2011 2:31 pm
by David
It's possible to have a footer in Genie -- most of the default skins used to have them.
Check out the Blue skin for an example -- it still uses one. If the screen size changes (i.e. 27x132 vs. 24x80), you have to change the layout dynamically. There is example code in the "custom.js" file for the Blue skin that does this.
If you are going to run PUI rich display file content from inside a Genie session, though, having a footer will not work so well unless you make sure the application content will never overflow your layout.