Style sheet setting: grid empty cell: Difference between revisions
From Catglobe Wiki
More actions
No edit summary |
No edit summary Β |
||
Line 1: | Line 1: | ||
== ο»Ώ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]] __NOTOC__ <!-- imported from file: 6110.htm--> | |||
[[Category:Questionnaire_layouts]] | |||
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
Back to: Style sheet