witam mam problem zrobiłem sobie css i nie działa mi on na stronie oto kod css
i kod nagłówka strony
proszę o szybką odpowiedz czy coś jest źle dlaczego mi CSS nie działa na stronie
Kod:
body {
font-family: "trebuchet ms", verdana, sans-serif;
font-size: 12px;
line-height: 1.5em;
color: #333;
background: #ffffff;
margin: 0;
padding: 0;
text-align: center;
width: 100%;
}
#header {
position: absolute;
top: 0px;
left: 0px;
height: 60px;
width: 100%;
background: #333;
padding-top: 8px;
}
#header h1 {
font-size: 30px;
text-transform: uppercase;
letter-spacing: 0.3em;
color: #fff;
}
#menu {
font-family: "trebuchet ms", verdana, sans-serif;
font-size: 14px;
font-weight: bold;
position: absolute;
height: 27px;
top: 60px;
left: 0px;
width: 100%;
padding: 0px;
color: #000000;
background-color: #eee;
}
a:link {
text-decoration: none;
color: #000;
}
a:visited {
text-decoration: none;
border-buttom: 1px dotted #369;
color: #000;
}
a:hover, a:active {
text-decoration: none;
border-buttom: 1px solid #036;
color: #000;
}
#container {
position: absolute;
top: 85px;
left: 0px;
background: #ffffff;
margin: 0 auto 0 auto;
text-align: left;
width: 100%;
height:100%;
}
#bar {
float: left;
width: 200px;
background: #eee;
z-index: 1;
padding: 10px;
margin-right: 30px;
height: 100%;
}
img {
border: 0;
}
#bar h1 {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.3em;
}
#main {
margin: 15px 15px 15px 240px;
pading: 15px 15px 15px 15px;
background: #ffffff;
}
i kod nagłówka strony
Kod:
<?php
require("konfiguracja.php");
$db = mysql_connect($dbhost, $dbuser, $dbpassword);
mysql_select_db($dbdatabase, $db);
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-2" />
<title><?php echo $config_blogname; ?></title>
<link rel="stylesheet" href="arkusz_stylow.css" type="text/css">
</head>
<tresc>
<div id="header">
<h1><?php echo $config_blogname; ?></h1>
<a href="index.php">Główna strona</a>
</div>
<div id="main">
proszę o szybką odpowiedz czy coś jest źle dlaczego mi CSS nie działa na stronie