컴터/Javascript / html
a 태그에 이미지 백그라운드로 나오게할때 ie만나오고 firefox등에선 안나올때
우렁씨
2009. 2. 11. 17:42
a {width:160px; height:30px; background:url(../img/top_logo.gif) no-repeat top left; display:block;}
<a href="/"></a>
display:block;
해주어야 한다. 이제야 알았다.. 혹여 다른방법 아시는 분 알려주삼..;;
<a href="/"></a>
display:block;
해주어야 한다. 이제야 알았다.. 혹여 다른방법 아시는 분 알려주삼..;;