mouseinfo
Newbie
Posts: 1
Registered: 10/14/2009
Location: Lyon
Member Is Offline
|
| posted on 10/14/2009 at 11:08 AM |
|
|
Problem with Firefox
Hi,
On [url-removed] it's ok with Internet Explorer, but i have problems on submenus with Firefox.
I have try with block_left or block_top but nothing...
Can you help me please ?
My template.js :
/* Tigra Menu template structure */
var MENU_TPL = [
{
'width': 199,
'height': 35,
'hide_delay': 180,
'expd_delay': 180,
'opacity': 100,
'vertical': false,
'wise_pos' : 1,
'table': [0,1,0],
'css': {
'table': 'TM0t0',
'outer': ['TM0o0','TM0o1'],
'inner': 'TM0i0'
},
'block_left': 199,
'block_top': 64
},
{
'width': 199,
'block_left': 0,
'block_top': 35,
'vertical': true,
'wise_pos' : 1,
'css': {
'table': 'TM0t0',
'outer': ['TM0o1','TM0o0'],
'inner': 'TM0i0'
}
},
{
'block_left': 199,
'block_top': 0,
'css': {
'table': 'TM0t0',
'outer': ['TM0o1','TM0o0'],
'inner': 'TM0i0'
}
},
{
'block_left': 199,
'block_top': 0,
'css': {
'table': 'TM0t0',
'outer': ['TM0o1','TM0o0'],
'inner': 'TM0i0'
}
}
];
Thanks a lot,
Marc Bouchevreau
|
|
|
tigra
Administrator
Posts: 2050
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 10/14/2009 at 08:09 PM |
|
|
I visited your page with the current version of firefox and it seems to be ok. Please submit a support ticket if the issue is still unresolved.
|
|
|
|