Style sheet setting: answer option cell

From Catglobe Wiki
Revision as of 11:03, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



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