HTML and CSS Reference
In-Depth Information
Bug 4:
The custom buttons are also cut.
This bug is also fixed by adding a position:relative; to
the custom buttons, as you did with the p.category a :
a.btn {
position:relative;
}
Actually, you can group them together:
a.btn,
#page p.category a {
position:relative;
}
Bug 5:
The gray/white split isn't being displayed.
Remember that you've used the :before selector to
 
Search WWH ::




Custom Search