공포의 시간이 돌아왔네요... 정보
공포의 시간이 돌아왔네요...
본문
익스8로 맹글고
파폭이랑 크롬 테스트 중인데...
걍 버릴까 ㅡ.ㅡ;;
overflow-x:visible; overflow-y:scroll;
요렇게 잡으면 가로는 탈출하고 세로는 스크롤 생겨야 하지 않나요?
익스에서는 생각한대로 잘 나오는데 파폭 크롬에서는 안되네요..
overflow-x:visible; 요거만 주면 가로세로 다 튀나오고
위에처럼 하면 둘다 스크롤이 생기네요..
css 고수님들 도움 좀 ㅜㅜ
추천
0
0
댓글 10개

근데 저게 모지?
어디다 쓰는건데?
어디다 쓰는건데?

영역 넘어가면 처리하는거요
다 아시믄서 모른척은 ;;
다 아시믄서 모른척은 ;;

이렇게 한번 해바
<div style="width:100px; height:50px; text-overflow:ellipsis; overflow-x:hidden; overflow-y:scroll; table-layout:fixed;">내용</div>
<div style="width:100px; height:50px; text-overflow:ellipsis; overflow-x:hidden; overflow-y:scroll; table-layout:fixed;">내용</div>

움.. 안되는거 같어용..
삽질 좀 해봐야될듯 ㅜㅜ
삽질 좀 해봐야될듯 ㅜㅜ

파폭 테스트 했는데 잘 되는데.
아우님 브라우저가 이상한듯.
아우님 브라우저가 이상한듯.

구조가 좀 달라서 그른가 전 익스에서만 되더라구요... ㅜㅜ

원래 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/

오옷.. 제가 찾던 내용이네요
근데 원래 안되는거군뇽... 꼼수로 해결할 수 밖에 없겠네요..
답변 감사합니당 ^^
근데 답은 알았는데 더 우울해지네요 ㅜㅜ
근데 원래 안되는거군뇽... 꼼수로 해결할 수 밖에 없겠네요..
답변 감사합니당 ^^
근데 답은 알았는데 더 우울해지네요 ㅜㅜ

^^;

우왕......
이런건 어디서 찾아내나요.....
이런건 어디서 찾아내나요.....