Closed (won't fix)
Project:
Frequently Asked Questions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Mar 2009 at 02:01 UTC
Updated:
20 Nov 2009 at 15:00 UTC
Hi did anyone encounter this kind of problem with the FAQ module? I do believe there is something wrong with the CSS because this only happens in IE7. When you click on the question to expand and display the answer, the next question moves a few spaces ahead. I haven't been able to trace where the indent is coming from. Can some please help me on this one asap? I am kind of a newbie on drupal. Any help will be appreciated. Thanks!
Comments
Comment #1
omar alahmedHi, I have encountered the same problem. I solved it by adding these styles:
.faq_question {
padding-top: 5px;
padding-left: 20px;
float:left;
display:block;
width:85%;
}
.faq_dt_hide_answer {
clear:both;
}
.faq_answer {
padding-left: 40px;
clear:both;
}
I hope that's be useful.
Omar,
Comment #2
stella commentedComment #3
stella commentedI can't reproduce this using the latest dev version in various themes, including Garland and Acquia Marina.
Cheers,
Stella