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

Style sheet setting: answer option cell

From Catglobe Wiki

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