<style type="text/css"> #ul li:nth-child(2n) {background-color:#ccf} </style> <ul id="ul"> <li>1</li> <li>2</li> <li>3</li> <li>4</li> </ul>