PDA

View Full Version : old menu- renewing


mattover-matter
03-23-2003, 01:05 PM
Just digging through some age-old scripts and I found something that I see potential in. Well, it is just a dropdown menu with a lot of coding to make it easy on newbies. I want to make it as small as possible, and have text instead of images. I don't really know my javascript very well. Where should I begin? I don't really know what or how it works very well, did not note it. :mad: :o I just want text links that hover normally without 10000 images. :(

Jerome
03-23-2003, 02:42 PM
Perfect, non-image drop-down menus can be found at www.dynamicdrive.com, either for the left or top of Your document.

By the way look carefully in the treads of menu's here, because I ones saw an awesome menu for most browser-platforms, which was less then 5kb. Sorry don't remember where.

They will fit well in Your new DIV made-up layout!

Jerome

Jerome
03-23-2003, 02:46 PM
By the way:

>>>>>>>>If I had a website, I would not be here.

When You start, You will never finish, the more You learn, the more You want to know, and finally implement in Your site..........

Jerome

brothercake
03-23-2003, 07:00 PM
Sounds to be like what you're looking for is something small and lighweight, rather than a complex DHTML API.

Check out these, all based on HTML lists, so that basic browsers get functional and semantically equivalent navigation as well :)

- eric meyer's pure CSS menus http://www.meyerweb.com/eric/css/edge/menus/demo.html

- my own hybrid version, which adds DHTML behaviors so it works in IE http://www.brothercake.com/scripts/navmeister/page.php

- another variant, using minimal javascript to control the mechanism http://www.gazingus.org/dhtml/?id=109

mattover-matter
03-24-2003, 01:03 AM
If I view mine, you see a cool little affect that it like......comes out of the top bar. I want to acheive that. But without a lot of images for each link...I tried putting text into the div but it ignores it.