Hi,
I'm wondering how to obtain some sort of floating panel/banner, positioned on the right of the screen, that scrolls down to remain visible while the user scrolls down on the page (i.e. on a page with the vertical scrollbar).
Something like the flash object in this example.
Should I add some sort of listener and use the smartgwt API to reposition the component (a layout or a window), or maybe only use some css properties like position:fixed?
I've searched the SC Reference and the forums with no results.
I am using smartgwt 2.3 (SC_SNAPSHOT-2010-12-01/LGPL Development Only (built 2010-12-01)).
Davide
I'm wondering how to obtain some sort of floating panel/banner, positioned on the right of the screen, that scrolls down to remain visible while the user scrolls down on the page (i.e. on a page with the vertical scrollbar).
Something like the flash object in this example.
Should I add some sort of listener and use the smartgwt API to reposition the component (a layout or a window), or maybe only use some css properties like position:fixed?
I've searched the SC Reference and the forums with no results.
I am using smartgwt 2.3 (SC_SNAPSHOT-2010-12-01/LGPL Development Only (built 2010-12-01)).
Davide
Comment