Oto moje kody :
<!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>
<style type="text/css">
/*<![CDATA[*/
<!--
table.menu a {
width:120px;
border:1px solid black;
display: block;}
div.menu a{
color: floralwhite;
background: #909090;
text-decoration:none;
font-size:11px;
line-height:16px;
padding: 2px 5px;
font-family: Tahoma, verdana, sans-serif;}
div.menu (position:center;center:0; left:0;) /*fixes IE slowness?? */
div.menu a:link {color: floralwhite; text-decoration: none; background: black;}
div.menu a:active {color: floralwhite; text-decoration: none; background: black;}
div.menu a:visited {color: floralwhite; text-decoration: none; background: #2F2F4F;}
div.menu a:hover {color: floralwhite; text-decoration: none; background: #D9D9F3;border:1px solid black
-->
/*]]>*/
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Łukasz Zaleśny </title>
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
<body bgcolor="#434343">
<body><br>
<!-- Begin Wrapper -->
<div id="wrapper">
<!-- Begin Header -->
<div id="header">
This is the Header
</div>
<!-- End Header -->
<!-- Begin Left Column -->
<div id="leftcolumn">
<div class="menu"><center>
<table summary="" cellpadding="1" cellspacing="1" class="menu">
<tr>
<td align="center"><a href="z.html" onfocus="this.blur()"> Link 5</a></td>
</tr>
<tr>
<td align="left"><a href="#" onfocus="this.blur()"> Link 5</a></td>
</tr>
<tr>
<td align="left"><a href="#" onfocus="this.blur()"> Link 5</a></td>
</tr>
<tr>
<td align="left"><a href="#" onfocus="this.blur()"> Link 5</a></td>
</tr>
<tr>
<td align="left"><a href="#" onfocus="this.blur()"> Link 5</a></td>
</tr>
</table>
</div>
</div>
<!-- End Left Column -->
<!-- Begin Content Column -->
<div id="content">
<a href="#">Download this CSS Layout</a>
</div>
<!-- End Content Column -->
<!-- Begin Right Column -->
<div id="rightcolumn">
</DIV>
<!-- End Right Column -->
<!-- Begin Footer -->
<div id="footer">
This is the Footer
</div>
<!-- End Footer -->
</div>
<!-- End Wrapper -->
</body>
</html>
oraz style :
* { padding: 0; margin: 0; }
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
#wrapper {
margin: 0 auto;
width: 922px;
}
#header {
color: #333;
width: 900px;
float: left;
padding: 10px;
border: 1px solid #ccc;
height: 100px;
margin: 10px 0px 5px 0px;
background: #BD9C8C;
}
#leftcolumn {
color: #333;
border: 1px solid #ccc;
background: #E7DBD5;
margin: 0px 5px 5px 0px;
padding: 10px;
height: 350px;
width: 195px;
float: left;
}
#content {
float: left;
color: #333;
border: 1px solid #ccc;
background: #F2F2E6;
margin: 0px 5px 5px 0px;
padding: 10px;
height: 350px;
width: 456px;
display: inline;
}
#rightcolumn {
color: #333;
border: 1px solid #ccc;
background: #E7DBD5;
margin: 0px 0px 5px 0px;
padding: 10px;
height: 350px;
width: 195px;
float: left;
}
#footer {
width: 900px;
clear: both;
color: #333;
border: 1px solid #ccc;
background: #BD9C8C;
margin: 0px 0px 10px 0px;
padding: 10px;
}
mam nadzieje że nie zaśmieciłem forum
Pozdro

















