2011년 7월 14일 목요일

폰트설치 디렉토리 /usr/share/fonts

간단한 화면고정 롤오버 TOP버튼 만들기

http://tannin.tistory.com/entry/%ED%8B%B0%EC%8A%A4%ED%86%A0%EB%A6%AC-%EA%B0%84%EB%8B%A8%ED%95%9C-%ED%99%94%EB%A9%B4%EA%B3%A0%EC%A0%95-%EB%A1%A4%EC%98%A4%EB%B2%84-TOP%EB%B2%84%ED%8A%BC-%EB%A7%8C%EB%93%A4%EA%B8%B0

그누보드 베이직빌더 좌측메뉴를 림스빌더에서 사용하기

베이직 빌더 좌측메뉴 include는 head_boad.php에서 49번째 줄에 있다
<? include_once("$g4[path]/include/leftmenu/leftmenu.php"); //왼쪽메뉴?>

우선 /include/leftmenu를 림스빌더로 옮긴다.

림스빌더 /_head/head.php에 다음 문장이 있을 것이다.
<?if($bd[bd_sub] && file_exists($g4[path]."/_sub/$bd[bd_sub]")) include_once($g4[path]."/_sub/$bd[bd_sub]");//좌측서브메뉴?><br />
이 문장이 없으면 leftmenu를 표시할 수 없다.

마지막으로 림스빌더관리에서 submenu를 설정 한다.

2011년 7월 12일 화요일

window xp sp2 searial key

http://www.serialportal.com/d.php

그누보드 타이틀 바꾸기

http://sir.co.kr/bbs/board.php?bo_table=g4_qa&wr_id=138000&sfl=&stx=&sst=wr_hit&sod=desc&sop=and&page=679

head.sub.php나 관리자 모드에 들어가서 바꿔도 된다.

css 폰트

http://mwultong.blogspot.com/2006/11/html-css-css-font.html

css 투명

http://beizix.egloos.com/2064958

http://murdering.tistory.com/105


html 영역
     <div class="games">
               <table bgcolor=#222 width=700 height=35>
                  <tr>
                     <td></td>
                  </tr>
               </table>
         <span>젠더 시스템<span>
      </div>

css 영역
.games {background:url(./img/grass.jpg); height:200px; width:700px}

.games table {position: absolute;  margin-top:165px; filter:alpha(opacity=20); opacity:0.3; -moz-opacity:0.3;}

.games span {position: absolute;  margin:170px 0 0 8px; font:bold 10pt '바탕'; color: white}

2011년 7월 7일 목요일