Re: [jQuery] accordian help

2006-12-06 Thread bmsterling
Guess it would have been a good idea to look thru your code a little better :) I figured our some of the original issues. -- View this message in context: http://www.nabble.com/accordian-help-tf2733195.html#a7725508 Sent from the JQuery mailing list archive at Nabble.com.

Re: [jQuery] accordian help

2006-12-06 Thread bmsterling
Jörn, Wondering if you had any feedback on what I want to do with the accordion and how could achieve it? Thanks -- View this message in context: http://www.nabble.com/accordian-help-tf2733195.html#a7725086 Sent from the JQuery mailing list archive at Nabble.com. _

Re: [jQuery] accordian help

2006-12-05 Thread bmsterling
Jörn, I fixed the flicker issue in IE6 with: //Stop IE flicker if ($.browser.msie == true) { document.execCommand('BackgroundImageCache', false, true); } just need to preload images now. -- View this message in context: http://www.nabble.com/accordian-help-tf2733195.html#a7701585 Sent from th

Re: [jQuery] accordian help

2006-12-04 Thread bmsterling
Jörn, Thanks for the quick response, here is the things I need the accordian todo: 1. I need it so that if i click on any of the, we'll use "titles," titles that it will open to the right content, but if you click on it again, the content will close the the default title/content will become

Re: [jQuery] accordian help

2006-12-04 Thread Jörn Zaefferer
bmsterling schrieb: > Jörn, > Thanks for pointing me in the right direction. I implemented your code and > made some modifications (tips on the modifications are welcomed) and for > most part things are working great. > > url in question: http://ierev.informationexperts.com/test.htm > Could you

Re: [jQuery] accordian help

2006-12-04 Thread bmsterling
Jörn, Thanks for pointing me in the right direction. I implemented your code and made some modifications (tips on the modifications are welcomed) and for most part things are working great. Few issues the I have in order of importance: 1. If I click on, we'll say, "on our minds," the conten

Re: [jQuery] accordian help

2006-11-30 Thread Jörn Zaefferer
bmsterling schrieb: > Hey all, > > I am working on this site http://ierev.informationexperts.com/ > http://ierev.informationexperts.com/ and implemented the accordian with > some modifications using the old structure of divs. > > The problem is, the when one is closing and the other one is open (

[jQuery] accordian help

2006-11-30 Thread bmsterling
Hey all, I am working on this site http://ierev.informationexperts.com/ http://ierev.informationexperts.com/ and implemented the accordian with some modifications using the old structure of divs. The problem is, the when one is closing and the other one is open (which happens at the same time)