and not matter what I try, i always get the sidemenudiv style sheet, I never got the topmenudiv style sheet no matter what i passed as istop.
Type: Posts; User: iowebpub; Keyword(s):
and not matter what I try, i always get the sidemenudiv style sheet, I never got the topmenudiv style sheet no matter what i passed as istop.
Okay, now that we know we have a top menu vs. a side menu, now we need to know whether it is top menu number 1 (which has it's own style) vs. menu number 2 (IT'S own style sheet) and menu number 3...
Does this address the document.write line at the top of the code? Or do we just throw that out?
So now my issue is that I can differentiate a left nav from a top nave, but i need to the top nav to pay attention to a differnt sent of stylesheets than the left nav. The leftnav point to...
I put this in your code
function dropdownmenu(obj, e, menucontents, menuwidth, istop){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()...
When I replace that code you mentioned, it doesn't work either the vertical or the top ones, but if I put the code back to the original state, it ALMOST works, although I think it is picking up the...
1) Script Title: Vertical and Dropdown
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/anylinkvertical.htm
3) Describe problem: I have a site where I need BOTH the Veritcal and...