1) Script Title: AnyLinkDropdown
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...pmenuindex.htm
3) Describe problem:
https://basketbasics.com/BasketBasics/rewrite/test.cfm
I'm calling this with<a href="#here" class="menuanchorclass" rel="anylinkmenu1" rev="ud">Handles</a>
The css looks like this:
As I make changes (e.g., width) I can see them. But I can't get the menu to pop up anywhere but right below the primary link. Why won't it re-position off to the right?Code:.anylinkmenu{ position: absolute; left: 140px; top: 10px; visibility: hidden; border: 1px solid black; border-bottom-width: 0; font: normal 11px Verdana; line-height: 18px; z-index: 100; /* zIndex should be greater than that of shadow's below */ background: #f2cda3; color: #000000; width: 150px; /* default width for menu */ }
Larry@basketbasics.com



Reply With Quote
Bookmarks