Gernot Back: tabellenspalte soll rest als eigene breite nehmen

Beitrag lesen

Hallo nochmal,

ja um diese ecken gehtz ... meine cheffin will die unbedingt haben -.-
und auch wenn ichs mit border mache bleibt immernoch das problem das sozusagen die mittelste spalte nicht die 'rest' grösse hat

Ich halte das durchaus für machbar, aber wenn deine Chefin sich das mal durchrechnen würde, was diese dämlichen blindpixelfreien Ecken an Arbeitszeit kosten, käme sie wahrscheinlich zu dem Ergebnis, dass der Aufwand in keinem vernünftigen Verhältnis zum Nutzen steht.

  
was ist hier mit dem Syntax-Highlighting los?  
<html>  
<head>  
<title>Grüne Ecken</title>  
<meta name="author" content="Gernot Back">  
<meta name="generator" content="Ulli Meybohms HTML EDITOR">  
</head>  
<body>  
<table cellspacing="0" cellpadding="0" style="[code lang=css]width:100%;background:#D6F5CC;border-top:solid 5px #27B800;table-layout:fixed" border="0">  
<tr>  
 <td rowspan="4" style="[code lang=css]width:10px;font-size:6px
~~~">&nbsp;</td>  
 <td colspan="2" style="`width:16px;border-bottom:solid 1px #27B800;font-size:6px`{:.language-css}">&nbsp;</td>  
 <td style="`font-size:6px;`{:.language-css}">&nbsp;</td>  
 <td colspan="2" style="`width:16px;border-bottom:solid 1px #27B800;font-size:6px`{:.language-css}">&nbsp;</td>  
 <td rowspan="4" style="`width:10px;font-size:6px`{:.language-css}">&nbsp;</td>  
</tr>  
<tr>  
 <td rowspan="2" style="`width:3px;border-left:solid 1px #27B800;font-size:6px`{:.language-css}">&nbsp;</td>  
 <td colspan="3" style="`font-size:3px;height:3px`{:.language-css}">&nbsp;</td>  
 <td rowspan="2" style="`width:3px;border-right:solid 1px #27B800;font-size:6px`{:.language-css}">&nbsp;</td>  
</tr>  
<tr>  
 <td colspan="3" rowspan="2" style="`height:16px;vertical-align:bottom;background:#27B800;padding:10px 10px 4px 4px;color:white;font-weight:bold;text-align:right;font-size:12px;letter-spacing:.1em;font-family:Verdana`{:.language-css}">Dienstleistersuche</td>  
</tr>  
<tr>  
 <td style="`font-size:16px;_font-size:3px;`{:.language-css}">&nbsp;</td>  
 <td style="`font-size:16px;_font-size:3px`{:.language-css}">&nbsp;</td>  
</tr>  
</table>  
</body>  
</html>[/code]  
  
Gruß Gernot