Menu lagt i js-fil
http://testingit.frac.dk/Menuen på denne side vil jeg gerne have i en fil så jeg ikke skal ændre menuen på alle mine sider når der er ændringer. Sidens stylesheets ser således ud:
html,body{margin:0px;padding:0px;}
a,a:visited,a:hover{color:black;}
td {
background-color: #B2C3D5;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}
img {
border-top-width: 1px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #B2C3D5;
border-right-color: #B2C3D5;
border-bottom-color: #B2C3D5;
border-left-color: #B2C3D5;
background-color: #B2C3D5;
}
a.menu {
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
font-weight: bold;
border-bottom-width: 5px;
border-bottom-style: solid;
border-bottom-color: white;
}
a.menulink {
display: block;
width: 100%;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:14px;
color: #333333;
BORDER: none;
border-top: 1px none #FFFFFF;
border-right: 1px none #FFFFFF;
border-bottom: 1px solid #FFFFFF;
border-left: 1px none #FFFFFF;
font-weight: bolder;
padding: 5px;
?, FinishOpacity=?, Style=?, StartX=?, StartY=?, FinishX=?, FinishY=?);
}
a.menulink:hover {
background-color:#6F9CC5;
border-top: 1px none #FFFFFF;
border-right: 1px none #FFFFFF;
border-bottom: 1px solid #FFFFFF;
border-left: 1px none #FFFFFF;
}
.titel {
width: 100%;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:20px;
color: #333333;
font-weight: bolder;
padding-top: 5px;
padding-right: 5px;
padding-left: 5px;
border: none;
}
p {
width: 491px;
text-align: justify;
text-decoration: none;
font-family:arial;
font-size:12px;
color: #333333;
BORDER: none;
font-weight: normal;
padding: 0px 5px 5px;
}
.copyright {
display: block;
width: 246px;
text-align: center;
text-decoration: none;
font-family:arial;
font-size:10px;
color: #333333;
border: 1px none #FFFFFF;
font-weight: normal;
padding: 20px 5px;
background-color: #FFFFFF;
}
.footer {
display: block;
text-align: center;
text-decoration: none;
font-family:arial;
font-size:10px;
color: #333333;
font-weight: normal;
}
Den "nye" menu må ikke ændre sidens design
