Changes

Jump to: navigation, search

CSS GUIDE LIST STYLE TYPE

323 bytes removed, 22:00, 13 December 2006
no edit summary
== Legal Values ==
Possible values for marker-style: check [http://www.w3schools.com/css/pr_list-style-type.asp | this link] 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