blob: 6400bc50a2a9ceff64b7a9c5993b473b65ac567c [file] [log] [blame]
<html>
<style type="text/css">
#header ul {
list-style: none;
}
#header li {
padding: 0 0 0 9px;
}
#header a {
float: left;
width: .1em;
}
#header > ul a {
width: auto; /* doesn't work */
}
</style>
<div id="header">
<ul>
<li> <a>This is link one</a></li>
<li> <a>This is link two and it shouldn't overlap link one</a></li>
</ul>
</div>
</html>