Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Style sheet setting: answer option cell: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Cg_pham (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[Category:Questionnaire layouts]]
== Style sheet setting: answer_option_cell ==



=====Style sheet setting: answer_option_cell=====
'''Applied question types:''' Open, Single, Multi


'''Applied question types:''' Open, Single, Multi
'''Type of setting: '''class


'''Type of setting: '''class
'''Tag applied to:''' td


'''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.


'''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.  


'''Primary use:''' Makes it possible to influence single cells in a table rather than columns. Useful when table has multiple columns.
'''Example of usage:'''  


'''Example of usage:'''
.answer_option_cell


.answer_option_cell
{


{
background-color: green;


background-color: green;
}


}
'''Image example: '''


'''Image example: '''
'''Links for more information'''  


'''Links for more information'''
http://www.w3.org/Style/CSS/


http://www.w3.org/Style/CSS/
Back to: [[Style sheet]] __NOTOC__ <!-- imported from file: 6105.htm-->


Back to: [[ Style sheet ]]
[[Category:Questionnaire_layouts]]
__NOTOC__
<!-- imported from file: 6105.htm-->

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

http://www.w3.org/Style/CSS/

Back to: Style sheet