Links på et background billede
jeg skal have to links ind på mit baggrundsbillede hvordan gør jeg det ?kan jeg bruge map name
<style type="text/css">
body {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
background-image: url("forside_baggrund.gif");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
