Changes

Jump to: navigation, search

CSS GUIDE LIST STYLE TYPE

618 bytes removed, 22:00, 13 December 2006
no edit summary
== Legal Values ==
Possible valuesfor marker-style<table border="2"><tr><th>Method</th><th>Range</th><th>Example</th></tr><tr><td>Hexadecimal (preferred)</td><td>#000000 - #ffffff</td><td>#00ff00 is green</td></tr><tr><td>Color name</td><td>check [http://www.w3schools.com/htmlcss/html_colornamespr_list-style-type.asp W3Schools Natural Langauge Color Namesthis link]</td><td>green</td></tr><tr><td>RGB value</td><td>0-255</td><td>rgb(102,204,102) is green</td></tr></table>for complete list.
See [[#Usage Examples | usage examples]] section for more details.
== Usage Examples ==
<pre>p{colorlist-style-type: #ff0000} disc /*Set paragraph text marker to appear reddisc.*/</pre><pre>h1{colorlist-style-type: #0000FF} decimal /*Set h1 (level 1 heading) text marker to bluenumber.*/</pre><pre>span{colorlist-style-type: #0000FF} lower-alpha /*Sets text enclosed within span tag Set marker to appear yellowlower alphabet.*/</pre>
== Notes ==
Please remember to use the appropriate U.S. English spelling i.e. color and not the U.K or Canadian english spellings to ensure your CSS works.
 
The [http://www.w3.org World Wide Web Consortium (W3C)] provides a free online [http://jigsaw.w3.org/css-validator/ CSS validation service].
== Specification Conformance ==
1
edit

Navigation menu