I need to have a static select box on the right hand side of my web page.
i.e.) when the user scrolls down the page the left side of the web page will scroll, but the right side with the select box will remain static and visible.
Why not use frames?
Because the static select box will constantly be referenced and changed according to what the user does on the left hand side of the page. Every little change will require a trip to the server if I use frames. I need it to be CLIENT-SIDE.
I’ve got it all working except that I can’t keep the select box static. It’s currently structured in tables.
Thanks for any help
i.e.) when the user scrolls down the page the left side of the web page will scroll, but the right side with the select box will remain static and visible.
Why not use frames?
Because the static select box will constantly be referenced and changed according to what the user does on the left hand side of the page. Every little change will require a trip to the server if I use frames. I need it to be CLIENT-SIDE.
I’ve got it all working except that I can’t keep the select box static. It’s currently structured in tables.
Thanks for any help