배경이미지를 라운딩하고 싶습니다. 정보
배경이미지를 라운딩하고 싶습니다.본문
아래는 라운딩하는 스크립트를 사용한 예입니다.
스크립트도 가볍고 잘됩니다.
----------------
<script type="text/javascript" src="<?=$latest_skin_path?>/round.js"></script>
<? echo "<td width='{$thumb_width}' height='{$thumb_height}' align='center' style='padding:0 1 1 0;'>";
echo "<a href='{$list[$i]['href']}' onfocus='this.blur()'><img src='$thumb' alt='{$list[$i][subject]}' style='border:0px solid #B1C0E4;' class='glossy iradius10'-바로 요부분입니다.></a>";
echo "</td>";
?>
-----------------
이런 식으로 그림을 라운딩해주는 스크립트인대요....
예는 http://iwoman.or.kr/say/bbs/group.php?gr_id=counsel
가운데 윗부분입니다.
---------------------
<script type="text/javascript" src="<?=$latest_skin_path?>/round.js"></script>
<table width='500' height='120' cellspacing='0' cellpadding='0' align='center' style='border:0px solid #273E72; background:url(<?=$path_thumb?>); background-repeat:no-repeat; background-position:center middle;" align='right'>
----------------------
여기서 배경이미지를 라운딩하고 싶습니다.
http://iwoman.or.kr/say/ 의 가운데 윗부분을 라운딩하고 싶은 것이지요.
<?=$path_thumb?> 이란 이미지를 라운딩해서 배경으로 넣고자 하는 것입니다.
class='glossy iradius10' 이부분을 어디에 어떻게 넣는지 감을 잡을 수가 없어요.
스크립트도 가볍고 잘됩니다.
----------------
<script type="text/javascript" src="<?=$latest_skin_path?>/round.js"></script>
<? echo "<td width='{$thumb_width}' height='{$thumb_height}' align='center' style='padding:0 1 1 0;'>";
echo "<a href='{$list[$i]['href']}' onfocus='this.blur()'><img src='$thumb' alt='{$list[$i][subject]}' style='border:0px solid #B1C0E4;' class='glossy iradius10'-바로 요부분입니다.></a>";
echo "</td>";
?>
-----------------
이런 식으로 그림을 라운딩해주는 스크립트인대요....
예는 http://iwoman.or.kr/say/bbs/group.php?gr_id=counsel
가운데 윗부분입니다.
---------------------
<script type="text/javascript" src="<?=$latest_skin_path?>/round.js"></script>
<table width='500' height='120' cellspacing='0' cellpadding='0' align='center' style='border:0px solid #273E72; background:url(<?=$path_thumb?>); background-repeat:no-repeat; background-position:center middle;" align='right'>
----------------------
여기서 배경이미지를 라운딩하고 싶습니다.
http://iwoman.or.kr/say/ 의 가운데 윗부분을 라운딩하고 싶은 것이지요.
<?=$path_thumb?> 이란 이미지를 라운딩해서 배경으로 넣고자 하는 것입니다.
class='glossy iradius10' 이부분을 어디에 어떻게 넣는지 감을 잡을 수가 없어요.
댓글 전체