Autor Zpráva
Dunemaster
Profil
Ahoj,
mám následující kód:

<table id='advertising' align='center' width='800'>
<tr>
<td class='content' style='padding: 0px'>
<table class='layout'>
<tr>
<th width='*'>Advertising</th>
<th width='468'><iframe marginheight='0' marginwidth='0' scrolling='no' frameborder='0' width='482' height='62' src='http://www.game-advertising-online.com/index.php?section=serve&id=100&affid=278&output=html' target='_blank'></iframe></th>
<th width='*'>Remove advertising<br />Get extra game features<br /><br /><a href='upgrade.aspx'>Upgrade your account now</a></th>
</tr>
</table>
</td>
</tr>
</table>


Potřeboval bych celou tu tabulku skrýt. Zkoušel jsem různé věci, ale nic. Můžete mi prosím napsat kompletní řešení? Ať už v CSS nebo JS.

Děkuji
Taps
Profil
Dunemaster
Toto by mělo fungovat
<table id='advertising' align='center' width='800' style='display:none'>
<tr>
<td class='content' style='padding: 0px'>
<table class='layout'>
<tr>
<th width='*'>Advertising</th>
<th width='468'><iframe marginheight='0' marginwidth='0' scrolling='no' frameborder='0' width='482' height='62' src='http://www.game-advertising-online.com/index.php?section=serve&id=100&affid=278&output=html' target='_blank'></iframe></th>
<th width='*'>Remove advertising<br />Get extra game features<br /><br /><a href='upgrade.aspx'>Upgrade your account now</a></th>
</tr>
</table>
</td>
</tr>
</table>
Dunemaster
Profil
Díky!
Dunemaster
Profil
A neměl by to někdo ještě v JavaScriptu?
panther
Profil
Dunemaster
Máš nějaký speciální důvod pro JS řešení? Jde JavaScriptem měnit hodnota vlastnosti „display“, ale stále je to skrytí pomocí CSSka, které k tomu slouží.
Dunemaster
Profil
Potřebuju to přes JavaScript. Prosím.
Chamurappi
Profil
Reaguji na Dunemastera:
document.getElementById("advertising").style.display = "none";
Mimochodem, atribut width="*" u buňky tabulky nedělá vůbec nic, hvězdičku žádný prohlížeč nepovažuje za platnou hodnotu, pokud vím.
Dunemaster
Profil
Díky, tak rychlou odpověď jsem nečekal.

Jinak to není můj kód, nevím proč tam tu hvězdičku dávali.
Dunemaster
Profil
Skrývání funguje, ale všiml jsem si, že zůstává kus místa, kde není nic a ostatní prvky jsou posunuty víc, než kdyby tam skrývaná tabulka nebyla. Jde to nějak vyřešit?

Vaše odpověď


Prosím používejte diakritiku a interpunkci.

Ochrana proti spamu. Napište prosím číslo dvě-sta čtyřicet-sedm:

0