ja da..
det ser sådan her ud indtil vidre
her er css html kommer længere nede
@charset "utf-8";
/* CSS Document */
/* bilder */
body {background-image:url(Desert%20Landscape.jpg);
background-position:304px 80px ;
background-repeat:no-repeat ;
z-index:4 ;*/
}
body {background-image:url(Forest.jpg) ;
background-repeat:no-repeat ;
background-position:304px 0px ;
z-index:1 ;
}
/* tekst classe */
a.menubar1 {margin-left: 14%}
og her kommer html dokomentet
<!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"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="lær1.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
#apDiv1 {
position:absolute;
left:306px;
top:84px;
width:125px;
height:368px;
z-index:1;
}
-->
</style>
</head>
<body>
<!-- tekst i menu bar -->
<div id="apDiv1"><a class="menubar1">menu tekst 1</a><br />
<a class="menubar1"> menu tekst 2 </a><br />
<a class="menubar1"> menu tekst 3 </a><br />
</div>
/
</body>
</html>