일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- 알고리즘
- jsr380
- 브로틀리
- 개미수열
- 리얼월드HTTP
- brotli
- Kotlin
- etag
- kotliln
- HTTP
- 지수반등
- 이렇게살아야되나자괴감이
- cross parameter
- 클래스레벨밸리데이션
- Spring
- jsr303
- 지뢰찾기
- 랜선아미안해
- 알게뭐냐
- LastModified
- 워드프레스
- i18n
- 코드스피츠
- cache-control
- 스프링
- Today
- Total
목록FrontEnd/HTML5 _CSS (16)
취미개발 블로그와 마음수양
stackoverflow.com/questions/35269947/css-align-one-item-right-with-flexbox
dropdownlist 도 셀렉트박스가 있어야 한다. 켄도보니까 새로 생기는 형태로 되어있네 흠. 드랍다운박스를 안쪽에서 그린 경우. 바깥쪽의 부모 보더를 어떻게 바꿀 것인가..?
예전에도 했었나..아무튼.. 결론 /* Change the color to your own background color */ input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s; -webkit-text-fill-color: #fff !important; } selleo.com/til/posts/xhgzlfgcql-a-way-to-make-autofilled-inputs-background-transparent A way to make autofilled inputs background t..
개발하다보면 이렇게 div 등을 보이게 하고 싶을 때가 있다. 테이블로 해도 되겠지만.div 로 할 경우 참고해볼만한.. https://stackoverflow.com/questions/2997767/how-do-i-keep-two-side-by-side-divs-the-same-height https://www.jakpsatweb.cz/css/css-vertical-center-solution.html
부트스트랩 기준 스크랩 모바일(xs) ~ 768 태블릿(sm) 768 ~ 992 PC(md) 992 이상부터 wide(lg) 1200 */ $screen-xs-min : 320px; $screen-xs-max : 767px; $screen-sm-min : 768px; $screen-sm-max : 991px; $screen-md-min : 992px; $screen-basic-max : 1365px; $screen-basic-min : 1366px;
zzzz
해결책 position은 고정된 크기에서, float은 가변크기에서 좋습니다.저라면 3-컬럼은 position을 사용하고 컬럼 안의 내용은 float을 사용해서 할 것 같네요.http://www.mofe.go.kr 이 그나마 비슷한 것 같고 position을 써서 구현했습니다. position은 높이가 고정이기 때문에 script로 보완을 했습니다.그리고 XHTML이 잘 구현이 되었다면 position에서 float, 또는 float에서 position으로 변경하는 것은 금방 할 수 있습니다. 여러시도를 해 보시고 최적의 방법을 찾아 보시는 것도 앞으로 도움이 많이 되실 것 같습니다.\출처 : http://cssdesign.kr/forum/viewtopic.php?id=537 문제점.. 사진
구글 웹폰트 깨지는 현상 고치기~ /* This is the default font face used for all browsers. */ @font-face { font-family: 'chunk-webfont'; src: url('../../includes/fonts/chunk-webfont.eot'); src: url('../../includes/fonts/chunk-webfont.eot?#iefix') format('eot'), url('../../includes/fonts/chunk-webfont.woff') format('woff'), url('../../includes/fonts/chunk-webfont.ttf') format('truetype'), url('../../includes/fon..