KellyCorder
Joined: 28 Jun 2005 Posts: 4
|
Posted: Thu Jul 07, 2005 5:25 pm Post subject: Same issue |
|
|
I am having the same issue, but I found one post (can't seem to find it again) that said there were bugs with IE Mac 5.x, and the perfered browser was safari. That was the end of the post. But that does not resolve the issue, I am using CoolMenuPRO because it is supposed to cross browsers in all platforms and yet it fails and just says "use a different browser". I can use a different browser, but some Colleges can't, they are locked into specific browsers (like IE 5.x on the Mac).
*Edit*
I solved the problem like this:
{'pos':'relative', 'itemoff':[0,99], 'leveloff':[21,0], 'style':STYLE, 'size' [22,100], exclusive:true},
{code:'Item 1',
sub:[
{'itemoff':[21,0]},
{'code':'SubItem 1',
sub:[
{'leveloff':[0,99]},
{code:' ','format':{'size':[1,1]}}
]
},
I noticed that their multiple menu worked but mine didn't, quotes around the elements helps, but making an invisible sub menu seemed to solve the problem. It's a hack really, but if you need it to work, there you go. |
|