ul li {
border: 1px dotted #333;
}'
or
.yourclass {
border: 1px dotted #333;
}`
Two sites that use this:
http://amiepowell.com
http://joshuaisaac.com any
JoshuaIsaac,
Not to thread hijack but if you happen to know the person behind amiepowell.com you might want to take a look at what itlooks like in ie6. The big images are causing the sidebar to drop in ie6
Thank you Joshua Isaac. I’m not exactly sure where in the stylesheet that goes, though. Here?
.secondary ul li, .secondary ol li {
margin: 0;
padding: 1px 0;
}
.leftbar ul li, .leftbar ol li {
margin: 0;
padding: 1px 0;
Yes, like so…
.secondary ul li, .secondary ol li {
margin: 0;
padding: 1px 0;
border: 1px dotted #333;
}
Assuming that the .secondary class is that which the border should surround.