Ver Mensaje Individual
  #7 (permalink)  
Antiguo 04/05/2009, 03:17
Avatar de soyelsapo
soyelsapo
 
Fecha de Ingreso: marzo-2008
Mensajes: 61
Antigüedad: 16 años, 1 mes
Puntos: 0
Respuesta: Problemas de visualización

No ha dado resultado:

La imagen no es, probe cambiar de alto, ancho y demas y no paso nada.

Estuve jugando un poco con las medidas (en un momento le puse columnas de 50 px y el centro de 300) y nada... el cambio de tamaño en las columnas solo genera lo siguiente:



Como veras el punto B es el q cambia, pero ami no me modifica las medidas de ese marco A por asi llamarlo (no se como decirlo)

El index.php (del template), aquí va:

Cita:
<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );?>
<!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">
<head>
<?php if ( $my->id ) { initEditor(); } ?>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<?php mosShowHead(); ?>
<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?><?php echo "<link rel=\"shortcut icon\" href=\"$GLOBALS[mosConfig_live_site]/images/favicon.ico\" />" ; ?>
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/pngfix.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td align="left" class="pathway"><?php mosPathWay(); ?></td>
<td align="right" class="timedate"><?php echo mosCurrentDate(); ?></td>
</tr>
</table>
<div id="header">
<div id="header_logo">
<img src="<?=$mosConfig_live_site?>/templates/<? echo $mainframe->getTemplate(); ?>/images/logo.gif" alt="" border="0" />
</div>
<div id="header_banner"><? mosLoadModules("banner",-2); ?></div>
</div>
<? if(mosCountModules("user3")) {?>
<div id="navbar"><? mosLoadModules("user3",-2); ?> </div>
<? } ?>
<div id="container">
<? if(mosCountModules("left")) {?>
<div id="leftcolumn"><? mosLoadModules("left",-2) ?></div>
<?
$styleCC="width:670px";
if(moscountModules("right"))$styleC="width:455px;m argin:0 5px 0 5px;";
else $styleC="width:650px;margin:0 0 0 10px;";
}
else{
$styleCC = "width:100%";
if(mosCountModules("right"))$styleC="width:660px;m argin:0 10px 0 0;";
else $styleC="width:100%";
}
?>
<div id="contentCentral" style="<?=$styleCC?>">
<div id="main_image"><img src="<?=$mosConfig_live_site?>/templates/<? echo $mainframe->getTemplate(); ?>/images/main_image.jpg" width="660" alt="<?php echo $mosConfig_sitename; ?>" /></div>
<div id="content" style="<?=$styleC?>"><? mosMainBody() ?></div><!-- end of div="content" -->
<? if(mosCountModules("right")) { ?>
<div id="rightcolumn"><? mosLoadModules("right",-2) ?></div><!-- end of div="rightcolumn" -->
<? } ?>
</div>
</div>

<?
if(mosCountModules('user1') || mosCountModules('user2')) {
$width = "50%";
?>
<div id="users">
<table width="100%" cellpadding="0" cellspacing="2" border="0">
<tr>
<?
if(mosCountModules('user1')) {
?>
<td width="<?=$width?>"><? mosLoadModules('user1',-2); ?></td>
<? }
if(mosCountModules('user2')) {
?>
<td><? mosLoadModules('user2', -2); ?></td>
<? } ?>
</tr>
</table>
</div>
<? } ?>
<div id="footer"><?php include_once('includes/footer.php'); ?></div>
<table id="Table_01" width="950" border="0" cellpadding="0" cellspacing="0" style="height:5px;">
<tr>
<td>
<a href="http://ww.webmedie.dk/" target="_blank"><img src="<?=$mosConfig_live_site?>/templates/<? echo $mainframe->getTemplate(); ?>/images/spacer_01.gif" width="240" height="5" alt="Webmedie.dk" border="0" /></a></td>
<td>
<a href="http://www.webmedie.dk/webdesign.html" target="_blank"><img src="<?=$mosConfig_live_site?>/templates/<? echo $mainframe->getTemplate(); ?>/images/spacer_02.gif" width="279" height="5" alt="Webdesign" border="0" /></a></td>
<td>
<a href="http://www.webmedie.dk/cms.html" target="_blank"><img src="<?=$mosConfig_live_site?>/templates/<? echo $mainframe->getTemplate(); ?>/images/spacer_03.gif" width="273" height="5" alt="Joomla CMS" border="0" /></a></td>
<td>
<a href="http://www.webmedie.dk/hjemmeside.html" target="_blank"><img src="<?=$mosConfig_live_site?>/templates/<? echo $mainframe->getTemplate(); ?>/images/spacer_04.gif" width="158" height="5" alt="Hjemmeside" border="0" /></a></td>
</tr>
</table>
</div>
</body>
</html>
Muchas gracias! te ha servido lo que te envie?

Edito: Cuando coloque las medidas que me dijiste en Mozilla se empezó a ver como en explorer.

Última edición por soyelsapo; 04/05/2009 a las 03:20 Razón: Recordatorio