[jQuery] 상품 상세이미지 더보기 접기펼치기 기능 구현 (코드O)
상품정보 더 보기 #detail{height: 500px;} #detail.hidden{height: 200px; overflow: hidden;} a#btnMore{margin: 30px auto; background-color:red; color:white;} .detailMore{position: relative;} .detailMore:before { content: ''; position: absolute; top: -125px; //맞게 조절 left: 0; display: block; width: 100%; height: 96px; background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0..
2024.01.02