Forum Moderators: open
Thanks
I saw one once, while looking for a script that would handle a similar nav bar effect... I think I searched on Google for "scrolling menu" The script I'm thinking of was in the first three pages of search results, I believe. (Not too specific, eh? Sorry...)
However, most "dynamic" effects like that have serious compatibility problems. I've gotten my version to work on IE 5 and NN 4.X, but can't figure out how to get it working with Opera or NN 6...
I have seen and used a CSS menu but that does not allow sub-levels so it won't work for me.
Guess i'll have to keep looking for an alternative
I'm anxiously awaiting the day when all the major browsers are all standards compliant with CSS1 & 2. It will make stuff like this SO much easier...
Their script needs work... The "hot spots" for each link in the menu bar seem to be limited to about one pixel in IE 5/Mac, and the movement isn't smooth at all, but you should be able to dissect their code and smooth it out a bit, perhaps?
the nav bar i have has 6 headings, the first one has 3 subs, and that also has subs and one more level of subs...it was a bitch to do let me tell you. All told there are 4 sublevels and well over 250 links altogther
My biggest thing is to make that nav bar stick to the top so when someone scrolls, it stays visable.
Flash is something i have looked at briefly, but i'm not sure i can justify the time required to learn it versus sticking with what i have.
thanks
Thanks again, you guys are awesome
Do you have Dreamweaver? If so you can download extensions to do drop down menus etc then you dont have to worry about the code ;)
there are even DW extensions to anchor layers to objects so that an image no matter where it appears will have the layer popping up in the same place evrytime.
This sort of stuff is DHTML - basically using JavaScript and Layers together.
Do you happen to have one of those places where you can download extension packs? I'd love to browse through them and see if there exists one that does everything i need.