프로그램/css
-
CSS 이것 저것 모음프로그램/css 2024. 1. 23. 12:12
@#@#@@@@@@@@@@@@ 엑셀변환시 @#@#@#@@@@@@@@@@@@@@@@@ 액셀변환시 앞자리 숫자0의 짤림 방지(서식-텍스트) mso-number-format:"\@"; 이 행을 바꾸게 된다. 그걸 방지함 br {mso-data-placement:same-cell;} @#@#@@@@@@@@@@@@ 중복줄 한줄로 @#@#@#@@@@@@@@@@@@@@@@@ style="BORDER-COLLAPSE: collapse" word-spacing:5pt; ////////단어간 간격 조절 letter-spacing:7pt; ////////자간 조절 line-height:200%; /////////줄간격 조절 text-indent : 문단의 첫 줄이 들여쓰기 됩니다. (값은 들여쓰기 되는 길이) 절대적 단위 ..
-
가끔 까먹는거 모음...프로그램/css 2016. 9. 8. 18:15
style="BORDER-COLLAPSE: collapse" word-spacing:5pt; ////////단어간 간격 조절 letter-spacing:7pt; ////////자간 조절 line-height:200%; /////////줄간격 조절 text-indent : 문단의 첫 줄이 들여쓰기 됩니다. (값은 들여쓰기 되는 길이)절대적 단위 : cm, mm, in, pt, pc, px상대적 단위 : em, ex퍼센트(%) : 상위 객체에 비례하여 적용 됩니다. * 테이블 사이즈 고정tyle="table-layout:fixed;" * 자동 줄바꿈 style="word-break:break-all;" * 테이블 크기와 관계없이 늘어나게nowrap white-space: nowrap inherit말그대로 상..
-
가끔 까먹는 모음2프로그램/css 2016. 9. 8. 11:00
#############$$$$$$$$$$$$$$$$$@@@@@@@@@@@@@@@@@@@@@@@@@ 모바일에서 input focus시 라인없애기 input, textarea {outline:none;}혹은 input:focus, textarea:focus {outline:none;} input, textarea {outline-style:none}혹은 input:focus, textarea:focus{outline-style:none} #############$$$$$$$$$$$$$$$$$@@@@@@@@@@@@@@@@@@@@@@@@@ 모바일에서 스크롤바 표시 css3로 강제적용 #FoCont::-webkit-scrollbar { width:5px; height:5px;}#FoCont::-webkit-sc..