Is this the link you're looking for?
        http://more.ericmeyeroncss.com/

-----Original Message-----
From: Ben Nadel [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 24, 2006 3:49 PM
To: CF-Talk
Subject: RE: Better way to describe a menu.


Yeah, someone at my office did it completely with nested UL list and HOVER
states for the LI's that had sub-menus (sub-Uls). It was pretty cool. Not
exactly 100% cross-browser. More FireFox friendly, but very cool.

I wish I had a link to send you.

........................
Ben Nadel
Web Developer
Nylon Technology
350 7th Avenue
Floor 10
New York, NY 10001
212.691.1134
212.691.3477 fax
www.nylontechnology.com

"You know, like nunchuck skills, bowhunting skills, computer hacking
skills... Girls only want boyfriends who have great skills."
- Napoleon Dynamite
-----Original Message-----
From: Claude Schneegans [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 24, 2006 2:50 PM
To: CF-Talk
Subject: Re: Better way to describe a menu.

 >>Can anybody suggest a cleaner and/or more efficient way to describe a
nested menu?

My appraoch was to use
- a standard HTML list for the menu items, with standard HTML links,
- a CSS file to describe the display,
- some Javascript functions for the dynamics of the menu.
Advantages are that all your sub pages are easily indexed by robots, and if
you use the same HTML list with no or different CSS file, you get a standard
"Site map" for the same price.

Some claim that can make a 100% CSS design but the CSS styles are a PITA to
define properly, especially for multi level menus.
I use styles only the first 2 levels in the menu, then extend the styles to
all levels in the init function in the script. It makes the design of the
style much easier.

--
_______________________________________
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED]) Thanks.






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241368
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to