How to run an ordered list of 2 not 1?
with all browser compatibility, including IE6 and html css, must bevalid
The easiest way i see is to put the first LIone but hide it using css
LI
this can be done directly via html with attribute start
start
<ol start="2"> <li>item two</li> <li>item three</li> </ol>
it is not possible with css only, and it seems that IE does not support the attribute start...
3.1, .
<li style="visibility:hidden; position:absolute;"> </li>
:
http://www.arraystudio.com/as-workshop/make-ol-list-start-from-number-different-than-1-using-css.html
: . IE6. .
Source: https://habr.com/ru/post/1743771/More articles:Hibernate HQL and Grails. How to compare collections? - collectionsProblems installing Moose on Mac (compiling Sub :: Name prereq) - perlDoes the OpenGL stencil test run before or after the fragment program? - c ++How to align title bar text in each line on the right? - iphoneiPhone: convert Nsstring to Nsdate on device timezone - timezoneRegister in a SQLite database from a C # Windows Forms application - c #Php regex file name - phpC preprocessor versus C compiler - cJqGrid formatting and sortable column - don't sort - jqueryEntity Framework 4.0 Autogenerated Classes not marked as Serializable - entity-frameworkAll Articles