I hope I can make myself clear with my question. Here goes...
I have a web page (a JSP, used as part of a struts tiles template) that contains 4 TitlePane widgets that essentially float left in their own div container and act like a sidebar menu. They open and close pretty much as advertised and look really nice.
The problem is that any div containers that follow the above menu in the JSP also scroll up and down on the page as I open and close the TitlePanes. I really want the containers that follow to be independent of the title panes. Note that the TitlePane widgets are in their own container (div tags). I have tried to play around with the positioning of the other div tags by using relative and absolute attributes, but no luck so far.
Am I missing something with the TitlePanes? I also noticed that the test_TitlePanes.html demo page contains various title pane widgets where the opening and closing of these panes also make whatever widgets that follow the particular titlePane move up and down.
Any help out there? I am not an expert with CSS nuances....
Thanks,
Evanne
