Difference between revisions of "Style sheet setting: answer option cell"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
+
== 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 05: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