<ul>
<li class="box1" onmouseover="this.className='box1on';" onmouseout="this.className='box1';">
<div class="mid">
<div class="btm">
<a href="#">치즈맛x2개</a>
</div>
</div>
</li>
</ul>
해당 클래스명이 바뀌었을때, CSS를 처리하여 유동적인 라운드 박스 처리를 할 수 있다.
해당 클래스명이 바뀌었을때, CSS를 처리하여 유동적인 라운드 박스 처리를 할 수 있다.
'이것저것' 카테고리의 다른 글
불러오는 iframe에서 background-color 지정하기 (0) | 2012.03.23 |
---|---|
아이폰접근성 VoiceOver 테스트 후기 (0) | 2012.02.27 |
IE6,7 에서 CSS3를 이용한 border-radius, gradient (0) | 2011.12.20 |
FireFox 부가기능 (0) | 2011.11.25 |
IE6 PNG배경 및 이미지 처리하기 (0) | 2011.04.11 |