Anonimo12
Creo que estás haciéndolo algo complejo y usando tags innecesarios, prueba esto:
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es" > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <table border="3" summary="Tabla"> <th width="650" height="30" align="center" style="cursor: pointer;"onclick="this.getElementsByTagName('div')[0].style.display=((this.getElementsByTagName('div')[0].style.display=='none')?'':'none');"> <div style="display:none; text-align: left"><br />ESTE ES EL TEXTO QUE SE COLOCA A LA DERECHA
</div></th> <td width="500" height="30">Título 2
</td> <td width="500" height="30">Título 3
</td>
Saludos