10월, 2016의 게시물 표시

[CSS3] 말줄임

- 한줄 text-overflow:ellipsis; white-space:nowrap; word-wrap:normal - 두줄 overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-wrap:break-word; line-height: 1.2em; height: 3.6em;

[Study] 2016

https://drive.google.com/file/d/0B2c8pftYgcM3RUNkS2Jrem1YYTA/view?usp=sharing 악악 https://bsk824.github.io/shin_test/sample/index.html#menu3_1

[유틸] 화면 캡쳐 프로그램

http://ngwin.com/kr https://drive.google.com/file/d/0B2c8pftYgcM3VWR3T1Q5dmVNbXc/view?usp=sharing

[jQuery] 흐르는 배너 만들기2

<style type="text/css"> *{margin:0;padding:0;} ul, li{list-style:none;} #recomPro{margin-bottom:40px;} #recomPro > div.inner{width:1400px;margin:0 auto;} #recomPro .slideWrap{position:relative;overflow:hidden;height:337px;margin-bottom:28px;} #recomPro .slideWrap p.bg{position:absolute;top:33px;width:179px;height:324px;background:url("./images/bg_tic_01.png") no-repeat 0 0;} #recomPro .slideWrap p.bg.side01{left:0px;} #recomPro .slideWrap p.bg.side02{right:-3px;background:url("./images/bg_tic_02.png") no-repeat 0 0;} #recomPro .slideWrap a.bxBtn{position:absolute;z-index:10;top:117px;margin:0;width:21px;height:39px;background:url("./images/btn_prev_01.png") no-repeat 0 0;text-indent:-9999px;} #recomPro .slideWrap a.bxBtn.bx-prev{left:179px;} #recomPro .slideWrap a.bxBtn.bx-next{left:auto;right:179px;background:url("./images/btn_next_01.png") no-repeat 0 0;} #recomPro .tickerSlide{position:absolute;top:0px;left:0px;o