margin-bottom:10px; ... pynter måske lidt på den...
- Næste mulighed er en <div style="position:relative;"> samt <a><img>'et </a>og en <div style="position:absolute;top:10px;left:10px;">Tekst</div></div>
... hvis den anden skal være en a href
der fylder boksen kan det gøres sådan her:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="content-type" content="text/html; charset=iso-8859-1"><title>Ingen titel</title>
<style type="text/css">
#menubar{width:150px;}
#menubar a{
background:url('menupic.jpg');
padding-left:10px;
width:140px;
height:30px;
line-height:30px;
margin-bottom:10px;
display:block;
text-decoration:none;
color:#888888;
}
</style>
<script type="text/javascript">
</script>
</head><body>
<div id="menubar">
<a href="url.html">Test</a>
<a href="url.html">Test</a>
<a href="url.html">Test</a>
</div>
</body></html>