How to float the image left side and let the page content fill right side and bottom in CSS?

 Posted by Raja on 1/9/2009 | Category: CSS 3 Interview questions | Views: 9904
Answer:

Wrap the div element with fload:left style.

<div style="float: left">

<img src="fsdaf.gif" />Your contents goes here.
</div>


To reverse, ie float the image in the right side and let the content fill the space at the left and further down, specify float:right style.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response