[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 F

[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'

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