[jQuery] Re: SuperFish: IE7 moving unrelated divs

2008-10-27 Thread Dan
Hi Joel, Sorry for the rather long delay. The project I was working on was put on hiatus till now. I tried your fix and that works great. Thanks for the time you spent on that, I appreciate it. Dan On Oct 4, 8:52 am, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi Dan, > > I spent an hour on this

[jQuery] Re: SuperFish: IE7 moving unrelated divs

2008-10-04 Thread Joel Birch
Hi Dan, I spent an hour on this and couldn't figure out why the Superfish file triggers the bug, but I do have good news. It turns out that IE needs 'hasLayout' triggered on the #masthead element. Add height:1%; to the CSS for that element and the address panel stays where it is supposed to. Joe