Maybe I didn't explain well enough.. I have a dropdown menu, it's got
the iframe shim under it so that it can hover over form elements
correctly
in IE (I don't generate it for FF because it treats the div
appropriately in regards to form elements etc)
... this dropdown menu, drops down over another iframe.. (this one
contains basically a mini site).
it visually hovers correctly over this mini site containing iframe no
problem. but as the mouse travels down
the items in the menu,.. once the mouse is over the portion of the
dropdown that is over the mini site containing iframe..
the onmouseout apparently fires.. and the menu goes away. I can only
surmise that this is because FF treats the iframe's
z-index differently? I dunno.  Unless you are saying that I should
leave the shim in for FF too and it will eliminate the issue I'm
having?

-P

On Jun 3, 10:43 am, "Justin Perkins" <[EMAIL PROTECTED]> wrote:
> It's due to how IE6 (and earlier versions) draws IFRAMES and SELECT elements.
>
> You need to use a shim technique to take care of this 
> problem:http://www.google.com/search?q=iframe+shim+technique
>
> -justin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to