Dear CSS Gods
Dear CSS Gods
Out of context: Reply #4
- Started
- Last post
- 7 Responses
- leadtrum0
#navigation ul {
float: left;
width: ;
}
#navigation ul li {
float: left;
width: ;
}
#navigation ul li a {
float: left;
width: 75%;
}
#navigation ul li span {
float: right;
width: 25%;
}<div id="navigation">
<ul>
<li><a href="#">Prints</a><span>(12)</span></li>
</ul>
</div>This all depends on if you want the entire block to be clickable or not.