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

  • UX가 뛰어난 UI 디자인 샘플들
  • 앱 디자인 영감을 얻기 위한 아이폰 앱들의 화면 캡쳐
  • jQuery 플러그인 - 크로스 도메인 ajax로 가져오기
  • react native - 설치된 자바 버전에 따른 오류
  • WIFI 신호 감도, 속도, AP기기 맥 어드레스 가져오기
  • jQuery-마우스 움직임을 이용, 좌표값 가져오기
  • react, vue - Uncaught SyntaxError: Unexpected token
  • Flat Web & UI Design 관련 자료 모음 (계속 업데이트)
  • 그림문자인 이모지(emoji) 웹에 사용하기
  • 정규식 화폐 단위 처리

comment

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