I’m trying to build a simple page that shows an image on the left side and a description with a listview on the right. While the seems to obey the image floating, the listview takes the 100% of the page with, overlapping the image itself.
Here’s an example: http://jsfiddle.net/NYwux/
I’ve already tried the <fieldset class=\"ui-grid-a\"> solution – it does the work, but I don’t want a perfect 50% – 50% division, but a natural floating behavior.
Is this possible?
HTML:
CSS:
I put the 15px margin on the
tag because JQM listview has a -15px margin.