LVStephens
08-08-2010, 09:45 PM
1) Script Title: AnyLinkDropdown
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.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:
.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 */
}
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?
Larry@basketbasics.com
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.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:
.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 */
}
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?
Larry@basketbasics.com