테스트 사이트 - 개발 중인 베타 버전입니다

링크를 누루면 페이지로 넘어갓을때 색상이 바뀌는 소스좀 알려주세요

강적아수라 8년 전 조회 6,390

그누보드 상단메뉴를 직접 수정중인데

 


 

이런식으로 링크를 클릭하면 페이지가 넘어가면서 색상이 자동으로 바뀌는것을 못하겠네요

 

용어도 모르는데 다른싸이트 보니 링크 클릭하면 뒤에 class="on" 뒤에 이런식으로 붙더라고요

 

어떻게 어디서 부터해야하는지 모르겠네요

 

<span style="font-family: Monaco; font-size: 11px; text-align: justify; color: rgb(0, 145, 147);"><</span><span style="font-family: Monaco; font-size: 11px; text-align: justify; color: rgb(78, 145, 146);">script</span><span style="font-family: Monaco; font-size: 11px; text-align: justify;"> </span><span style="font-family: Monaco; font-size: 11px; text-align: justify; color: rgb(147, 33, 146);">type</span><span style="font-family: Monaco; font-size: 11px; text-align: justify;">=</span><span style="background-color: rgb(255, 255, 255); color: rgb(57, 51, 255); font-family: Monaco; font-size: 11px; text-align: justify;">"text/javascript"</span><span style="font-family: Monaco; font-size: 11px; text-align: justify; color: rgb(0, 145, 147);">></span></p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(78, 144, 114);">//클릭된 메뉴를 기억하기 위한 전역변수</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco;"><span style="color: rgb(147, 26, 104);">var</span> _clickedMenu=<span style="color: rgb(57, 51, 255);">""</span>;</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; min-height: 15px;"> </p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(78, 144, 114);">//메뉴 클릭시 작동</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco;"><span style="color: rgb(147, 26, 104);">function</span> changeTextColor(clickedMenu) {</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(78, 144, 114);"><span style="color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space: pre;"> </span></span>//모든 메뉴를 검정색으로 변경</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco;"><span class="Apple-tab-span" style="white-space: pre;"> </span>document.getElementById(<span style="color: rgb(57, 51, 255);">"m_home"</span>).style.color=<span style="color: rgb(57, 51, 255);">"#000000"</span>;</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco;"><span class="Apple-tab-span" style="white-space: pre;"> </span>document.getElementById(<span style="color: rgb(57, 51, 255);">"m_about"</span>).style.color=<span style="color: rgb(57, 51, 255);">"#000000"</span>;</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco;"><span class="Apple-tab-span" style="white-space: pre;"> </span>document.getElementById(<span style="color: rgb(57, 51, 255);">"m_product"</span>).style.color=<span style="color: rgb(57, 51, 255);">"#000000"</span>;</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco;"><span class="Apple-tab-span" style="white-space: pre;"> </span>document.getElementById(<span style="color: rgb(57, 51, 255);">"m_gallery"</span>).style.color=<span style="color: rgb(57, 51, 255);">"#000000"</span>;</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco;"><span class="Apple-tab-span" style="white-space: pre;"> </span>document.getElementById(<span style="color: rgb(57, 51, 255);">"m_blog"</span>).style.color=<span style="color: rgb(57, 51, 255);">"#000000"</span>;</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco;"><span class="Apple-tab-span" style="white-space: pre;"> </span>document.getElementById(<span style="color: rgb(57, 51, 255);">"m_contact"</span>).style.color=<span style="color: rgb(57, 51, 255);">"#000000"</span>;</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(78, 144, 114);"><span style="color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space: pre;"> </span></span>//클릭한메뉴를 빨강으로 변경</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco;"><span class="Apple-tab-span" style="white-space: pre;"> </span>clickedMenu.style.color=<span style="color: rgb(57, 51, 255);">"#ff0000"</span>;</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(78, 144, 114);"><span style="color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space: pre;"> </span></span>//클릭한메뉴를 전역변수에 저장</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco;"><span class="Apple-tab-span" style="white-space: pre;"> </span>_clickedMenu=clickedMenu.text;</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco;">}</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(78, 144, 114);">//메뉴에 마우스 오버시 작동</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco;"><span style="color: rgb(147, 26, 104);">function</span> setOnColor(hoveredMenu) {</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(78, 144, 114);"><span style="color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space: pre;"> </span></span>//폰트색을 빨강으로 변경</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco;"><span class="Apple-tab-span" style="white-space: pre;"> </span>hoveredMenu.style.color=<span style="color: rgb(57, 51, 255);">"#ff0000"</span>;</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco;">}</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(78, 144, 114);">//메뉴에 마우스 아웃시 작동</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco;"><span style="color: rgb(147, 26, 104);">function</span> setOutColor(outedMenu) {</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(78, 144, 114);"><span style="color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space: pre;"> </span></span>//마우스 아웃한 메뉴가 클릭한 메뉴라면 함수를 바로 빠져나온다.</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco;"><span class="Apple-tab-span" style="white-space: pre;"> </span><span style="color: rgb(147, 26, 104);">if</span>(outedMenu.text==_clickedMenu) <span style="color: rgb(147, 26, 104);">return</span> <span style="color: rgb(147, 26, 104);">false</span>;</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(78, 144, 114);"><span style="color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space: pre;"> </span></span>//색깔을 검정으로 변경</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco;"><span class="Apple-tab-span" style="white-space: pre;"> </span>outedMenu.style.color=<span style="color: rgb(57, 51, 255);">"#000000"</span>;</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco;">}</p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(78, 145, 146);"><span style="color: rgb(0, 145, 147);"></</span>script<span style="color: rgb(0, 145, 147);">></span></p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(78, 145, 146);"><span style="color: rgb(0, 145, 147);"></</span>head<span style="color: rgb(0, 145, 147);">></span></p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(78, 145, 146);"><span style="color: rgb(0, 145, 147);"><</span>body<span style="color: rgb(0, 145, 147);">></span></p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(57, 51, 255);"><span style="color: rgb(0, 145, 147);"><</span><span style="color: rgb(78, 145, 146);">div</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">class</span><span style="color: rgb(0, 0, 0);">=</span>"menu_frame"<span style="color: rgb(0, 145, 147);">></span></p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(57, 51, 255);"><span style="color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="color: rgb(0, 145, 147);"><</span><span style="color: rgb(78, 145, 146);">div</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">class</span><span style="color: rgb(0, 0, 0);">=</span>"menu_group"<span style="color: rgb(0, 145, 147);">></span></p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(57, 51, 255);"><span style="color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space: pre;">  </span></span><span style="color: rgb(0, 145, 147);"><</span><span style="color: rgb(78, 145, 146);">a</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">href</span><span style="color: rgb(0, 0, 0);">=</span>"home.html"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">target</span><span style="color: rgb(0, 0, 0);">=</span>"frame1"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">id</span><span style="color: rgb(0, 0, 0);">=</span>"m_home"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">onclick</span><span style="color: rgb(0, 0, 0);">=</span>"changeTextColor(this);"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">onmouseover</span><span style="color: rgb(0, 0, 0);">=</span>"setOnColor(this);"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">onmouseout</span><span style="color: rgb(0, 0, 0);">=</span>"setOutColor(this);"<span style="color: rgb(0, 145, 147);">></span><span style="color: rgb(0, 0, 0);">HOME</span><span style="color: rgb(0, 145, 147);"></</span><span style="color: rgb(78, 145, 146);">a</span><span style="color: rgb(0, 145, 147);">></span></p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(57, 51, 255);"><span style="color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space: pre;">  </span></span><span style="color: rgb(0, 145, 147);"><</span><span style="color: rgb(78, 145, 146);">a</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">href</span><span style="color: rgb(0, 0, 0);">=</span>"about.html"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">target</span><span style="color: rgb(0, 0, 0);">=</span>"frame1"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">id</span><span style="color: rgb(0, 0, 0);">=</span>"m_about"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">onclick</span><span style="color: rgb(0, 0, 0);">=</span>"changeTextColor(this);"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">onmouseover</span><span style="color: rgb(0, 0, 0);">=</span>"setOnColor(this);"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">onmouseout</span><span style="color: rgb(0, 0, 0);">=</span>"setOutColor(this);"<span style="color: rgb(0, 145, 147);">></span><span style="color: rgb(0, 0, 0);">ABOUT</span><span style="color: rgb(0, 145, 147);"></</span><span style="color: rgb(78, 145, 146);">a</span><span style="color: rgb(0, 145, 147);">></span></p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(57, 51, 255);"><span style="color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space: pre;">  </span></span><span style="color: rgb(0, 145, 147);"><</span><span style="color: rgb(78, 145, 146);">a</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">href</span><span style="color: rgb(0, 0, 0);">=</span>"home.html"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">target</span><span style="color: rgb(0, 0, 0);">=</span>"frame1"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">id</span><span style="color: rgb(0, 0, 0);">=</span>"m_product"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">onclick</span><span style="color: rgb(0, 0, 0);">=</span>"changeTextColor(this);"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">onmouseover</span><span style="color: rgb(0, 0, 0);">=</span>"setOnColor(this);"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">onmouseout</span><span style="color: rgb(0, 0, 0);">=</span>"setOutColor(this);"<span style="color: rgb(0, 145, 147);">></span><span style="color: rgb(0, 0, 0);">PRODUCT</span><span style="color: rgb(0, 145, 147);"></</span><span style="color: rgb(78, 145, 146);">a</span><span style="color: rgb(0, 145, 147);">></span></p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(57, 51, 255);"><span style="color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space: pre;">  </span></span><span style="color: rgb(0, 145, 147);"><</span><span style="color: rgb(78, 145, 146);">a</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">href</span><span style="color: rgb(0, 0, 0);">=</span>"home.html"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">target</span><span style="color: rgb(0, 0, 0);">=</span>"frame1"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">id</span><span style="color: rgb(0, 0, 0);">=</span>"m_gallery"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">onclick</span><span style="color: rgb(0, 0, 0);">=</span>"changeTextColor(this);"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">onmouseover</span><span style="color: rgb(0, 0, 0);">=</span>"setOnColor(this);"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">onmouseout</span><span style="color: rgb(0, 0, 0);">=</span>"setOutColor(this);"<span style="color: rgb(0, 145, 147);">></span><span style="color: rgb(0, 0, 0);">GALLERY</span><span style="color: rgb(0, 145, 147);"></</span><span style="color: rgb(78, 145, 146);">a</span><span style="color: rgb(0, 145, 147);">></span></p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(57, 51, 255);"><span style="color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space: pre;">  </span></span><span style="color: rgb(0, 145, 147);"><</span><span style="color: rgb(78, 145, 146);">a</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">href</span><span style="color: rgb(0, 0, 0);">=</span>"home.html"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">target</span><span style="color: rgb(0, 0, 0);">=</span>"frame1"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">id</span><span style="color: rgb(0, 0, 0);">=</span>"m_blog"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">onclick</span><span style="color: rgb(0, 0, 0);">=</span>"changeTextColor(this);"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">onmouseover</span><span style="color: rgb(0, 0, 0);">=</span>"setOnColor(this);"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">onmouseout</span><span style="color: rgb(0, 0, 0);">=</span>"setOutColor(this);"<span style="color: rgb(0, 145, 147);">></span><span style="color: rgb(0, 0, 0);">BLOG</span><span style="color: rgb(0, 145, 147);"></</span><span style="color: rgb(78, 145, 146);">a</span><span style="color: rgb(0, 145, 147);">></span></p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(57, 51, 255);"><span style="color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space: pre;">  </span></span><span style="color: rgb(0, 145, 147);"><</span><span style="color: rgb(78, 145, 146);">a</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">href</span><span style="color: rgb(0, 0, 0);">=</span>"home.html"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">target</span><span style="color: rgb(0, 0, 0);">=</span>"frame1"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">id</span><span style="color: rgb(0, 0, 0);">=</span>"m_contact"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">onclick</span><span style="color: rgb(0, 0, 0);">=</span>"changeTextColor(this);"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">onmouseover</span><span style="color: rgb(0, 0, 0);">=</span>"setOnColor(this);"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">onmouseout</span><span style="color: rgb(0, 0, 0);">=</span>"setOutColor(this);"<span style="color: rgb(0, 145, 147);">></span><span style="color: rgb(0, 0, 0);">CONTACT</span><span style="color: rgb(0, 145, 147);"></</span><span style="color: rgb(78, 145, 146);">a</span><span style="color: rgb(0, 145, 147);">></span></p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(78, 145, 146);"><span style="color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="color: rgb(0, 145, 147);"></</span>div<span style="color: rgb(0, 145, 147);">></span></p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(78, 145, 146);"><span style="color: rgb(0, 145, 147);"></</span>div<span style="color: rgb(0, 145, 147);">></span></p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(57, 51, 255);"><span style="color: rgb(0, 145, 147);"><</span><span style="color: rgb(78, 145, 146);">div</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">class</span><span style="color: rgb(0, 0, 0);">=</span>"contents"<span style="color: rgb(0, 145, 147);">></span></p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(57, 51, 255);"><span style="color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space: pre;"> </span></span><span style="color: rgb(0, 145, 147);"><</span><span style="color: rgb(78, 145, 146);">iframe</span><span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">width</span><span style="color: rgb(0, 0, 0);">=</span>"1024"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">height</span><span style="color: rgb(0, 0, 0);">=</span>"768"<span style="color: rgb(0, 0, 0);"> </span><span style="color: rgb(147, 33, 146);">name</span><span style="color: rgb(0, 0, 0);">=</span>"frame1"<span style="color: rgb(0, 145, 147);">></</span><span style="color: rgb(78, 145, 146);">iframe</span><span style="color: rgb(0, 145, 147);">></span></p><p style="line-height: normal; text-align: justify; background-color: rgb(255, 255, 255); font-size: 11px; font-family: Monaco; color: rgb(78, 145, 146);"><span style="color: rgb(0, 145, 147);"></</span>div<span style="color: rgb(0, 145, 147);">></span><strong style="color: rgb(127, 127, 127); font-family: 돋움, Dotum, sans-serif; font-size: 12px;">


 

그나마 하나 찾았는데 마지막에 프레임이 문제인가

어떻게 연결해야하는지도 모르겠네요..


고수분들 소스좀 만들어주시거나 좋은 예제가 있으면 알려주십세요 꾸벅~

[출처] http://blog.naver.com/gojinha/140201933885" target="_blank" style="text-decoration-line: none;">자바스크립트 onmouseover, onmouseout, onclick 이용한 메뉴 클릭 구현|작성자 http://blog.naver.com/gojinha" target="_blank" style="text-decoration-line: none;">빵군

 

댓글을 작성하려면 로그인이 필요합니다.

답변 2개

그누보드5 기본형에는 현재위치를 나타내는 소스가 포함되어 있지 않습니다.

http://webdir.tistory.com/452">http://webdir.tistory.com/452 에 적어둔 팁이 있는데 참고가 되실지 모르겠네요. 

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

DMano
8년 전

해당 파라미터 또는 해당 URL 로 검사해서 만드는 프로세스를 구축해야 합니다.

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

강적아수라
8년 전
어디서 어떻게 해야하는지... 완전 초보라서요

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인