More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Style sheet setting: answer_option_cell == | |||
'''Applied question types:''' Open, Single, Multi | |||
''' | '''Type of setting: '''class | ||
''' | '''Tag applied to:''' td | ||
''' | '''Usage:''' Similar in use to to classes "option_row_even" / "option_row_odd", but additionally usefulness when we have more than 1 column for answer options of open (closed parts), single and multi questions. We use "option_row_even" / "option_row_odd" in tr tags and "answer_option_cell" in td tags. | ||
''' | '''Primary use:''' Makes it possible to influence single cells in a table rather than columns. Useful when table has multiple columns. | ||
''' | '''Example of usage:''' | ||
.answer_option_cell | |||
{ | |||
background-color: green; | |||
} | |||
'''Image example: ''' | |||
''' | '''Links for more information''' | ||
http://www.w3.org/Style/CSS/ | |||
Back to: [[Style sheet]] __NOTOC__ <!-- imported from file: 6105.htm--> | |||
[[Category:Questionnaire_layouts]] | |||
Latest revision as of 03:42, 21 December 2011
Style sheet setting: answer_option_cell
Applied question types: Open, Single, Multi
Type of setting: class
Tag applied to: td
Usage: Similar in use to to classes "option_row_even" / "option_row_odd", but additionally usefulness when we have more than 1 column for answer options of open (closed parts), single and multi questions. We use "option_row_even" / "option_row_odd" in tr tags and "answer_option_cell" in td tags.
Primary use: Makes it possible to influence single cells in a table rather than columns. Useful when table has multiple columns.
Example of usage:
.answer_option_cell
{
background-color: green;
}
Image example:
Links for more information
Back to: Style sheet