CSS help!
Date: 04/02/07
(WebDesign) Keywords: css, html
I'm having a CSS brain fart today.
Im trying to replicate something i did with tables in css.
http://nikibrown.com/
I basically just have a table with 9 cells and a border around it with some spacing.
Im trying to do it in CSS but i cant figure out how to get the border to be tight around my images. help?
http://nikibrown.com/test/css/css.html
http://nikibrown.com/test/css/test.css
li.nav { display: inline; margin-right:2px; }
ul.nav { display:block; margin: 2px;
list-style-type: none;
}
#mainnav { margin:0px auto; border: #664623 8px solid;
}
Source: http://community.livejournal.com/webdesign/1239180.html
|