Avatar billede retardedmonks Nybegynder
14. marts 2004 - 12:16 Der er 3 kommentarer og
1 løsning

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!
Avatar billede doggy82 Praktikant
14. marts 2004 - 12:24 #1
for det første kan du skrive det lidt kortere.

        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;

kan skrives om til:
border:1px #000 solid;
Avatar billede frkolsen Nybegynder
14. marts 2004 - 12:32 #2
Og læg så mærke til #000, du har ikke angivet border-color. Og så tror jeg i øvrigt nok rækkefølgen skal være 1px solid #000;

Du skal også huske # foran FFFFFF i background-color: FFFFFF;
Avatar billede syvon Nybegynder
14. marts 2004 - 12:40 #3
prøv denne

body {
        background-color: #F0F0F0;
        margin: 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: 1px solid #000;
}
td {
        vertical-align: top;
        color: #504C50;
        font-size: 13px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.menu {
        width: 120px;
        border-right: 1px  solid #000;
    }
.menu2 {
        width: 120px;
        border-left: 1px solid #000;

}
.midt {
        width: 530px;
}
input { 
        font-family: Verdana, Arial, Helvetica, sans-serif;
        border: 1px solid #000;
        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;
}
Avatar billede retardedmonks Nybegynder
14. marts 2004 - 12:48 #4
fik en ven til at hjælpe mig men det kan godt være nogle af jeres er lige så rigtige
Avatar billede Ny bruger Nybegynder

Din løsning...

Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.

Loading billede Opret Preview
Kategori
Vi tilbyder markedets bedste kurser inden for webudvikling

Log ind eller opret profil

Hov!

For at kunne deltage på Computerworld Eksperten skal du være logget ind.

Det er heldigvis nemt at oprette en bruger: Det tager to minutter og du kan vælge at bruge enten e-mail, Facebook eller Google som login.

Du kan også logge ind via nedenstående tjenester