Hjælp, include - igen. :)
Nu er det "indholdet" og "footer" som ikke vil placeres hvor den skal!siden: stach.yassez.dk/stach2
Style:
body { background-image:url(''); background-repeat:repeat; background-color: #E7DED4;}
#header {
position:absolute; left:0px; top:0px;high:400px;
}
#indhold {
letter-spacing: 1px; line-height:20px;
text-transform:normal;
color: #000000;
font-family: tahoma;
font-size: 8pt;
font-weight:none;
position:absolute; LEFT:0px; TOP:; HEIGHT:; width:962px;
text-align: left;
text-shadow: #ffffff 1px 1px 1px ;
background-color:;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 44px;
padding-left: 44px;
background-image:url(http://stach.yassez.dk/stach2/design/in-bg.png);
}
html::-webkit-scrollbar {width:15;height:auto;background:#fbf2ee;}
html::-webkit-scrollbar-corner { background:#fbf2ef; }
html::-webkit-scrollbar-button:vertical {height:2px;display:block;}
html::-webkit-scrollbar-button:horizontal {width:2px;display:block;}
html::-webkit-scrollbar-thumb:vertical {background-image: url(http://stach.yassez.dk/stach2/design/scroll.png););border: 1px solid #f0ccbc;border-right:none;}
html::-webkit-scrollbar-thumb:horizontal {background-image: url(http://stach.yassez.dk/stach2/design/scroll.png);border: 1px solid #fbf2ee;border-bottom;}
html::-webkit-scrollbar-thumb {background image:url(DIRECT LINK HERE);}
html:-webkit-scrollbar-thumb:hover {background-image:url(DIRECT LINK HERE)}
html::-webkit-scrollbar-track-piece {background: none;}
html::-webkit-scrollbar:vertical {border-left:1px solid #fff3f0;}
html::-webkit-scrollbar:horizontal {border-top:1px solid #fff3f0;}
a.nav {
font: 8pt tahoma;
color: #ffffff;
border-left:2px solid #F2EBBF;
border-right:2px solid #F2EBBF;
text-decoration: none;
background-color:#F2EBBF;
display:;
}
a.nav:hover {
font: 8pt tahoma;
color: #ffffff;
border-left:2px solid #C34C45;
border-right:2px solid #C34C45;
text-decoration: none;
background-color:#C34C45;
display:;
}
b, strong {color: #F2EBBF; background-color:;}
u, em {color: #E53063; font-weight: normal; text-decoration: none; border-bottom: 1pt #F2EBBF dotted;}
h1 {
padding: 1px;
text-align:left;
color:#C34C45;
font-family:calibri;
background-color: #F2EBBF;
border-bottom: 0pt #E53063 solid;
border-top: 0pt #FFFFFF dotted;
letter-spacing: 4px;
display: block;
font-size: 8pt;
font-weight: bold;
text-decoration: none
tekst-shadow: #ffffff 1px 1px;
}
A:link {color: #000000; border-bottom: 0pt #095275 dashed; text-decoration:none; cursor: help;}
A:visited {color: #000000; border-bottom: 0pt #FCFCFC dashed; text-decoration:none; cursor: help;}
A:active {color: #000000; border-bottom: 0pt #FCFCFC dotted; text-decoration:none; cursor: help;}
A:hover{ color: #000000; background-color:; border-bottom: 1pt #ffffff dotted; text-transform:capitalize bold; cursor:help; }
a.prof {
font: 12pt tahoma;
color: #ffffff;
border-left:0px solid #F2EBBF;
border-right:0px solid #F2EBBF;
text-decoration: none;
background-color:#F2EBBF;
background-color:
display:block;
background-image: url (http://stach.yassez.dk/stach2/design/1prof.png);
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topleft: 12px;
-moz-border-radius-bottomright: 12px;
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
}
a.prof {
font: 8pt tahoma;
color: #ffffff;
border-left:0px solid #C34C45;
border-right:0px solid #C34C45;
text-decoration: none;
background-color:#C34C45;
display:block;
background-image: url (http://stach.yassez.dk/stach2/design/2prof.png);
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topleft: 12px;
-moz-border-radius-bottomright: 12px;
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
}
Index:
<!-- Minus AutoDato -->
<? include ("header.php") ?>
<table valign="top" border="0">
<tr>
<td><div id="indhold">
...
</div>
</td>
<? include ("footer.php") ?>
</tr>
</table>
header:
<!-- Minus AutoDato -->
<head>
<link rel="stylesheet" type="text/css" href="http://stach.yassez.dk/stach2/style.css">
<title>Stach Riding Club</title>
<link rel='shortcut icon' href=''>
<div id="header">
<img src="http://stach.yassez.dk/stach2/design/logo2.png" border="0" align="bottom" alt="">
</div>
<div style="left:; top:;">
PROFIL-MENU, TRLALALLA
</div>
<div style="left:; top:;">
ALM-MENU, TRALALAL
</div>
footer:
<!-- Minus AutoDato -->
<div id="indhold">
<h1>Tilbage | Op.</h1>
<center>Alt er copyright Stach.yassez.dk! <u>Medmindre</u> andet er skrevet!</center>
</div>
og btw, den vil ikke vise <h1></h1> i footer. :/
nogle der ved hvad jeg skal gøre??