I am glad that this post gather more and more attention. :-) It is somewhat interesting to me that, firstly I encountered this menu solution and its appeal looks promising even today: http://www.grc.com/menu2/invitro.htm then Yarko also gives a good reference days before: http://meyerweb.com/eric/css/edge/menus/demo.html and then Massimo just shares the "Ruthsarian Menus" which claims to be better than the above one, yet there seems still some tricky part such as "the whitespace" issue mentioned in its doc: http://webhost.bridgew.edu/etribou/layouts/rMenu/index.html
Well, I know the above lists would grow from time to time, because new menu solution will arise. That is nothing wrong at all. But for me, I am just not a css veteran so I focus on define a set of general menu api in web2py, hopefully it would be stable enough, so that any latest (and coolest) css menu solution can be adapted into web2py easily. Actually my first attempt of "grc menu" was almost fully successful except somehow I could not make it appear at the same place of the current web2py menu area and replace it. //shrug Helps are welcome. On May9, 10:47am, mdipierro <[email protected]> wrote: > I came across this. > > http://webhost.bridgew.edu/etribou/layouts/rMenu/index.html > > Massimo > > On May 7, 11:47 am, Yarko Tymciurak <[email protected]> wrote: > > > On Thu, May 7, 2009 at 11:44 AM, Yarko Tymciurak <[email protected]> wrote: > > > > ...... > > > > #rtnv {position: absolute; top: 6em; right: 0; width: 8em; margin: 0; > > > padding: 0; font-family: Arial, sans-serif;} > > > #rtnv > ul {width: 9em; margin-left: -1px; font-size: 85%;} > > > #rtnv ul {border: 1px solid silver; border-width: 0 0 0 1px;} > > > #rtnv ul li {border-width: 1px 0; border-color: white; padding: 0 0 0 5px; > > > line-height: 1.25em;} > > > #rtnv ul ul {border-width: 0 1px 1px 1px; border-color: gray silver gray > > > gray;} > > > #rtnv ul ul li {border-color: #FEFEFC;} > > > Actually, I think this (above) defines the depth - ul ul ... > > > But this is still pretty simple, and extensible... still learning to > > understand this... ;-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

