AccordionMenu in MainMenu

15 views
Skip to first unread message

Mihec

unread,
Jan 29, 2008, 4:11:22 AM1/29/08
to TiddlyWiki
Hi,

I am using the standard TiddlyWiki with the Kubrick Theme (http://
tiddlythemes.com/#Kubrick). I would like to have the AccordionMenu
(http://lewcid.org/2007/11/06/creating-tiddlywiki-navigation-menus-the-
easy-way/) in the MainMenu, however, each entry in the MainMenu gest
automatically treated as a list entry (i.e. prefixed wiht a quote
mark, but the correspodning accordionmenu entry gets pushed into a row
below).Is there any way to turn this off?

Thanks in advance,
Mike

FND

unread,
Jan 29, 2008, 8:45:16 AM1/29/08
to Tiddl...@googlegroups.com
> each entry in the MainMenu gest
> automatically treated as a list entry (i.e. prefixed wiht a quote
> mark, but the correspodning accordionmenu entry gets pushed into a row
> below).

Add this to your StyleSheet:
#mainMenu li:before {
content: "";
}

HTH.


-- F.

Mihec

unread,
Jan 29, 2008, 3:14:26 PM1/29/08
to TiddlyWiki

> Add this to your StyleSheet:
> #mainMenu li:before {
> content: "";
> }
>

Thanks, this solved the problem :)
Mike
Reply all
Reply to author
Forward
0 new messages