Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 이클립스
- SSL
- 오라클
- exception
- 톰캣
- 스크립트
- 호환성
- 날짜
- html
- Oracle
- RADIO
- 전자정부 표준프레임워크
- 웹 플랫폼 설치 관리자
- DB
- 문자열
- java
- @RequestBody
- json
- MYSQL
- switch
- HTML5
- jquery
- null
- maven
- checbox
- php
- 한글
- 네이버스마트 에디터
- spring form tag
- JSTL
Archives
- Today
- Total
개인적인 정리
[css]이미지 리사이징, 화면(영역)보다 이미지가 클 때 본문
<style type="text/css">
.post-view-content p img {
max-width: 100% ;
width: expression(this.width > 800 ? 800: true) ;
height: auto ;
}
</style>
원하는 화면보다 이미지가 넘치는 경우 사용
'HTML & CSS' 카테고리의 다른 글
ie에서 display:inline-block이 먹지 않을 때 (0) | 2017.03.14 |
---|---|
브라우저내에서 화면캡쳐 html2canvas (0) | 2017.02.13 |
Uncaught DOMException: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported. (0) | 2017.02.13 |
툴팁 css (0) | 2016.12.19 |
미디어 쿼리 기본 분기 (0) | 2016.12.05 |
레이어 팝업 (0) | 2016.11.23 |
input type="submit" (0) | 2016.11.11 |
HTML Escape Characters: Complete List (0) | 2016.11.11 |
Comments