css - Arrange divs inside parent - align right div to top -
i have next want right div align top of parent, it's not happening me..
<div id="container"> <div id="center">center</div> <div id="left">left text here...</div> <div id="right"><img src="image.png" width="75" height="75" /></div> </div>
fiddle @ http://jsfiddle.net/w3gcb/
if swap left
div right
one, right
div goes top: fiddle
css html
No comments:
Post a Comment