본문 바로가기

반응형

tip

(29)
파폭 버튼 패딩 초기화 파폭버튼의 css로 조절안되는 padding을 초기화 시켜줍니다. ::-moz-foucs-inner{padding:0;border:0} 출처:http://www.webpeace.net/content.jsp?posttype=99&pageNum=1&num=95&userid=rewindme&type=list
마우스 오버 메뉴 딜레이 팁 $("#nav > li a").hover( // this is called on when the mouse enters a link function (e) { // this is a variable that contains a HTML DOM object. This makes $this a jQuery object // pointing to the same DOM element $this = $(this) // this animates the padding-left to 24px in 300 milliseconds $this.stop().animate({ // these are the CSS properties to animate to // there are no dashes. padding-left b..
css 팁 2차 출처 하코사 나나님: http://cafe.naver.com/hacosa.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=19081&social=1 구굴 웹사이트 서핑 중 좋은 정보 인듯 해서 공유 차원에서 글을 적습니다. CSS 관련 해서 참고 하시고 많은 도움 받았으면 합니다. 1.Use Reset.css ff, ie 등 브라우져가 처리 하는 방법이 다릅니다. 동일하게 재설정 할 필요가 있습니다. 프레임워크가 사용하는 몇몇 reset.css 안내 야후 reset CSs : http://developer.yahoo.com/yui/reset/ Eric Meyer’s CSS Reset : http://meyerweb.com/eric/thoughts/2007/05/01/..
font "돋움" // 한글로 씀 dotum //영어 따옴표 없다
cross browser word-break 설정 출처:http://blog.naver.com/ribido74?Redirect=Log&logNo=30056975127 이 많은 자료를 찾았으나 오페라는 결국 해결되지 않았다. 오페라는 자바스크립트를 이용해 브라우저를 확인하고 아래의 "​​"를 이용해 처리했다. css로 적용되는 건 IE에서 word-break:break-all, FF에서 word-wrap: break-word;이 적용된다. 참고로 td 태그에서는 암 것도 안 먹는다. 암튼 아래 3가지를 적용해서 해결해야 한다. 올린 파일은 이를 적용해서 막 코딩 한 것이다. 오해 없길 ... ^^;; * FF억지춘향 줄바꿈 출처 : http://bbs.freecount.net/bbs/bbs.php?m=view&bid=study_4&id=210&page=1..

반응형