It seems this is all that's needed from ui.core.css to avoid this error:

<style type="text/css">
.ui-helper-reset { border: 0; }
</style>

- Richard

On Thu, Mar 12, 2009 at 3:01 PM, Kirsehn <[email protected]> wrote:

>
> I am also getting this error in IE6 and IE7, and I just downloaded the
> latest files today :(
>
> Here is my code:
>
> $(document).ready(function(){
>        $('#accordion').accordion({ header: 'dt', autoHeight: false,
> collapsible: true, active: false });
> });
>
> My accordion structure is as follows:
>
> <div id="accordion">
> <dl>
> <dt>Click here to open 1</dt>
> <dd>Content 1</dd>
> </dl>
> <dl>
> <dt>Click here to open 2</dt>
> <dd>Content 2</dd>
> </dl>
> ...etc...
> </div>
>
> The site I am using this on has its own style and so I am not using
> the jquery ui stylesheets
>
> ~Kristyn~
>
> On Mar 11, 4:53 pm, jesse <[email protected]> wrote:
> > I was getting the "Invalid Argument" in IE7 even with all the latest
> > files.  It seems like something in the theme stylesheets is necessary
> > to make those work right.  Once I included the CSS from ui.core.css
> > and ui.accordion.css, everything came back to life.  Hope this helps
> > anyone else having the issue.
> >
> > On Mar 3, 4:42 pm, Harlley <[email protected]> wrote:
> >
> > > Hi,
> >
> > > I am using these files, but when I use an accordion inside other
> > > accordion, this issue continues in IE7 and Firefox doesn't work
> > > correctly.
> >
> > > On Feb 26, 7:44 am, "Richard D. Worth" <[email protected]> wrote:
> >
> > > > This issue has been fixed in the trunk
> >
> > > >http://dev.jqueryui.com/ticket/4100
> >
> > > > You can try it out by grabbing these files:
> >
> > > >
> http://jquery-ui.googlecode.com/svn/trunk/jquery-1.3.2.jshttp://jquer...
> >
> > > > - Richard
> >
> > > > On Thu, Feb 26, 2009 at 1:03 AM, kiba91 <[email protected]> wrote:
> >
> > > > > Hi,
> > > > > Have you an another method?
> > > > > Because il like this animation and without... ^^
> >
> > > > > On 25 fév, 17:47, boater21 <[email protected]> wrote:
> > > > > > If I turn off animation with animated: false on
> theaccordionconfig
> > > > > > object, everything seems to work OK.
> >
> > > > > > On Feb 25, 7:14 am, Sylvio <[email protected]> wrote:
> >
> > > > > > > I manage to resolve the bug by adding :
> > > > > > > if(!n) n=0;
> >
> > > > > > > just before this : j.toShow[0].style[m.prop]=n+"px";
> >
> > > > > > > But I have still problems with IE6 & IE7 :
> > > > > > > After some clicks (5 to 10), theaccordionstop to works and
> became
> > > > > > > fixed...
> >
> > > > > > > On Feb 21, 7:01 pm, karen <[email protected]> wrote:
> >
> > > > > > > > I have anaccordionset up which was working fine across all
> browsers
> > > > > > > > until I added autoHeight:false, now I get an
> "InvalidArgument"error
> > > > > > > > in IE6 and IE7 and theaccordionwill not work (inIE), all
> still
> > > > > > > > works fine in other browsers.
> >
> > > > > > > > Here is the script on the page:
> > > > > > > >         $(document).ready(function() {
> > > > > > > >                 $('.accordion').accordion({
> > > > > > > >                         header: 'h3',
> > > > > > > >
> active:
> > > > > > > > false,
> >
> > > > > > > > autoHeight: false,
> > > > > > > >                         collapsible: true
> >
> > > > > > > >                 });
> >
> > > > > > > >                 // Show one of theaccordionblocks.
> > > > > > > >                 if (location.hash.toLowerCase().length > 1) {
> > > > > > > >                         $('.accordion').accordion('activate',
> 'h3#' +
> > > > > > > > location.hash.toLowerCase());
> > > > > > > >                 } else {
> > > > > > > >                         $('.accordion').accordion('activate',
> > > > > 'h3:first');
> > > > > > > >                 }
> > > > > > > >         });
> >
> > > > > > > > I'm using jqueryui.js1.6andjquery.js v1.3.1
> >
> > > > > > > > Any help would be appreciated!
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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