div태그에다가 링크좀 걸고 싶은데요. 정보
div태그에다가 링크좀 걸고 싶은데요.본문
우선 소스를 보여드리면
css
================
.board_top .box1 .club_new{ overflow:hidden;width:100%;height:25%; background:url(/img/board/club_new.png) no-repeat; }
==================
div 태그
===========
<div class='board_top'>
<div class='latest_group'>
<div class='box1'>
<div class='club_new'>
</div>
<div class='movi_new'>
<?=latest_cache2("bamgi-latest-movie-88", "party_movie", 1 , 18 ,"1|100|10" ); ?>
</div>
</div>
===================
<div class='club_new'>
</div>
여기에다가 링크를 걸고 싶습니다. 보시면 아시다싶이 css에 그림하나 넣었구요
그림 클릭하면 그 홈페이지에 이동할수 있게 하고싶은데요 잘 안되네요.
부탁드립니다.
css
================
.board_top .box1 .club_new{ overflow:hidden;width:100%;height:25%; background:url(/img/board/club_new.png) no-repeat; }
==================
div 태그
===========
<div class='board_top'>
<div class='latest_group'>
<div class='box1'>
<div class='club_new'>
</div>
<div class='movi_new'>
<?=latest_cache2("bamgi-latest-movie-88", "party_movie", 1 , 18 ,"1|100|10" ); ?>
</div>
</div>
===================
<div class='club_new'>
</div>
여기에다가 링크를 걸고 싶습니다. 보시면 아시다싶이 css에 그림하나 넣었구요
그림 클릭하면 그 홈페이지에 이동할수 있게 하고싶은데요 잘 안되네요.
부탁드립니다.
댓글 전체

<a href="http://www.sir.co.kr"><div class='club_new'></div> </a>
링크는 되는데 이런걸 말하시는건지......
링크는 되는데 이런걸 말하시는건지......