i'm making a css layout, and i want a div to be next to the one before it, not bellow... i can't seem to do that... anybody knows why...
here is a portion of my code
i want "filling" to be next to "slantright".... but it always gets to the bottom of it
anybody know?
here is a portion of my code
Code:
<div class="ltmiddle">
<div class="slantright">
<img src="spc.gif" alt=" " />
</div>
<div class="filling">
<img src="spc.gif" alt=" " />
</div>
</div>
i want "filling" to be next to "slantright".... but it always gets to the bottom of it
anybody know?