Allora ti faccio subito un esempio. http://etw-funzone.eu/index.php
mio vekkio clan..mi ispiravo ad un layot simile..con 2 colonne laterali riservate a menu/pannelli
informativi e la colonna centrale con news ed altro!
ora i div#logo nn sono in uso..
e volevo sistemarli come avrò una img decente da mettere! div#img scordato di eliminarla!
ho utilizzato i div per crere le aree..senza spazio..e ho inserito le tab nei div per dare un colore bianco ai bordi.
altre cose come script sugli angoli è da eliminare!
il meta era quello della index di inizio sito..mai toccato!
il codice odierno è :
Codice HTML:
<!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>
<link rel="stylesheet" type="text/css" href="http://rirracingteam.altervista.org/DerKaiserTest/Style.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>rFactor Italia Racing</title>
<style type="text/css">
div#menu{float: left; width: 960; height: 10px; background-color: #000; margin-bottom: 2px}
div#navleft{float: left; width: 200px; height: 500px; background-color: #000; margin-bottom: 2px}
div#center{float: center; width: 560px; height: 500px; background-color: #000; margin-bottom: 2px}
div#right{float: right; width: 199px; height: 500px; background-color: #000; margin-bottom: 2px}
div#subfooter{float: left; width: 900px; height: 100px; background-color: #000; margin-bottom: 2px}
</style>
</head>
<body>
<div id="page">
<div class="logo"><img src="http://i51.tinypic.com/a4uexc.png" alt="" /></div>
<div id="vertmenu">
<li><a href="">Home</a></li>
<li><a href="">Community</a></li>
<li><a href="#">Forum</a></li>
<li><a href="#">Rulebook</a></li>
<li><a href="">Reparto Corse</a></li>
<li><a href="#">Account</a></li>
<li><a href="#">Registrati</a></li>
<li><a href="#">Search</a></li>
</ul>
</div>
<div id="navleft">
<table float="center" width="195" height="248" border="0" align="center" text-align="center" cellpadding="0" cellspacing="0" id="Tab_001">
<tr>
<td class="title1" height="25">
<i>Login</i>
</td>
</tr>
<tr>
<td height="25" background="#ff3300;">
<i>REGISTRATI</i>
</td>
</tr>
</table>
<table float="center" width="195" height="248" border="0" align="center" text-align="center" cellpadding="0" cellspacing="0" id="Tab_001">
<tr>
<td class="title1" height="25">
<i>Login</i>
</td>
</tr>
<tr>
<td height="25" background="#ff3300;">
<i>REGISTRATI</i>
</td>
</tr>
</table>
</div>
<div id="center">
<table float="center" width="558" height="498" border="0" align="top" text-align="center" cellpadding="0" cellspacing="0" id="Tab_001">
<tr>
<td>
<p>News</p>
</td>
</tr>
</table>
</div>
<div id="right">
<table float="center" width="195" height="498" border="0" align="center" text-align="top" cellpadding="0" cellspacing="0" id="Tab_001">
<tr>
<td>
<p>TS</p>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</body>
</html>