Hey -
On my site in progress -
http://www.3rdrate.com/blog
You can see I've got a page nav bar, with each button surrounded by a white border. What I'd like to do is have the blank space after the row of buttons stops also be surrounded by a white border.
So why doesn't a CSS insert like the following work?
div#menu1 {
background: #1d1d1d;
border-top: 1px #fff;
border-bottom: 1px #fff;
border-right: 1px #fff;
}