Niente di nuovo sotto il cielo. IE fa le bizze. Firefox va un gioiello. Ma perchè non usano tutti firefox? E qui tanti discorsi......
Ti riporto il file index, che, a dire la verità, ho modificato con le tabelle.
Grazie per l'aiuto.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<title><?php echo $mosConfig_sitename; ?></title>
<link href="<?php echo $mosConfig_live_site;?>/templates/novagodina_modif/css/template_css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.Stile1 {
font-size: 10px;
color: #FFFF00;
}
-->
</style>
</head>
<body>
<div id="master">
<div id="header1">
<table width="719" height="60" border="0">
<tr>
<td width="300" height="60"><img src="<?php echo $GLOBALS['mosConfig_live_site']?>/templates/novagodina_modif/images/logo1.gif" width="300" height="45" border="0" align="bottom" /></td>
<td width="30%"><div align="right">
<?php mosLoadModules ( "user3" ); ?>
</div></td>
</tr>
</table>
</div>
<div id="header">
<table width="710" border="0" cellspacing="1">
<tr>
<td width="459" height="201" rowspan="2"><a href="index.php?option=com_content&task=category&sectionid=4&id=17&Itemid=29"><img src="<?php echo $GLOBALS['mosConfig_live_site']?>/templates/novagodina_modif/images/img1.gif" width="459" height="200" border="0" />[/url]</td>
<td width="261" height="100"> <a href="index.php?option=com_content&task=category&sectionid=4&id=13&Itemid=27"><img src="<?php echo $GLOBALS['mosConfig_live_site']?>/templates/novagodina_modif/images/img2.gif" width="255" height="98" border="0" />[/url]</td>
</tr>
<tr>
<td width="261" height="100"> <a href="index.php?option=com_content&task=category&sectionid=4&id=18&Itemid=28"><img src="<?php echo $GLOBALS['mosConfig_live_site']?>/templates/novagodina_modif/images/img3.gif" width="255" height="98" border="0" />[/url]</td>
</tr>
</table>
</div>
<table width="720" height="4" border="0" bordercolor="959595" bgcolor="959595">
<tr bgcolor="959595">
<td width="70%" bgcolor="959595"><?php mosLoadModules ( "user4" ); ?>
</td>
<td width="30%"> </td>
</tr>
</table>
<ul id="menu2">
<?php mosLoadModules ( "user5" ); ?>
</ul>
<div id="content">
<div class="sidebar">
<ul class="links">
<?php mosLoadModules ( "left" ); ?>
</ul>
</div>
<div class="item">
Percorso: <?php mosPathWay(); ?>
<?php include_once("mainbody.php"); ?>
</div>
<div class="item">
<?php mosLoadModules ( "top" ); ?>
<p> </p>
</div>
</div>
<div id="footer"></div>
</div>
</body>
</html>