tried this (sidebar make more sense for what I am doing) and mine looks like a badly designed stair case... I played with the css (where i am glad to have made a copy before my design blunder). Any chance I should be taking my esthetically-cruel design practices to another file than base.css? I think its that shadow that follows the the menu items that are causing the stair-case-look-alike feature...
Thanks, Mart : On Oct 12, 6:58 pm, Stef Mientki <stef.mien...@gmail.com> wrote: > thanks you all for the examples, > now it will certainly succeed. > > cheers, > Stef > > On 13-10-2010 00:19, Martin.Mulone wrote: > > > You can also use the html5 normalize welcome > >http://web2pytesting.appspot.com/static/welcome.zip > > > You only have to edit view/default/index.html > > > and change: > > > left_sidebar_enabled = True > > right_sidebar_enabled = False > > > and here put some content: > > > {{block left_sidebar}} > > <div id="left_sidebar" {{=XML(left_sidebar_style)}} > > > <div style="padding: 4px;"> > > here content of sidebar left > > </div> > > </div><!-- left_sidebar --> > > {{end}} > > > Examples: > > > Both sidebars > >http://web2pytesting.appspot.com/both/default/index > > Right Sidebar only > >http://web2pytesting.appspot.com/right/default/index > > Left Sidebar only > >http://web2pytesting.appspot.com/left/default/index > > > On Oct 12, 6:07 pm, "Mr. Electronic" <r...@rc-consulting.dk> wrote: > >> Hi > > >> Hi > > >> It looks like a ul list with some CSS to create the vertical menu > >> <ul class="web2py-menu web2py-menu-vertical"> > >> <li><a href="/plugins/default/utils">Utils</a></li> > >> <li><a href="/plugins/default/datatable">Sortable Table</a></li> > >> ... > >> </ul> > > >> Try look athttp://web2py.com/plugins/static/base.css > >> for the CSS > > >> Br. > >> Rune > > >> On 12 Okt., 22:51, Stef Mientki <stef.mien...@gmail.com> wrote: > > >>> hello, > >>> I wonder how to create the left sidebar menu, as shown in web2py plugins > >>> (http://web2py.com/plugins/default/sortable) ? > >>> I couldn't find anything direct related in the web2py and google gave me > >>> a lot irrelevant links. > >>> thanks, > >>> Stef Mientki > >