Side Menu - CSS question

marathoner

Just apply a border of whatever color to the DIV or UL containing the menu.

When you say 'button'...does that mean image? If so, then the image will include your border and you can change the image with the HOVER pseudo-class. If your 'button' is simply an A tag then you can apply a HOVER border to the A tag or the containing LI.

NotASingleWhiteFemale

I have a black website background. I want to put a black side menu with black buttons. Clearly I need to put some kind of outline to both the menu and the buttons that changes as I hover over them to show a depressed button. How do I do this with CSS?