bonerville
01-24-2012, 02:04 AM
Hi,
First time poster here, I hope you can help me. Word Press forums won't respond.
I need a plugin or code like on the page here http://www.gsprushfit.com/faq
Basically I need something so that when you click any of the 22 questions the answer drops down below it.
I have 25 questions and want my FAQ page to be like this one.
I did use this one:
<img src="info.jpg" onclick="$('#info').toggle()" /><br />
<div id="info" style="display:none">Information about your picture </div>
But it kind of sucks to make 25 .jpgs and the even bigger bummer when you are say half way down the page, click one of the questions, the answer roles out but it shoots you to the top of the page and you have to scroll back down again.
Any help would be much appreciated. Thanks! :thumbsup:
First time poster here, I hope you can help me. Word Press forums won't respond.
I need a plugin or code like on the page here http://www.gsprushfit.com/faq
Basically I need something so that when you click any of the 22 questions the answer drops down below it.
I have 25 questions and want my FAQ page to be like this one.
I did use this one:
<img src="info.jpg" onclick="$('#info').toggle()" /><br />
<div id="info" style="display:none">Information about your picture </div>
But it kind of sucks to make 25 .jpgs and the even bigger bummer when you are say half way down the page, click one of the questions, the answer roles out but it shoots you to the top of the page and you have to scroll back down again.
Any help would be much appreciated. Thanks! :thumbsup: