Download & Extend

When you click on a question to expand it, the next question moves into a tab or indents a few spaces ahead

Project:Frequently Asked Questions
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed (won't fix)
Issue tags:FAQ, FAQ Module, frequently asked question, Frequently Asked Questions Module, indent issue, spacing issue

Issue Summary

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

#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

Status:active» needs review

#3

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

nobody click here