| Author |
Message |
dg Guest
|
Posted: Mon Aug 18, 2003 1:05 am Post subject: relative positioning? |
|
|
Is there some way to have cooljsmenu position itself relatively instead of absolutely?
I would like to put the menu inside a table cell, and have it remain in the table cell even when the table is resized. I'm using cooljsmenu pro version.
Thanks for your help. |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Mon Aug 25, 2003 2:10 am Post subject: |
|
|
This can be done by setting "pos" field in the menuitems.js to "relative":
| Code: | var MENU_ITEMS = [
{pos:'relative', ... |
|
|
| Back to top |
|
 |
|