본문 바로가기

웹퍼블리셔4

[css] 마우스로 드래그했을 때 배경색, 글씨색 바꾸기 마우스로 글씨 드래그 했을 때 배경색, 글씨색 바꾸기 코드소스 HTML 삽입 미리보기할 수 없는 소스 알아야하는 css 속성 ::seclction 2023. 4. 7.
[jquery]rwdImageMaps.js-반응형 이미지 맵 플러그인 사이트 https://github.com/stowball/jQuery-rwdImageMaps GitHub - stowball/jQuery-rwdImageMaps: Responsive Image Maps jQuery Plugin Responsive Image Maps jQuery Plugin. Contribute to stowball/jQuery-rwdImageMaps development by creating an account on GitHub. github.com 사용법 $('img[usemap]').rwdImageMaps(); 파일 2023. 4. 5.
[jQuery]maphilight.js - map태그 마우스오버할 때 강조 효과 나타내는 플러그인 공식사이트 & 문서 https://projects.davidlynch.org/maphilight/docs/#maphilight jQuery maphilight documentation maphilight applies to images with a 'usemap' attribute, and outlines the areas defined in their map on mouseover. This would hilight every image with a map on the page: $('img[usemap]').maphilight() $.maphilight.defaults The defaults for all uses of maphil projects.davidlynch.org 데모 https://pro.. 2023. 4. 5.
[HTML&CSS]동영상 반응형으로 삽입하기 HTML CSS .iframe_wrap{ position: relative; height: 0; overflow: hidden; max-width: 100%; padding-bottom: 56.25%; /* 56.25% => 16:9 비율의 영상 75% => 4:3 비율의 영상 */ } .iframe_wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 2022. 9. 13.