My logo image on the top left is supposed to stay put when you click through the menu but for some reason it keeps reloading with each click. It just started having this problem today when I made one minor tweak to the image and reloaded it. I’ve tried making the image smaller, and loading it as progressive and not progressive. Any idea what could be causing this? The website is emsquem.com.
Here’s the code
#logo{
overflow:hidden;
padding:242px 0 0 0;
background: url(http://emsquem.com/ndxz-studio/site/img/emsquem_logo2.jpg) no-repeat left top;
height:0px;
width:264px;
height:0px !important;
height /**/:242px;
display:block;
margin-left:-35px;
}
#logo:hover{
background-position:left -242px;
}