Hi,
I am trying to develop an app and hope to have this search box always present at the top of the screen.
Do I have to use frames or is there a better way to achieve this?
Sorry I am kinda new to this.
Thanks!
Hi,
I am trying to develop an app and hope to have this search box always present at the top of the screen.
Do I have to use frames or is there a better way to achieve this?
Sorry I am kinda new to this.
Thanks!
Hi Aimevous,
frames/iframes should be avoided in WRT widgets: if you just want a search box to be fixed at the top of the screen, you could use the CSS 'position:fixed' rule, that specifies a position relative the whole WRT window (so that the element doesn't scroll when the window content is scrolled).
Hope it helps,
Pit