problemi nascondere td con firefox

G

gpp.fiorentino

Ho il seguente codice

<table border="1" >
<tr>
<td colspan="2" >ggggggggggggggg</td>
</tr>

<tr>
<td id="gg_over" > aaahhh</td>
<td >hhhhhhhh</td>
</tr>
</table>

poi utilizzo una funzione javascript x nascondere la cella con id
gg_over

var el=document.getElementById('gg_over');
el.style.display="none";

var el=document.getElementById('gg_over');

el.style.display="inline";

La prima volta tutto ok....................

poi xo' è come se ignorasse il colspan della prima riga..il ris da
ottenere dovrebbe essere il seguente

ggggggggggggggggggggggggggggggg
aaaahhhhh hhhhhhhhhhhhhh

quando nascondo la cella:

gggggggggggggggggg
hhhhhhhhhhhhhhhhhh

dopo la prima volta invece quando mostro nuiovamente la cella

gggggggggggggggggggggggggg
aaaaaaaahhhhh hhhhhhhhhhhhhhhhhh

Spero abbiaste capito.........ad ogmni modo allego tuttale pag di
prova

------------------

<head>
<script>


function gg1(){
var el=document.getElementById('gg_over');
el.style.display="none";
//el.style.display="block";
//el.style.display="none";
//el.style.visibility="hidden";

}
function gg2(){
var el=document.getElementById('gg_over');
//el.style.visibility="visible";
el.style.display="inline";


}

</script>


</head>

<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">


<p><input type="button" value="Mostra menu'" name="b4"
onclick="gg2()"></p>
<p><input type="button" value="Nascondi menu'" name="B3"
onclick="gg1()"></p>


<table border="1" >
<tr>
<td >ggggggggggggggg</td>
<td >ggggggggggggggg</td>
</tr>

<tr>
<td id="gg_over" > aaahhh</td>
<td >hhhhhhhh</td>
</tr>
</table>

</body>
</html>
--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top