Responsive Side Toggle Menu in some part of a window only.
1) Script Title: Responsive Side Toggle Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...togglemenu.htm
3) Describe problem:
Hi, my webpage consists of three parts: head, main and footer, positioned with table, tr td head, tr td main and tr td footer /table .
I'd like the Responsive Side Toggle Menu to appear only in the mittle part "main" and to shift to the right only this middle part of the window.
How could I acomplish this. I guess one has to change the $body parameter:
$body = $('body'),
somehow, or to set the proper position in
$body.css({position: 'absolute'})
in the sidetogglemenu.js script. Could somebody help me, please ?