Varför fungerar inte nedanstående?
Min xhtml kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="sv" xml:lang="sv">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>.: zoonet - din djuraffär på nätet</title>
<script type="text/javascript">
<![CDATA[
if (self.location.href != top.location.href)
{
top.location.href = self.location.href;
}
]]>
</script>
<link rel="stylesheet" href="styles/page_template.css" type="text/css" media="screen" />
</head>
<body>
<div id="page_layer">
<table style="border:0px; padding:0px">
<tr>
<td class="page_head">
</td>
</tr>
</table>
</div>
</body>
</html>
Och så här ser mitt stylesheet ut för "page_head" classen som ska visa bakgrundsbilden:
.page_header {
width:778px;
text-align:left;
vertical-align:top;
background-image:url("images/head.gif");
}
Fattar ingenting.. bakgrundsbilden visas inte alls... blööö hjälp mig!