hvorfor virker min CSS ikke?
Min forside viser ikke bordersne hvorfor?kode til forside:
<html>
<head>
<title>Team -|DoH|- Danes on Hunt</title>
<link rel="stylesheet" type="text/css" href="style/style.css">
<meta name="Author" content="Claes">
<meta name="Description" content="Denne hjemmeside er opholdsstedet for den nordsjællandske klan/team -|DoH|-">
<meta name="Keywords" content="doh,klan,1.6,counter,strike,team,website">
<meta name="Generator" content="Microsoft FrontPage 4.0">
<meta name="Language" content="DK">
<meta name="Robots" content="All">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<table class="top">
<tr>
<td align="center">
<!-- #include file="sider/top.asp" -->
</td>
</tr>
</table>
</center>
<table class="motherboard" align="center">
<tr>
<td class="menu">
<!-- #include file="sider/menu.asp" -->
</td>
<td class="midt">
<%if request("side") = "billeder" then%>
<!-- #include file="sider/billeder.asp" -->
<%elseif request("side") = "clanwars" then%>
<!-- #include file="sider/clanwars.asp" -->
<%elseif request("side") = "contact" then%>
<!-- #include file="sider/contact.asp" -->
<%elseif request("side") = "create" then%>
<!-- #include file="sider/create.asp" -->
<%elseif request("side") = "downloads" then%>
<!-- #include file="sider/downloads.asp" -->
<%elseif request("side") = "events" then%>
<!-- #include file="sider/events.asp" -->
<%elseif request("side") = "gem" then%>
<!-- #include file="sider/gem.asp" -->
<%elseif request("side") = "tagwall" then%>
<!-- #include file="sider/tagwall.asp" -->
<%elseif request("side") = "logaf" then%>
<!-- #include file="sider/logaf.asp" -->
<%elseif request("side") = "login" then%>
<!-- #include file="sider/login.asp" -->
<%elseif request("side") = "medlemmer" then%>
<!-- #include file="sider/medlemmer.asp" -->
<%elseif request("side") = "profil" then%>
<!-- #include file="sider/profil.asp" -->
<%elseif request("side") = "rediger" then%>
<!-- #include file="sider/rediger.asp" -->
<%elseif request("side") = "sponsor" then%>
<!-- #include file="sider/sponsor.asp" -->
<%elseif request("side") = "taktikker" then%>
<!-- #include file="sider/taktikker.asp" -->
<%elseif request("side") = "training" then%>
<!-- #include file='sider/training.asp' -->
<%else%>
<!-- #include file="sider/midt.asp" -->
<%end if%>
</td>
<td class="menu2" align="right">
<!-- #include file="sider/menu2.asp" -->
</td>
</tr>
</table>
<table class="bottom" align="center">
<tr>
<td align="center">
<hr size="1">
copyright <a href="default.asp?side=profil&brugernavn=lorax">lorax</a>
</td>
</tr>
</table>
</body>
og kode til style/style.css:
body {
background-color: F0F0F0;
margin: 0px 0px 0px 0px;
scrollbar-face-color: #F8F8F8;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #F8F8F8;
scrollbar-darkshadow-color: #F8F8F8;
scrollbar-base-color: #F8F8F8;
}
.bottom {
width: 770px;
height: 10px;
background-color: FFFFFF;
}
.top {
width: 770px;
background-color: FFFFFF;
}
.motherboard {
width: 770px;
background-color: FFFFFF;
border-left-style: solid;
border-left-width: 1px;
border-right-style: solid;
border-right-width: 1px;
border-top-style: solid;
border-top-width: 1px;
border-bottom-style: solid;
border-bottom-width: 1px;
}
td {
vertical-align: top;
color: 504C50;
font-size: 13px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.menu {
width: 120px;
border-right-style: solid;
border-right-width: 1px;
}
.menu2 {
width: 120px;
border-left-style: solid;
border-left-width: 1px;
}
.midt {
width: 530px;
}
input {
font-family: Verdana, Arial, Helvetica, sans-serif;
border-color: #000000 #000000 #000000 #000000;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
background-color: FFFFFF;
}
a:link {
text-decoration: none;
color: 504C50;
}
a:visited {
text-decoration: none;
color: 504C50;
}
a:active {
text-decoration: none;
color: 504C50;
}
a:hover {
color: c0c0c0;
}
min hjemmeside er www.frip.dk/doh og der er filerne oploadet!