ul {list-style:none; padding-left:0;}
블릿의 위치는 브라우져마다 조금씩 표현 방식이 틀리다. 다음과 같이 하면 브라우져마다 같은 형태를 보여준다.
ul {list-style-image: none;}
li {background: url(li_bull.guf) no-repeat 0 50%; padding-left: 17px;}