suit: Drei Bilder - Eines links, eins zentriert, eines rechts

Beitrag lesen

Hier der Testcode:

da fehlt einiges ;)

opera 9, safari 3, firefox 2, internet explorer 7 (ie 6 hab ich keinen zum testen grade)

  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">  
 <head>  
  <title>3 Bilder</title>  
 </head>  
 <body>  
  <div style="width: 1200px; height: 500px; background: red;">  
   <img src="http://www.google.at/intl/de_at/images/logo.gif" style="float: left" />  
   <img src="http://www.google.at/intl/de_ch/images/logo.gif" style="float: right;" />  
   <img src="http://www.google.at/intl/de_de/images/logo.gif" style="margin: 0 auto; display: block;" />  
  </div>  
 </body>  
</html>