본문 바로가기

반응형 table CSS (feat.w3schools) 겁나 쉬운 반응형 table www.w3schools.com/howto/tryit.asp?filename=tryhow_css_table_responsive Tryit Editor v3.6 table { border-collapse: collapse; border-spacing: 0; width: 100%; border: 1px solid #ddd; } th, td { text-align: left; padding: 8px; } tr:nth-child(even){background-color: #f2f2f2} Responsive Table If you have a table that is too wide, you can add a conta www.w3schools.com css는 아래가 전부 ㅡㅡ; 그리.. 더보기
엑셀 절삭함수 천단위 절사 함수, 만단위 절사 함수, 백만단위 절사 함수 엑셀을 사용하다 보면 금액을 천단위로 절사하거나, 만단위로 절사, 백만단위로 절사해서 사용하는 경우가 많이 있습니다. 절사한 금액은 천원 단위나 만원 단위로 표시하는 경우도 있고, 천원단위 및 만원 단위로 절사후 원단위로 표시하는 경우도 있습니다. 이처럼 천원단위나 만원단위, 백만원단위로 절사하는 방법에 대해 알아보겠습니다. 천단위 절사 함수(INT 함수) 만단위 이하 절사 함수, 엑셀에서 1000단위 이하 절삭 함수 위의 그림은 INT 함수를 사용해서 금액을 천원단위나 만원단위, 백만원단위로 절사한 예입니다. 2번 행부터 4번 행까지는 금액을 천원단위, 만원단위, 백만원단위로 절사해서 해당 단위로 보여주는 예이고, 5번 행부터 7번 행까지는 금.. 더보기
html 앵커 jquery 사용하여 부드럽게하기 보드라운게 최고 ㄷㄷㄷㄷㄷ 출처 : https://codepen.io/mattsince87/pen/exByn [html] S1. Info Section 2 Section 3 Section 4 1. Info I have written the Smooth Anchor Scrolling to improve the weight of your callbacks. I was using Twitter's Bootstrap 3.0 when i wrote this and i'm surprised they haven't yet built anything in. Alas! I have written a super lightweight smooth scroll plugin free for you all to use. I ha.. 더보기