.menu li a {
(...)
padding: 0 0 0 10;
(...)
}
Here. You know the differents box models? Quirks and Strict? Well...
You can use a hack (link changing the width of the "a" element for
"(current -10)"), or the "box in a box" technique, but this last one
require one more redundant and non-semanti
I've made a navigation menu with display:block in an unordered list.
A lightblue-rollover should appear when above the block (not
necessarily above the text). This works OK in IE5 Mac and Mozilla,
but in IE5 Windows (the only one I have) it only changes when above
the linked text.
However, afte