pagina html
codice:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="stylesheet" href="style.css" type="text/css" media="screen, projection" />
</head>
<body>
<div id="wrapper">
<header id="header">
[img]Immagini/Logo350red.png[/img] </header>
<section id="middle">
<div id="container">
<div id="content">
[img]Immagini/schizzo700.jpg[/img]</div>
</div>
<aside id="sideLeft" >
<table width="100%" border="0" height="320px">
<tr>
<td valign="bottom"><table width="95%" border="0" cellspacing="10px" >
<tr>
<td>Home</td>
</tr>
<tr>
<td>Press</td>
</tr>
<tr>
<td>Realizzazioni</td>
</tr>
<tr>
<td>Contatti</td>
</tr>
</table></td>
</tr>
</table>
</aside>
</section>
</div>
<footer id="footer">
Copyright © ffdfsdsdf
</footer>
</body>
</html>
css
codice:
* {
margin: 0;
padding: 0;
}
html {
height: 100%;
}
header, nav, section, article, aside, footer {
display: block;
}
body {
font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
height: 100%;
background:#000;
overflow:hidden;
}
a {
color:#ccc;
text-decoration: none;
}
a:visited {
text-decoration: none;
color:#ccc;
}
a:selezionato{
color:#ef4338;
text-decoration:none;
}