skorpian
Newbie
Posts: 1
Registered: 7/1/2006
Member Is Offline
|
| posted on 7/1/2006 at 01:42 AM |
|
|
Different submenu widths - I don't want this!
For some reason, the submenu furthest to the right of the page (the submenu from the last menu item) is a different width to all the other submenus.
Why is this?
Here is the code i have in menu_tpl.js
| Code: | var
MENU_TPL = [
{
'width': 161,
'height': 14,
'left': 161,
'top': 0,
'hide_delay': 0,
'expd_delay': 0,
'css': {
'inner': 'TM0i0',
'outer': ['TM0o0','TM0o1']
},
'block_left': 15,
'block_top': 128
},
{
'width': 152,
'block_left': 0,
'block_top': 24,
'left': 0,
'top': 23,
'css': {
'inner': 'TM1i0',
'outer': ['TM1o0','TM1o1']
}
}
]; |
|
|
|
|