Posts: 44
Name: English Hentai Team
|
Lets imagine I have this code:
Code:
<div class='A'>
<someSection class='B'>
<nestedSection class='C'>
</nestedSection>
<nestedSection class='C'>
</nestedSection>
......
</someSection>
<someSection class='D'>
<nestedSection class='C'>
</nestedSection>
<nestedSection class='C'>
</nestedSection>
</someSection>
</div>
What styles must I declare to make sections B and D display side-by-side (like they were in two adjacent columns of the same table)?
Last edited by ehentai; 04-06-2007 at 06:46 PM..
|