Odd Wordpress/Chrome Behavior
Does anyone know why a Wordpress login screen would act like this? The top bar should be at the top of the browswer window, and it does position there in other browsers.The css that is being used:#backtoblog {
background-attachment: scroll;
background-color: #d9d9d9;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
border-bottom-color: #c6c6c6;
border-bottom-style: solid;
border-bottom-width: 1px;
height: 30px;
left: 0px;
position: absolute;
top: 0px;
width: 100%;
}
background-attachment: scroll;
background-color: #d9d9d9;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
border-bottom-color: #c6c6c6;
border-bottom-style: solid;
border-bottom-width: 1px;
height: 30px;
left: 0px;
position: absolute;
top: 0px;
width: 100%;
}

