Wie Sie div-Element auf der Unterseite in Zelle

Möchte ich den Inhalt des zweiten div unten bündig mit der Bild.

HTML:

<table>
  <tr>
    <td>
      <div>
        <div style="float: left;">
          <img src="http://www.online-image-editor.com//styles/2014/images/example_image.png"  style="max-width: 200px; max-height: 200px;"/>
        </div>
        <div style="float: right; vertical-align: bottom;">
          I want this text be on the same line as the bottom of the image
        </div>
      </div>
    </td>
  </tr>
</table>

InformationsquelleAutor Vitaly P | 2015-09-21
Schreibe einen Kommentar