CSS Code
01 | /* UI Object */ |
02 | /* Common */ |
03 | body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0} |
04 | body,input,textarea,select,button,table{font-family:'돋움',Dotum,AppleGothic,sans-serif;font-size:12px} |
05 | img,fieldset{border:0} |
06 | ul,ol{list-style:none} |
07 | em,address{font-style:normal} |
08 | a{text-decoration:none} |
09 | a:hover,a:active,a:focus{text-decoration:underline} |
10 |
11 | .ld_section{position:absolute;top:17px;left:17px;z-index:1000;width:33px;height:34px;margin:-17px 0 0-16px;background:url(http://static.naver.com/desk/ld_sq2.png) no-repeat 00;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.naver.com/desk/ld_sq2.png',sizingMethod='crop')} |
12 | .ld_section img{margin:8px} |
13 | /* //UI Object */ |
HTML Code
1 | <!-- UI Object --> |
2 | <div class="ld_section"> |
3 | <img src="http://static.naver.com/desk/ico_ld_cen.gif" width="17" height="17" alt="로딩중"> |
4 | </div> |
5 | <!-- //UI Object --> |
1581

被折叠的 条评论
为什么被折叠?



