ive got 3 boxes with information containd in them. im watnting to line these boxes up with other information / images on the page.
this is the basic html
HTML Code:
<div id="yellowbox">
<p>infomation here</p>
</div>
<div id="yellowbox">
<p>infomation here</p>
</div>
<div id="yellowbox">
<p>infomation here</p>
</div>
each box has a top margin of 10px, how ever i would like the first box / div to have a top margin of 20px so it lines up with other elements on my page. can this be done.
i know you can do it with odds and even but can the first child be done alone???