KnowLedge(16)
-
상단메뉴만들기^^
메뉴1 메뉴2 메뉴3 서브1 서브2 서브3 서브4 서브1 서브2 서브3 서브4 서브1 서브2 서브3 서브4 메뉴1 메뉴2 메뉴3 서브1 서브2 서브3 서브4 서브1 서브2 서브3 서브4 서브1 서브2 서브3 서브4
2014.04.14 -
메뉴 페이지 인식 두번째 방법.
다시 쓰기 귀찮아서 그냥 제가 디자인해놓은거 코드 컨트롤 c v 했어요 ^^; 이런 스타일로 페이지 인식할때 저는 이코드를 사용했어요. SetMenuID 값만 잘보시면 됩니다. div에 삽입한 id 이름이랑 동일 하면 인식됩니다요~ /*CSS*/ #s_navi{float:left; width:1000px;} #s_top_menu{float:left; width:838px;} #s_top_menu_align{float:left;} #menu1{float:left; width:158px; padding-left:48px;} #menu2{float:left; width:158px; padding-left:48px;} #menu3{float:left; width:158px; padding-left:53px;} ..
2013.11.01 -
tweenmax
* {margin:0;padding:0} li {list-style:none} .mainImg {width: 100%;display: inline-block;height: 426px;padding: 130px 0 0;overflow: hidden} .main_image {position:relative;width: 450px;height:300px; overflow:hidden } .container {position:relative;width:450px;} .main_image ul {position:absolute;width:99999px;left:0} .main_image ul li {float:left;width:450px} .main_image ul li div {position:relative..
2013.11.01 -
모달팝업.
/*모달팝업 CSS */ #simplemodal-overlay {background-color:#000;} #modal_content{display:none;margin:0 auto; background-image:url("../img/popup.png"); background-repeat:repeat; width:559px;height:569px;color:#fff position:fixed; z-index:2;} #conten{float:left; width:559px;height:569px;} #modal_title{float:left; width:881px;} #close{float:left; width:85px;} #modal_conten{float:left; padding:0;} ddd close
2013.10.28 -
이미지로 페이지 인식 left menu
이미지 페이지 인식 left menu 저는 cate는 mainmenu, l_page는 submenu로 나눔 각 페이지마다 삽입해줘야됩니다.
2013.02.20 -
FLASH 이미지 깨끗하게 사용하는 방법
음....아시는 분은 아시겠지만 모르시는 분들을 위해.. 보통 플래시에서 일러스트로 제작된 벡터이미지도 많이 쓰시겠지만 포토샵에서 제작한 이미지(jpg, gif, png24 등등..)도 많이 쓰시는 걸로 압니다. 헌데..이 플래시란놈이 벡터이미지를 지향하기때문에(점이 아닌 선이기 때문에) 같은 벡터이미지는 좌표에 상관없이 오브젝트(이미지)가 이동되는 모션트윈이 일어나도 지글거림(이미지깨짐현상)이 없지만 비트맵이미지(jpg나 png)가 x,y좌표가 바뀌는 모션트윈이 생성되면(물론 고정상태에서는 그렇지 않습니다만) 이미지가 지글거 린다거나 계단현상이 일어나는 것을 보실 수 있으실 겁니다.(선이 아님 점이기 때문에) 왜냐하면 플래시에서는 소수점 단위(예: x좌표 0.1~0.9 이런식..)가 최소이기 때문에 그..
2013.02.13