 
			
				08/06/2005, 01:28
			
			
			     |  
      |    |    |    Fecha de Ingreso: diciembre-2002  
						Mensajes: 132
					  Antigüedad: 22 años, 11 meses Puntos: 0     |        |  
  |      El pop up cambia de tamaño en cada ordenador        Buenos días 
No se nada de javascript, pero tengo en la web un pop-up que en mi ordenador se ve perfectamente según el tamaño que le di y con los scrollos para ayudar. Pero me dicen que en otros ordenadores aparece pequeño y sin scroll y en otros aparece grande y con scrolls horizontales y verticales. 
¿Alguien sabe que puede ser? ¿es fallo de javascript o de html?.   
El pop-up surge de este enlace:   
<table cellpadding="2" width="100%"> 
<tr> 
 <td rowspan="4" valign="top" width="75"> 
  <a href="javascript:open_popup_new('#id#',9,670,500)"  > 
   <img src="/upload/images/#img_file#" width="75" border="1"> 
  </a> 
 </td> 
 <td height="21" bgcolor="#0099CC"> 
  <a href="javascript:open_popup_new('#id#',9,670,500)"  > 
  <font color="#FFFFFF" size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong> 
   #title# 
  </strong></font> 
  </a> 
 </td> 
</tr> 
<tr> 
 <td> 
   <font color="#006699" size="1" face="Verdana, Arial, Helvetica, sans-serif"> 
   #intro# 
   </font> 
 </td> 
</tr> 
<tr> 
 <td height="21"> 
  <font color="#006699" size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><em> 
   #pretitle# 
  </em></strong></font> 
 </td> 
</tr> 
</table> 
<br>       
Y el pop-up es esto:   
<table cellpadding="6" width="100%"> 
<tr> 
 <td> 
  <img src="/upload/images/#img_file#" width="600" border="1"> 
 </td> 
</tr> 
<trt> 
 <td height="41" bgcolor="#0099CC"> 
  <font color="#FFFFFF" size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong> 
   #title# 
  </strong></font> 
 </td> 
</tr> 
<tr> 
 <td> 
   <font color="#006699" size="1" face="Verdana, Arial, Helvetica, sans-serif"> 
   #intro# 
   </font> 
 </td> 
</tr> 
<tr> 
 <td height="41"> 
  <font color="#006699" size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><em> 
   #pretitle# 
  </em></strong></font> 
 </td> 
</tr> 
<tr> 
 <td> 
   <font color="#006699" size="1" face="Verdana, Arial, Helvetica, sans-serif"> 
   #body# 
   </font> 
 </td> 
</tr> 
</table> 
<br>       
Eso es todo, gracias :) 
Un saludo           |