1) Script Title: AnyLink CSS Menu v2.3
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...anylinkcss.htm
3) Describe problem: I am using this script on 6 links on my site. I want the first three to have the drop down box be below the buttons and then out to the right. This happens by leaving the "rev" attribute as undefined.
----------------------------------------------
To get the menu to drop down to the right of the anchor link instead of the default below it, add an extra "rev" attribute inside the anchor with a value of "lr':
<p><a href="http://www.dynamicdrive.com" class="anchorclass" rel="submenu1" rev="lr">Anchor Link</a></p>
Valid values for the "rev" attribute: undefined, rev="up", or rel="lr".
----------------------------------------------
I would like for my other three buttons to have the drop down menus drop below the anchor link but then go to the left.
Is their a way to adjust the js code to allow for another value for the "rev" attribute beside just "ud" or "lr"?
Thanks.



Reply With Quote

Bookmarks