<html>
<head>
<style type="text/css">
body {
margin:0;
padding:0;
font: bold 11px/1.5em Verdana;
}
img {
border: none;
}
#tabsB {
float:left;
width:auto;
background:#ffffff;
font-size:93%;
line-height:normal;
}
#tabsB ul {
margin:0;
padding:5px 10px 0 5px;
list-style:none;
}
#tabsB li {
display:inline;
margin:0;
padding:0;
}
#tabsB a {
float:left;
background:url("tableftB.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabsB a span {
float:left;
display:block;
background:url("tabrightB.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsB a span {float:none;}
/* End IE5-Mac hack */
.bottom {position: absolute; top: 25px; left: 5px; width: 400px; height: 300px; border: #e3e3e3 1px solid; overflow:hidden;}
</style>
</head>
<body>
<div id="tabsB">
<ul>
<li><a href="#" title="Link 1"><span>Verhaal</span></a></li>
</ul>
</div>
<div class="bottom"></div>
</body>
</html>
maar hoe zou ik de link eruit kunnen halen dat het gewoon een text blijft ?
ik heb dit eruit gehaald maar werkte niet :
<a href="#" title="Link 1">
moet ik ook nog wat in de css weghalen ?
knop om dit te doen.