익스8로 맹글고
파폭이랑 크롬 테스트 중인데...
걍 버릴까 ㅡ.ㅡ;;
overflow-x:visible; overflow-y:scroll;
요렇게 잡으면 가로는 탈출하고 세로는 스크롤 생겨야 하지 않나요?
익스에서는 생각한대로 잘 나오는데 파폭 크롬에서는 안되네요..
overflow-x:visible; 요거만 주면 가로세로 다 튀나오고
위에처럼 하면 둘다 스크롤이 생기네요..
css 고수님들 도움 좀 ㅜㅜ
댓글 10개
원래 w3c 표준규약이 그렇다네요.. -_-;
http://www.w3.org/TR/css3-box/#overflow-x
"The computed values of ‘overflow-x’ and ‘overflow-y’ are the same as their specified values, except that some combinations with ‘visible’ are not possible: if one is specified as ‘visible’ and the other is ‘scroll’ or ‘auto’, then ‘visible’ is set to ‘auto’."
짧은 해석: overflow-x 를 visible로 줘도, overflow-y를 scroll이나 auto로 줘 버리면, overflow-x가 auto로 바뀐다.
여러 조합을 보여주는 사이트: http://www.brunildo.org/test/Overflowxy2.html
일반적인 해결책은 없는 것 같고 http://stackoverflow.com/search?q=overflow-x%3Avisible
한가지 방법으로, div 등을 하나 더 넣어서 거기에 visible로 주셔야 할듯 하네요.
참고 링크: http://jsfiddle.net/3xv6A/9/
http://www.w3.org/TR/css3-box/#overflow-x
"The computed values of ‘overflow-x’ and ‘overflow-y’ are the same as their specified values, except that some combinations with ‘visible’ are not possible: if one is specified as ‘visible’ and the other is ‘scroll’ or ‘auto’, then ‘visible’ is set to ‘auto’."
짧은 해석: overflow-x 를 visible로 줘도, overflow-y를 scroll이나 auto로 줘 버리면, overflow-x가 auto로 바뀐다.
여러 조합을 보여주는 사이트: http://www.brunildo.org/test/Overflowxy2.html
일반적인 해결책은 없는 것 같고 http://stackoverflow.com/search?q=overflow-x%3Avisible
한가지 방법으로, div 등을 하나 더 넣어서 거기에 visible로 주셔야 할듯 하네요.
참고 링크: http://jsfiddle.net/3xv6A/9/
게시글 목록
| 번호 | 제목 |
|---|---|
| 1717629 | |
| 1717626 | |
| 1717625 | |
| 1717621 | |
| 1717619 | |
| 1717611 | |
| 1717610 | |
| 1717609 | |
| 1717607 | |
| 1717601 | |
| 1717598 | |
| 1717591 | |
| 1717590 | |
| 1717583 | |
| 1717575 | |
| 1717572 | |
| 1717568 | |
| 1717566 | |
| 1717549 | |
| 1717545 | |
| 1717533 | |
| 1717512 | |
| 1717511 | |
| 1717508 | |
| 1717495 | |
| 1717479 | |
| 1717473 | |
| 1717470 | |
| 1717463 | |
| 1717452 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기