I can't figure out why I can't get a border around my div here. My jsfiddle is:
I must just be crazy from staring at my computer screen but if you look at the class verticalmembersmenu
in the CSS, I can't for the life of me figure out why I can't get the border around the div.
You are using HTML style comments in your CSS, that seems to be breaking the rendering, take a look at http://jsfiddle.net/4HnKs/3/
Some info on comments over at http://www.w3.org/TR/CSS2/syndata.html#comments
u can give inline style to div as
or
please give the border in ul tag.
It took me a while to find, but the problem actually has to do with your css formatting. The css doesn't recognize html comment tags, but instead uses /* */.