DHTML TreeMenu CSS problem
Posted: Fri Jun 09, 2006 7:09 pm
Hi,
I've installed the MenuTree plugin, and I have a small problem with it.
Something similar is discussed in the
http://www.s9y.org/forums/viewtopic.php?t=2367&start=15 topic, but it still doesn't solve my problem.
The plugin scripts leave the div class="serendipitySideBarItem container_serendipity_plugin_category_dhtml_menu" blank before the div class="serendipitySideBarContent", and puts the tite after this part of the code. Although I've tried to modify the code:
I replaced "span" with "h3" which is used in the other sidebars' title, but it doesn't work with all the templates, as some of them still display an empty header for the TreeMenu sidebar plugin title.
Anybody has an idea how to solve this problem?
I've installed the MenuTree plugin, and I have a small problem with it.
Something similar is discussed in the
http://www.s9y.org/forums/viewtopic.php?t=2367&start=15 topic, but it still doesn't solve my problem.
The plugin scripts leave the div class="serendipitySideBarItem container_serendipity_plugin_category_dhtml_menu" blank before the div class="serendipitySideBarContent", and puts the tite after this part of the code. Although I've tried to modify the code:
Code: Select all
$cat_nodes[0] = new HTML_TreeNode(array('text'=>'<span class="serendipitySideBarTitle">'.$this->get_config('title', '').'</span>')); Anybody has an idea how to solve this problem?