When you click on a question to expand it, the next question moves into a tab or indents a few spaces ahead
drupalmebaby - March 20, 2009 - 02:01
| Project: | Frequently Asked Questions |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | won't fix |
| Issue tags: | FAQ, FAQ Module, frequently asked question, Frequently Asked Questions Module, indent issue, spacing issue |
Jump to:
Description
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!

#1
Hi, 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,
#2
#3
I can't reproduce this using the latest dev version in various themes, including Garland and Acquia Marina.
Cheers,
Stella