Hello, Where exactly am I to put that piece of code you provided ? On Mar 31, 8:59 pm, steveeray <[email protected]> wrote: > Found this solution in another post: > > if ($.browser.msie) { > $('#accordiondiv').css('zoom', '1'); > > } > > On Mar 29, 6:50 am, "[email protected]" <[email protected]> > wrote: > > > just use the demo page index.html at the jquery ui package download > > from jquery.com. you can see the problem. > > > the javascript code is blow. > > $("#accordion").accordion({ header: "h3",autoHeight:false }); > > > theaccordionconent is > > <div id="accordion"> > > <div> > > <h3><a href="#">First</a></h3> > > <div><a href="#">testlink</a>Lorem > > ipsum dolor sit amet. Lorem > > ipsum dolor sit amet. Lorem ipsum dolor sit amet.</div> > > </div> > > <div> > > <h3><a href="#">Second</a></h3> > > <div>Phasellus mattis tincidunt nibh.</ > > div> > > </div> > > <div> > > <h3><a href="#">Third</a></h3> > > <div>Nam dui erat, auctor a, dignissim > > quis.</div> > > </div> > > </div> > > > first click "Second" then click "First". the "testlink" is dispeared. > > when you move mouse on the link, it show again. > > it happend atie6. in FF, it works ok.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
