Forum Moderators: not2easy
So I tried changing the #side-bar li margin from:
#side-bar li {
margin: 0px;
padding: 0.1ex 0;
} to:
#side-bar li {
margin: 0px 0px -10px 0px;
padding: 0.1ex 0;
} This is much closer to what I wanted, except for 2 problems.
Firstly, the bottom menu item is now cut off the list, and secondly, the "on hover" background block is too big, overlapping the item above and below it in the list:
[neilhillman.com...]
If anyone can tell me how to do this properly I would really appresiate it!
Regards,
Neil