Autor Zpráva
Anonymní
Profil *
<table bgcolor="white" cellspacing="0" cellpadding="0" style="border: 1px solid black; border-collapse: collapse;" align="center">

<tr align="center">
<td width="200" height="550" background="Export1.bmp" style=";border: 1px solid black;" align="left" cellspacing="0" cellpadding="0">
<table cellspacing="0" cellpadding="0">
<pre>
<img src="1.gif" onmouseover="this.src = '1a.gif';" onmouseout="this.src = '1.gif';">
<img src="2.gif" onmouseover="this.src = '2a.gif';" onmouseout="this.src = '2.gif';">
<img src="3.gif" onmouseover="this.src = '3a.gif';" onmouseout="this.src = '3.gif';">
<img src="4.gif" onmouseover="this.src = '4a.gif';" onmouseout="this.src = '4.gif';">
<img src="5.gif" onmouseover="this.src = '5a.gif';" onmouseout="this.src = '5.gif';">
<img src="6.gif" onmouseover="this.src = '6a.gif';" onmouseout="this.src = '6.gif';">
<img src="7.gif" onmouseover="this.src = '7a.gif';" onmouseout="this.src = '7.gif';">
<img src="9.gif" onmouseover="this.src = '9a.gif';" onmouseout="this.src = '9.gif';">
<img src="10.gif" onmouseover="this.src = '10a.gif';" onmouseout="this.src = '10.gif';">
<img src="11.gif" onmouseover="this.src = '11a.gif';" onmouseout="this.src = '11.gif';">
</pre>
</table>
</td>



<td width="542" height="600">
</td>
</tr>


</table>

MUzete mi prosim poradit v tomhle zapisu mam tlacitka serazena nad sebou bez mezer pomoci pre a dela mi to dobrotu jen v IE a v FF a opere se udelaji mezery ,ale kdyz pre odstranim Tak mi to zase de v FF a opere co muzu udelat aby se mi nedelali mezery ani v jednom pripade diky
Filips
Profil
Mě se to ve FF nezobrazí vůbec
sirkubador
Profil *
Co třeba pomocí CSS odstranit bordery?
Bubák
Profil
<tr align="center"> - to je co?
A co ta vnořená tabulka, ta v sobě nemá žádné řádky, ani buňky!

<table bgcolor="white" cellspacing="0" cellpadding="0" style="border: 1px solid black; border-collapse: collapse;" align="center">
<tr>
<td width="200" height="550" style=";border: 1px solid black; background: url(Export1.bmp);">
<img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"><br>
<img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"><br>
<img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"><br>
<img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"><br>
<img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"><br>
<img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"><br>
<img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"><br>
<img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"><br>
<img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"><br>
<img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';">
</td>
<td width="542" height="600" align="center">
</td>
</tr>
</table>
krteczek
Profil
člo by to i bez tabulky:-)

<ul>
<li><img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"></li>
<li><img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"></li>
<li><img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"></li>
<li><img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"></li>
<li><img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"></li>
<li><img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"></li>
<li><img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"></li>
<li><img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"></li>
<li><img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"></li>
<li><img width=130 height=35 src="img.jpg" onmouseover="this.src = 'img2.jpg';" onmouseout="this.src = 'img.jpg';"></li>
</ul>

toto můžeš vložit kamkoliv a budeš je mít vždycky pod sebou, ty </li> nejsou povinné, odstranit puntíky před a další věci jdou nastavit pomocí css
ul{list-style:none;text-align:left;}
krteczek
Toto téma je uzamčeno. Odpověď nelze zaslat.

0