Steel: ELemente verschieden in DIV positionieren

Beitrag lesen

Moin!

Schon klar.

Schau dir mal diesen Code an:

  
<html>  
<body>  
<div style="padding: 3px; border: solid 2px #555;">  
  
 <div style="width:100%; background-color: #369; padding: 2px; margin-bottom: 3px;">  
  <span style="float:left; width: 200px;">Elemente und sowas...  
  </span>  
  <span style="float: right;width: 100px;"><img src="drucker.gif" alt="drucken"/></span>  
 </div>  
  
 <div style="clear:both;">  
  <table>  
   <tr><td>Test</td></tr>  
  </table>  
 </div>  
</div>  
</body>  
</html>  

Das sollte ungefaehr sein, was Du haben willst, oder? Beachte die 2 CSS Eigenschaften die ich hinzugefuegt habe.

Gruss