dmwhipp
09-09-2010, 10:03 PM
1) Script Title: Anylink JS Drop Down Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem: I need help getting the pop out menus to move over and down a few pixels and help styling the the pop-out menu hyperlinks (link, active, visited and hover)
Here is my test page: http://www.floridacompact.org/index3.html
I found the following code in the .js file:
menu.dropmenu.setcss({left:posx+'px', top:posy+'px', visibility:'visible'})
It seems tweaking that would help with the pop-out positioning, but everything I tried resulted in the menu no longer working.
UPDATE:
I added the following code to the css and the link colors appear to working the way my client would like:
.anylinkmenu a{ /*link background color*/
background: #fff;
color: #a30134;
}
.anylinkmenu a:hover{ /*hover background color*/
background: #fff;
color: #6bd7d0;
}
But I still can't figure out the positioning...
Thanks,
Deborah
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem: I need help getting the pop out menus to move over and down a few pixels and help styling the the pop-out menu hyperlinks (link, active, visited and hover)
Here is my test page: http://www.floridacompact.org/index3.html
I found the following code in the .js file:
menu.dropmenu.setcss({left:posx+'px', top:posy+'px', visibility:'visible'})
It seems tweaking that would help with the pop-out positioning, but everything I tried resulted in the menu no longer working.
UPDATE:
I added the following code to the css and the link colors appear to working the way my client would like:
.anylinkmenu a{ /*link background color*/
background: #fff;
color: #a30134;
}
.anylinkmenu a:hover{ /*hover background color*/
background: #fff;
color: #6bd7d0;
}
But I still can't figure out the positioning...
Thanks,
Deborah