For sake of simplicity, my site has two floated DIV blocks. #Sidebar and #Content. In my sidebar, I have a jQuery Vertical Accordion Menu, which expands. (Duh, it's an Accordion Menu)
Anyhow, when a user clicks on one of the submenu headers, it expands the menu and forces its containing DIV to expand as well.
I'm looking for a way, using jQuery, to expand #Content to the same size as #Sidebar, as #Sidebar is expanding. Is this possible?
I have tried the normal way to make both DIV's the same size, but it does so when the page loads, not dynamically.
Thanks for any help! Rick