[CSS] button 링크 효과 없애기

WEB/HTML & CSS 2015. 3. 9. 13:29

 버튼은 이미지와 달리 클릭시 이벤트를 주는 성격으로 링크시 걸리는 테두리 및 효과등에 차이가 있다.

 

outline:0;

 

글자 css

WEB/HTML & CSS 2015. 2. 23. 17:56
[css] 자간, 어간, 행간  간격조절
 
letter-spacing - [자간] 글자사이의 간격
[속성값] 0, 1, -1
[ex] letter-spacing { 0.05em; }
[ex] letter-spacing { 0.5px; }
 
word-spacing - [어간] 단어사이의 간격
[속성값] 0, 1, -1
[ex] word-spacing { -5px; }
 
line-height - [행간] 줄간격 조절 
[속성값] px, %, 배수값(1.0, 1.2, 1.5)
[ex] line-height { 12%; }


facebook 페이스북 플러그인 달기

WEB/HTML & CSS 2015. 2. 21. 20:29
https://developers.facebook.com/docs/plugins?locale=ko_KR

 

slide_ 유투브 재생정지 (iframe)

WEB/HTML & CSS 2015. 2. 16. 04:12

slide_ 유투브 재생정지 (iframe)

 

http://jsfiddle.net/jide/gxn1xgof/

유투브 썸네일 이미지 주소

WEB/HTML & CSS 2015. 2. 15. 12:00
http://stackoverflow.com/questions/2068344/how-do-i-get-a-youtube-video-thumbnail-from-the-youtube-api

 

멀티라인 말줄임

WEB/HTML & CSS 2015. 2. 11. 20:05

http://blog.mckwon.com/425

http://alwaystwenties.tistory.com/134

 

 

ul.circle {list-style-type: circle;}
ul.square {list-style-type: square;}
ol.upper-roman {list-style-type: upper-roman;}
ol.lower-alpha {list-style-type: lower-alpha;}

 

li{list-style: square inside;} 로 해결.

 

예제

http://www.w3schools.com/cssref/pr_list-style-type.asp

http://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_style_textoverflow

 

document.getElementById("myDIV").style.textOverflow = "ellipsis";

object.style.textOverflow="clip|ellipsis|string|initial|inherit"

 

 

[Reference] 관리자 페이지

WEB/HTML & CSS 2014. 11. 20. 15:11

http://themicon.co/theme/angle/v1.3/#/app/dashboard

마우스커서 cursor style

WEB/HTML & CSS 2014. 10. 29. 13:22

<p style="cursor:auto">Auto</p>
<p style="cursor:crosshair">Crosshair</p>
<p style="cursor:default">Default</p>
<p style="cursor:pointer">Pointer</p>
<p style="cursor:move">Move</p>
<p style="cursor:e-resize">e-resize</p>
<p style="cursor:ne-resize">ne-resize</p>
<p style="cursor:nw-resize">nw-resize</p>
<p style="cursor:n-resize">n-resize</p>
<p style="cursor:se-resize">se-resize</p>
<p style="cursor:sw-resize">sw-resize</p>
<p style="cursor:s-resize">s-resize</p>
<p style="cursor:w-resize">w-resize</p>
<p style="cursor:text">text</p>
<p style="cursor:wait">wait</p>
<p style="cursor:help">help</p>





Auto

Crosshair

Default

Pointer

Move

e-resize

ne-resize

nw-resize

n-resize

se-resize

sw-resize

s-resize

w-resize

text

wait

help

html5

WEB/HTML & CSS 2014. 10. 29. 13:19

TweenMax 를 비롯한 jquery를 이용한 효과들.


http://greensock.com/

[CSS] css discuss

WEB/HTML & CSS 2014. 9. 22. 14:43
http://css-discuss.incutio.com/wiki/Main_Page