Nope, that results in all of the <p>'s being hidden in the first
<div>:
<div class="myDiv">
</div>
<div class="myDiv">
  <p>First</p>
</div>

Reply via email to