lab.naminsik
  • Javascript, jQuery
  • Reactjs
  • React Native
  • iOS
  • Android
  • AWS
  • Server
  • Html, CSS
  • Php
  • asp .net
  • SQL
  • Word Press
search
keywords
  • Html, CSS 2014‧02‧10

    반응형웹에서 이미지 높이 auto 값이 ie 8 이하에서 오류 대처

    img { width: inherit; /* Make images fill their parent's space. Solves IE8. */ max-width: 100%; /* Add !important if needed. */ height: auto; /* Add !important if needed. */ }  또는 img { max-width:100%; height: auto; } /* Enough everywhere except IE8. */ @media \0screen {img { width: auto }} /* Prevent height distortion […]

popular

  • 리눅스 디렉토리 용량 확인
  • 동영상 스트리밍 서비스 구축 (AWS s3/cloudFront, HLS, video.js)
  • 리눅스-root 권한 폴더나 파일 nobody로 변경
  • css - 크롬 position fixed 버그 해결 방법
  • 입력폼 Edit Text에 수정 안되게 하기
  • jQuery - 속성 또는 속성 값으로 선택자 지정하기
  • [회고] Github Actions가 갑자기 안된다. (Waiting for a runner to pick up this job…)
  • ul과 ol에 있는 li태그에서 들여쓰기 및 앞표시 없애기
  • jQuery-div 높이를 창의 100%로 조절할 때 (창 사이즈 유동 적응)
  • 포토샵 CS3가 실행중이면 ESC 키가 작동하지 않는 버그 고치기

comment

  • 감사합니다!
  • 감사합니다~
  • 잘 해결 되셨다니 다행입니다!...
  • 정말 감사합니다. 덕분에 해결했습니다!...
  • 유용한정보 대단히 감사합니다....