Virker i IE men ikke i Firefox
Jeg kan ikke få vist min baggrunds billede i Firefox men godt i IE - hvad gør jeg galt?Min CSS:
<!-- Baggrundsbillede
highlight = baggrundsbilledet -->
BODY {
background-image:url(../Images/baggrund.jpg);
}
a:link {
color:#ff0000
}
a:visited {
color: #000000
}
a:hover {
color: #0000ff
}
H1 {
font-weight:bold;
font-family:'arial','helvetica','sans-serif';
font-size:32pt;
color:#000000;
text-align:center;
}
.H1 {
font-weight:bold;
font-family:'arial','helvetica','sans-serif';
font-size:32pt;
color:#000000;
}
H2 {
font-weitht:bold;
font-family:'arial','helvetica','sans-serif';
font-size:24pt;
color:#000000;
}
.H2 {
font-weitht:bold;
font-family:'arial','helvetica','sans-serif';
font-size:24pt;
color:#000000;
}
H3 {
font-weitht:bold;
font-family:'arial','helvetica','sans-serif';
font-size:18pt;
color:#000000;
}
.H3 {
font-weitht:bold;
font-family:'arial','helvetica','sans-serif';
font-size:18pt;
color:#000000;
}
.fontnormal{
font-weight:bold;
font-family:'arial','helvetica','sans-serif';
font-size:12pt;
color:#000000;
}
H4 {
font-weitht:bold;
font-family:'arial','helvetica','sans-serif';
font-size:16pt;
color:#000000;
}
.H4 {
font-weitht:bold;
font-family:'arial','helvetica','sans-serif';
font-size:16pt;
color:#000000;
}
H5 {
font-weitht:bold;
font-family:'arial','helvetica','sans-serif';
font-size:12pt;
color:#000000;
}
.H5 {
font-weitht:bold;
font-family:'arial','helvetica','sans-serif';
font-size:12pt;
color:#000000;
}
Min html side:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Anja Simonsen</title>
<LINK HREF="Stylesheets\Stylesheet.css" REL="stylesheet" TYPE="text/css">
<meta name="Generator" content="Stone's WebWriter 4">
<script type="text/javascript" language="JavaScript1.2" src="Menu/stm31.js"></script>
</head>
<body>
<table width="100%" border="0" cellpadding="0">
<tr>
<td width="35%">
</td>
<td width="50%" align="center" valign="middle">
<img src="Images/top.gif" width="397" height="71" align="bottom" alt="">
</td>
<td width="15%" align="right">
<img src="Images/logo.gif" width="113" height="85" align="bottom" alt="">
</td
</tr>
</table>
<table width="100%" border="0" cellpadding="10">
<tr>
<td width="15%" valign="top">
<script type="text/javascript" language="JavaScript1.2" SRC=Menu/menu.js></SCRIPT>
</td>
<td width="5%" valign="top"></td>
<td width="80%" valign="top">
<h1>Velkommen</h1>
<p><br>
Denne side omhandler mig og mine interesser.
</td>
</tr>
</table>
</body>
</html>
