NB it is only the sidebar links that cause the jumping – the post links in the main content section are fine. Here’s all my sidebar stuff:
#sidebar {
width:200px;
float:right;
padding:20px 0;
margin:0;
border-left-width:1px;
border-top-width:0px;
border-right-width:3px;
border-bottom-width:3px;
border-style:solid;
border-color:#DCDCDC;
border-top-color: #FFFFFF;
border-left-color: #DCDCDC;
}
#sidebar ul {
list-style-type: none;
padding: 0 0 1em 5px;
margin: 0;
}
#sidebar ul li {
margin: 0.5em 0 0 0;
padding: 0;
font-size: 0.9em;
}
#sidebar li a:link, #sidebar li a:visited {
color: #8a3207;
text-decoration: none;
}
#sidebar li a:hover {
color: #753206;
border-bottom: 1px solid #753206;
}