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: grid empty cell: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
== Style sheet setting: grid_empty_cell ==



=====Style sheet setting: grid_empty_cell=====
'''Applied question types:''' Single grid, Multi grid


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


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


'''Tag applied to:''' td
'''Usage: '''Used for setting the empty cell above the grid texts and to the left of the answer options that always exists in grid questions.


'''Usage: '''Used for setting the empty cell above the grid texts and to the left of the answer options that always exists in grid questions.
'''Primary use:''' To set a specific background color of this cell.  


'''Primary use:''' To set a specific background color of this cell.
'''Example of usage:'''  


'''Example of usage:'''
.grid_empty_cell


.grid_empty_cell
{


{
background-color: white;


background-color: white;
}


}
'''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: 6110.htm-->


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

Latest revision as of 03:59, 21 December 2011

Style sheet setting: grid_empty_cell

Applied question types: Single grid, Multi grid

Type of setting: class

Tag applied to: td

Usage: Used for setting the empty cell above the grid texts and to the left of the answer options that always exists in grid questions.

Primary use: To set a specific background color of this cell.

Example of usage:

.grid_empty_cell

{

background-color: white;

}

Image example:

Links for more information

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

Back to: Style sheet