I just ran into this, and I worked around it by doing this:

$(document).ready( function()
{
 if ($.browser.msie) {
  $('li').css('zoom', '1');
  $('a').css('zoom','1');
 }
});

Hope that helps.


glawrie wrote:
> Just an update - I forgot to mention...  If I set the Accordion
> Widget's div to 'display:none' the problem of the extra space goes
> away - you just can't see the Accordion!  But at least this highlights
> that the dead-space is being caused by something to do with the
> Accordion.
>
> Also - I had a look at the Accordion source - and see that in there
> there is a bit of code:
>
>               // IE7-/Win - Extra vertical space in Lists fixed
>               if ($.browser.msie) {
>                       this.element.find('a').css('zoom', '1');
>               }
>
> I don't know if this is linked to the problem I'm having - but it is
> interesting that this fix only appears to apply to <a> tags.  I'm
> using <li>.  I did try replacing all the <li> tags with <a> but didn't
> make any difference to this issue.
>
> Thanks again in (hopeful) advance for any help offered.
>
> On Aug 18, 4:35�pm, glawrie <[EMAIL PROTECTED]> wrote:
> > I'm using jQuery UI Accordion Widget and have it working nicely with
> > Firefox / Safari, but have a layout problem with Win IE6.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to