I'm using the Any Link Drop Down Menu and am absolutely thrilled to death with it. It says the style sheet is customizable but I'm not exactly sure how on some of the items.
This is what's between the style headings:
#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 16px Times New Roman;
line-height:24px;
z-index:100;
}
I'd like to offset the menu a little bit so it's not right up on the right margin. I assume that's the position part, but I'm not sure what to replace the absolute with. # of pixels??
***
Also I can't get the width of the menu to change, and some of my longer links are wrapping around into 2 lines, and look like 2 separate links. After where you set the contents for your menu, there is this:
var menuwidth='400px' //default menu width
var menubgcolor='lightyellow' //menu bgcolor
var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?
The menuwidth was 165 to start with and I've changed it to a bigger several times, but it never gets any bigger. Is this not the right place for this change?
Thanks much in advance!



Reply With Quote

Maybe I worded something wrong?
Bookmarks