Couple of ways to remove the DiggBar out of your way:
Put this code into the head tag of your site template:
<script type=”text/javascript”><!–
if (window != top){
top.location.replace(window.location);
}
// –></script>
If you are using WordPress, …
Read This Post