Hmm you'll have to elaborate on both points in your thread:
But i am trying to make it horizontal instead of vertical, and i can not do that with a div tag.
Horizontal as in the Content drops to the right of the anchor link? The script supports 4 different orientations:
Code:
dropdowncontent.init("searchlink", "right-bottom", 500, 'mouseover')
4 possible values: "left-bottom", "right-bottom", "left-top", or "right-top")
But i can not change it to a span tag because the id feature is already being used.
How so? You can always assign a SPAN tag an unique ID, and pass that into the script
Bookmarks