DHTML TreeMenu CSS problem

Creating and modifying plugins.
Post Reply
csmelinda
Posts: 3
Joined: Fri Jun 09, 2006 6:51 pm

DHTML TreeMenu CSS problem

Post by csmelinda »

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:

Code: Select all

$cat_nodes[0] = new HTML_TreeNode(array('text'=>'<span class="serendipitySideBarTitle">'.$this->get_config('title', '').'</span>')); 
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?
Post Reply