페이지위에 떠 있는 보드위젯입니다.
내려받은
notice.rar의 압축을 푸시고 widgets폴더 통째로 zbxe가 설치된 서버에 ftp로 올려주신후
최근문서위젯을 선택후
떠있는 보드스킨 을 선택하시고 설정을 마치시고 저장을 하시면 됩니다.
중요한 내용을 화면위에 띄울 수 있으니 사용하기에 따라 활용도가 있을 것 같군요.
(익스에서만 X종료 버턴이 작동을 합니다. 파폭에서는 보이긴 하는데 종료가 안 되는 군요)
아래에 있는 것 같이 떠다니게 할려고 해보니 스크립트가 작동을 안하네요.
실력의 한계를 절감 OTL
/zbxe/widgets/newest_document/skins/notice 안에 있는 list.html 를 편집기로 열어보면
|
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
<!--%import("js/normal.js")-->
<div id="Notice" style="position:absolute;left:440px;top:220px;filter:revealTrans(transition=23,duration=0.5) blendTrans(duration=0.5);z-index:5;"> // 떠있는 위치 좌표,(왼쪽에서 140 위에서 220이란 뜻) <table border="0" cellpadding="0" cellspacing="0" > <table border="0" cellpadding="0" cellspacing="0" > <tr> <td colspan="3"><img src="/images/_notice_title1_left.gif"><img src="/images/_notice_title1_center.gif"><a href="javascript:void(Hide(Notice))" onMouseOver="window.status=(':: 공지사항 판때기 닫기!! ::');return true;" onMouseOut="window.status=('');return true;"><img src="/images/_notice_title1_right.gif"></a></td></tr> <tr> <td width="300" rowspan="3" bgcolor="white"> <table align="center" width="300"> <tr bgcolor="#E3E3E3"> <td colspan="2" style="border-width:1; border-color:#416B93; border-style:double;"> // 보드 테두리색 <table border="0" cellpadding="3" align="center" width="100%" cellspacing="1" style="cursor:default"> <tr bgcolor="#416B93"> // 보드 바탕색
|