본문 바로가기

Background3

CSS IMAGE[background] css_image CSS IMAGE[background] hello CSS 배경 관련 속성 속성 설명 속성값 background-color 배경색 색상명, RGB혼합비, 시스템 색 background-image 배경 이미지의 경로/파일 지정 none, url(“그림 파일명”) background-repeat 배경 이미지의 반복 여부 repeat, no-repeat, repeat-x, repeat-y background-attachment 배경 이미지의 스크롤 여부 fixed, scroll background-position 배경 이미지의 시작 위치 수치, %, top, center, bottom, left, right background 일괄 지정 속성값들을 순서에 상관없이 나열 .table1 { wid.. 2015. 4. 17.
JavaScript [Event, window.open]버튼 이벤트로 배경색을 제어해보자 index JavaScript [Event, window.open]버튼 이벤트로 배경색을 제어해보자 How to use Event 테스트는 링크된 원문이나 팝업창에서 해보자 load, unload 브라우저에서 문서를 읽을 때(닫을 때) 발생 focus, blur 윈도우,폼, 입력양식이 포커스를 받을 때 (잃을 때) keydown, keyup 키보드의 키를 눌렀을 때(놓았을 때) 발생 keupress 키보드의 키를 눌렀다 놓는 순간 발생 mousedown, mouseup 마우스의 버튼을 놓는 순간 발생 mousemove 마우스가 움직일 때 마다 발생 mouseover 마우스 커서를 링크 위에 올려 놓았을 때 발생 click,dclick 마우스를 클릭(더블 클릭)하는 순간 발생 change 입력양식의 값이 .. 2015. 4. 12.
<STYLE> body _background-image body { background-image:url(http://cfile247.uf.daum.net/image/157EBD4F5017BDCB06A7F8);background-attachment: fixed; background-repeat: repeat;background-position: bottom right; } table { background-color: transparent; } td { background-color: transparent; } body { background-image:url(http://cfile247.uf.daum.net/image/157EBD4F5017BDCB06A7F8);background-attachment: fixed; background-repeat: r.. 2013. 7. 26.