Extended Menu problems in FireFox - Joomla! Forum - community, help and support


ok - one's backwords!  extended menu looks great in explorer (see pic):

image

but in firefox menu boxes not expand properly:

image

i using madeyourweb joomla template , extended menu have installed suckerfish vertical template.  i've been messing around (since stink @ css, etc) , found there 2 things affect problem in way whatsoever.

1-  when change template_css.css module background fixed height (see code example below) get, obviously, fixed menu height.  don't want this.  want expand properly.  auto height has no affect on ff.


code: select all

/* modules */

#leftcol div.module, #rightcol-normal div.module {
   width: 152px;
   background: transparent url(../images/module_middle.jpg) left repeat-y;
   margin-bottom: 10px;
}

#leftcol div.module div, #rightcol-normal div.module div {
width: 152px;
background: transparent url(../images/module_top.jpg) top left no-repeat;
height: auto;
}

#leftcol div.module div div, #rightcol-normal div.module div div {
width: 152px;
background: transparent url(../images/module_bottom.jpg)  bottom left no-repeat;
height: 200px;
}



2-  other thing noticed affects - doesn't fix - in menu.html comes suckerfish vertical , accident (thinking may have been error) found if close opening ul code before "condition_level" this:

code: select all

<ul
  id="menulist_{hierarchy}{class_suffix}">
<pattemplate:tmpl name="condition_level" type="condition" conditionvar="level" varscope="menu_list" whitespace="trim">
<pattemplate:sub condition="0">
  class="mainlevel{class_suffix}"
</pattemplate:sub>
</pattemplate:tmpl>
{menu_items}</ul>
</pattemplate:tmpl>


rather (the way originally):

code: select all

<ul
  id="menulist_{hierarchy}{class_suffix}"
<pattemplate:tmpl name="condition_level" type="condition" conditionvar="level" varscope="menu_list" whitespace="trim">
<pattemplate:sub condition="0">
  class="mainlevel{class_suffix}"
</pattemplate:sub>
</pattemplate:tmpl>
>{menu_items}</ul>
</pattemplate:tmpl>


it automatically stretches menu in firefox.  throws code onto page , puts submenu in expanded this:

image


any kind of advice point me in right direction great!  enjoy , need extended menu option site.  unless of course there's extension can provide basic sub-menus , can make multiple copies of in modules.

thanks much.

david






Comments

Popular posts from this blog

DHT11 Time out error using v0.4.1library

Sketch upload fails with Java error (___REMOVE___/bin/avrdude)!

Arduino Uno + KTY81/210 temperature sensor