How to skip first child?
Posted
by metal-gear-solid
on Stack Overflow
See other posts from Stack Overflow
or by metal-gear-solid
Published on 2010-05-18T08:41:40Z
Indexed on
2010/05/18
8:51 UTC
Read the original article
Hit count: 273
css
<div id="main">
<p> one </p>
<p> two </p>
<p> three </p>
<p> four </p>
<p> five </p>
<div>
I don't want to apply css on first <p>One</p>
p {color:red}
i need just opposite of firstchild
.
© Stack Overflow or respective owner