ul li img 이미지 정렬좀 어떻게 안될까요 ㅠㅠ
휘들램
ul li img 이미지 정렬좀 어떻게 안될까요 ㅠㅠ이미지가 계속 이상하게 잡히네요.상위 css에서 꼬여서 그런걸까요...
!doctype htmlhtmlhead title테스트/title meta http-equiv=Content-Type content=text/html; charset=utf-8/ link rel=stylesheet href=http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.css / script src=http://code.jquery.com/jquery-1.5.min.js/script script src=http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.js/script style ul li img { vertical-align:bottom; } /style/headbody!-- -- div id=home data-role=page data-theme=a div id=homeheader data-role=header data-theme=a h1테스트 List/h1 /div div data-role=content ul data-role=listview data-inset=true data-theme=c data-dividertheme=b lia href=p.html- 홍길동/a img src=http://sstatic.naver.net/search/academic/btn_pdf.gif border=0 //li lia href=p.html- 홍길동/a/li /ul /div
/body/html