Not at all the same, but near  ))

Do you have any ideas?

I tried to edit source code, but I'm very newbie in jQuery...
There is one method, but IE braek layout of HTML template after that -
I tried to wrap <li> elements that I need to procces    s with
SuperFish to <div></div>:

<li>This must be always visible, so we don't wrap it to 'div'
  <ul>
     <li>3</li>
     <li>4</li>
     <li>5</li>
  </ul>

</li>
<div><li>This must be visible only on mouse over, so wrap it with
'div'
<ul>
  <li>1</li>
  <li>2</li>
  <li>3</li>
</ul></li></div>

After that I'have modified selectors in source code of SuperFish from
'li' to 'div > li' anywhere. It works in my Opera. Maybe useful for
you.

On 10 сент, 00:17, Mike Henke <[EMAIL PROTECTED]> wrote:
> We might be trying to solve the same issue...
>
> http://groups.google.com/group/jquery-en/browse_thread/thread/a1ea1b8...

Reply via email to