[jQuery] Re: accordion problem in IE

2008-01-29 Thread Jörn Zaefferer


mohsin schrieb:

i m having problem  in IE once i click on accordion its work but next
time it doesn't my code is follow


[...]


please tell me wht is problem
  

Could you post a testpage?

Jörn



[jQuery] Re: accordion problem in IE

2008-01-29 Thread Muhammad Mohsin
thnx jorn

i changed few things i change the heights attribute as ie is giving
javascript error when height is in negative. i m using ul navigation


[jQuery] Re: accordion problem in IE

2008-02-02 Thread SteveM

I too am having the same problem with both IE6 and IE7.

using.

jQuery().ready(function(){
jQuery('#sideMenu').Accordion({
active: false,
header: '.stitle',
navigation: true,
animated: 'easeslide'
});
});

In IE you can click on the first menu and it will slide fine, but the
next menu with animation does nothing and throws up a script error.
The error points to the html file with a line number that isnt the
problem.

otherwise this works perfect in FF and is very nice.

Thanks,
Steve



On Jan 29, 10:14 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
> mohsin schrieb:> i m having problem  inIEonce i click on accordion its work 
> but next
> > time it doesn't my code is follow
>
> > [...]
>
> > please tell me wht is problem
>
> Could you post a testpage?
>
> Jörn


[jQuery] Re: accordion problem in IE

2008-02-03 Thread Muhammad Mohsin
steve i  changed the code of accordion little bit u...
u need to set the fixed height of inner ul li i.e. (#navigation li li a) in
css and then in js file there is no  need to set height as in IE 6 and IE 7
u can not set height in negative.
i m weak in english but if u need code i can email u

On Feb 3, 2008 3:46 AM, SteveM <[EMAIL PROTECTED]> wrote:

>
> I too am having the same problem with both IE6 and IE7.
>
> using.
>
> jQuery().ready(function(){
> jQuery('#sideMenu').Accordion({
>active: false,
>header: '.stitle',
>navigation: true,
>animated: 'easeslide'
>});
> });
>
> In IE you can click on the first menu and it will slide fine, but the
> next menu with animation does nothing and throws up a script error.
> The error points to the html file with a line number that isnt the
> problem.
>
> otherwise this works perfect in FF and is very nice.
>
> Thanks,
> Steve
>
>
>
> On Jan 29, 10:14 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
> > mohsin schrieb:> i m having problem  inIEonce i click on accordion its
> work but next
> > > time it doesn't my code is follow
> >
> > > [...]
> >
> > > please tell me wht is problem
> >
> > Could you post a testpage?
> >
> > Jörn
>