html - Making a breaker li in between a list of li -
i trying make dynamic list want make breaker list somewhere in middle of it, can't figure out how style specific li amongst others?
here trying accomplish:
<ul id="games"> <li class="myturn">test 1</li> <li class="myturn">test 2</li> <li class="breaker" style="height:3px;"></li> <li class="theirturn">test 3</li> <li class="theirturn">test 4</li> <li class="theirturn">test 5/li> <li class="theirturn">test 6</li> </ul>
can done? cant work. appreciated , in advance :-)
Comments
Post a Comment