følgende ændringer skulle bringe dig tættere på det du ønsker?
style fil:
#body, Table {
margin: 0px;
font-family: Courier New;
font-size: 11px;
}
.ramme {
width: 900px;
}
.head {
background-image: url(head.JPG);
height: 80px;
width: 100%;
border-right: 1px solid black;
border-left: 1px solid black;
border-top: 1px solid black;
}
.menu {
width: 150px;
height: 100%;
border: 1px solid black;
vertical-align: top;
background-color: #DEDEDE;
background-repeat: repeat-y;
font-family: Arial;
}
.indhold {
height: 100%;
width: 750px;
padding: 5px;
border-right: 1px solid black;
border-bottom: 1px solid black;
border-top: 1px solid black;
vertical-align: top;
}
.copyright {
width: 100%;
vertical-align: top;
border-bottom: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
margin: 5px;
background-image: url(copyright.jpg);
}
a:link {
width: 140px;
color: black;
text-decoration: none;
height: 15px;
}
a:visited {
width: 140px;
color: black;
text-decoration: none;
height: 15px;
}
a:hover {
border: 1px solid black;
background-color: #BBBBBB;
width: 140px;
color: black;
text-decoration: none;
height: 15px;
<!--
h1 {font-size: 30pt; font-family: Courier New;}
h2 {font-size: 12pt; font-family: Courier New;}
p {font-size: 10pt; font-family: Courier New;}
-->
}
.sendm {
text-align: center;
}
.Menuo {
background-color: #FFFFFF;
width: 100%;
margin-bottom:5px;
}
.menulinksfield{
padding:5px;
}
ændring i html
<div class="menulinksfield">
<a href="http://www.shafh.dk/index.php">Forside</a>
<a href="http://www.shafh.dk/news.php">Nyheder</a>
<a href="http://www.shafh.dk/download.php">Software</a>
<a href="http://www.shafh.dk/links.php">Links</a>
<a href="http://www.shafh.dk/about.php">Om Shafh</a>
</div>
-----------------------------------------------------------------------------
Min side ->www.the-hive.dk/~donp/
[Redigeret d. 03/12-04 16:53:40 af Nørden]