Hi Yarko, I like the pure CSS cascading menu.
Could you make it color neutral and post the required CSS for three
levels of nested popup menus assuming
<a href="#">click me to open menu</a>
<ul class="menu-level-1">
<li><a href="#">menu1</a>
<ul class="menu-level-2">
<li><a href="#">menu11</a>
<ul class="menu-level-4>
<li><a href="#">menu111</a>
</li>
...
</ul>
</li>
...
</ul>
</li>
...
</ul>
Massimo
On 27 Apr, 21:23, Yarko Tymciurak <
yark...@gmail.com> wrote:
> Well, I, almost gagged adapting (very old sytle) corporate layout standards
> to a default web2py layout, and as of this weekend - well, it's not that I
> gave up so much, as it is I was just too bored with it to go on.
> Tonight, I'm back to looking thru old links I have surrounding the beauty of
> css elements, and ran across this (in case anyone wants to join in some
> experimentations):
http://code.google.com/p/css-template-layout/ (for this:
http://www.w3.org/TR/2009/WD-css3-layout-20090402/)
>
> I also, today, was again reminded of the simple beauty of this from Eric
> Meyer:
>
> and thinking of a nice SVG web2py image with elements from these:
>
>
http://meyerweb.com/eric/css/edge/complexspiral/demo.htmlhttp://meyerweb.com/eric/css/edge/menus/demo.html
>
> Anybody else see anything clean, neat that is simple?
> (I like the css only menus, and am eager - in a minute - to start trying out
> code to load that contextually.... it just looks so clean from the source
> side).
>