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

omar alahmed’s picture

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,

stella’s picture

Status: Active » Needs review
stella’s picture

Priority: Critical » Minor
Status: Needs review » Closed (won't fix)

I can't reproduce this using the latest dev version in various themes, including Garland and Acquia Marina.

Cheers,
Stella