
Originally Posted by
mauryg
Jade,
I just ran into the problem of the empty submenus in IE7. Back in post #492 you said
Any further resolution of the problem?
Second question: I tried to add a regular level2 link between the heading of the categories and the categories listing from the ul_generator.
It wouldn't work. Any ideas?
Yeah, that won't work.....
You *could* try this, but I don't know if it will work either. open up includes/classes_categories_ul_generator.php and change this:
Code:
$parent_group_start_string = '<ul%s>',
to this:
Code:
$parent_group_start_string = '<ul%s> <li class="submenu"><a href="<?php echo DIR_WS_CATALOG. 'index.php?main_page=page&'.'id=30&chapter =0'; ?>">Products</a></li>',
Bookmarks