100%ige Tabellen in Netscape ....
Friedel
- html
Hi!
Ich denke, dieses Thema dürfte schon mehrfach besprochen worden sein, aber die Suche bringt mir entweder keine oder viel zu viele Treffer - also hoffe ich auf Eure Hilfe!
Meiner einer versucht sich nun schon seit vielen vielen Projekten daran, Netscape zu verstehen, aber erfolgreich bin ich damit nicht!
OK, ich habe meine Frage auf ein relativ einfach aussehendes Problem reduziert:
<table border=1 width="100%">
<tr>
<td width=150>hallo, 150 breit ?</td>
<td>hallo hallo hallo</td>
</tr>
</table>
(ich weiß jetzt nicht, ob das Forum HTMl umsetzt, also das ganze nochmal codiert:
<table border=1 width="100%">
<tr>
<td width=150>hallo, 150 breit ?</td>
<td>hallo hallo hallo</td>
</tr>
</table>
)
Meine Frage: Wieso zeigt Netscape [Ver. 4.74] das nicht korrekt an und gibt's irgendwelche obskuren Tricks um das auszumerzen?
Der Clou ist die 100%-Breite der tabelle, ohne ist das alles nicht das Problem, nur brauche ich 100% Breite....
Ciao
Friedel
hallo friedl,
probiers mal so:
<table border=1 width="100%">
<tr>
<td width=7%>hallo, 150 breit ?</td>
<td width="93%">hallo hallo hallo</td>
</tr>
<tr>
<td width=7%><img src="file:///C|/keine_ahnung/1x1.gif" width="150" height="1"></td>
<td width="93%"> </td>
</tr>
</table>
ist zwar absolut gemogelt aber du hast dein gewünschtes resultat!
das 1x1.gif muss transparent sein, aber das weisst du sicher schon
hoffe ich hab dir geholfen
bye
armin
AHHHH!!!! ES GEHT :))))
juuuuhuuuu, danke danke danke danke danke danke !!!
wieso komm ich nich auf sowas?
*jubelhüpfspringfreu*
Friedel :)