Ashura: Buttontext zentrieren

Beitrag lesen

Hallo opi.

Das schaut scheusslich aus, vor allem, wenn ich mehrere Buttons untereinander habe, die alle die gleiche Länge haben sollen!

Dann gibst du eben für alle Buttons eine min-width an.
Für den IE bedarf es dann wiederum ein normales width. Es könnte dann also etwa so aussehen:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  
<html>  
  <head>  
    <title>New Document</title>  
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />  
    <style type="text/css">  
    button{min-width:15em;}  
    * html button{width:15em;}  
    </style>  
  </head>  
  <body>  
    <form action="" method="post">  
    <p><button>TEST 1</button></p>  
    <p><button>ETWAS MEHR BEI TEST2</button></p>  
    </form>  
  </body>  
</html>

Gruß, Ashura

--
Selfcode: sh:( fo:) ch:? rl:( br:^ n4:& ie:{ mo:) va:) de:> zu:) fl:( ss:| ls:[ js:|
30 Days to becoming an Opera8 Lover -- Day 16: Sessions
Meine Browser: Opera 8.0 | Firefox 1.0.4 | Lynx 2.8.3 | Netscape 4.7 | IE 6.0
[Deshalb frei! - Argumente pro freie Software]