I have floated two divs left but the div on the right has a huge text(without br s) and it is pushed down
what should i do in the css such that to make sure the right div does not push down
I had tried giving it a width but width does not take the rest of the screen as different computers have different screen sizes…
thanks
Pradyut
you have to set
widthfor at least one element. Example: http://jsfiddle.net/4ZGmj/6/