video
Jun 24th / Sunday / '07

#links ul {
list-style-type: none;
width: 400px;
}

#links li {
border: 1px dotted #999;
border-width: 1px 0;
margin: 5px 0;
}

#links li a {
color: #990000;
display: block;
padding: 5px;
text-decoration: none;
}

* html #links li a { /* make hover effect work in IE */
width: 400px;
}

#links li a:hover {
background: #ffffcc;
}

/* block hover effect for links etc */