제가 모바일웹을 만드는데 페이지 로딩할때 링크를 걸어놓은 버튼이미지가 하얗게 하이라이트된채로 로딩되는경우가 있는데
아무리봐도 모르겠네요 ㅠ
css도 제대로 적용시켰는데.. 혹시 몰라 css도 첨부합니다 ㅠㅠ
.login_backbtn {
width: 52px;
height: 32px;
background-repeat: no-repeat;
line-height: 32px;
position: relative;
left: 5px;
top: 8px;
color: #FFF;
font-size: 12px;
text-align: center;
font-weight: bold;
background:url(../images/back_btn.png) left center no-repeat;
background-size: 52px;
font-family:"돋움";
font-weight:bold;
text-shadow:0px -1px #000;
z-index:10000;
}