셀렉트 박스 내용을 레이어로 표현

· 17년 전 · 2434

<HTML>
<HEAD>
    <TITLE>http://www.blueb.co.kr</TITLE>
<script>

//SELECT -> LAYER변환
function getSelectToLayer(obj,lwidth,href)
{
    if(navigator.userAgent.indexOf('Opera') != -1 || navigator.userAgent.indexOf('MSIE') == -1) { return false; }

    obj.style.display = 'none';
    var newsb = obj.id + "_sbj";
    var newid = obj.id + "_tmp";
    var newim = obj.id + "_img";
    var LayerTag = "";

    LayerTag += "<TABLE WIDTH='"+lwidth+"' CELLSPACING=0 CELLPADDING=0 STYLE='position:absolute;cursor:default;'>";
    LayerTag += "<TR HEIGHT=1><TD></TD></TR><TR><TD>";
    LayerTag += "<TABLE BGCOLOR='#FFFFFF' HEIGHT=15 WIDTH=100% CELLSPACING=1 CELLPADDING=0 STYLE='border:1 solid #C0C0C0;line-height:117%;' onmouseover=\"getSelectLayerOver(this,document.getElementById('"+newim+"'),document.getElementById('"+newid+"'));\" onmouseout=\"getSelectLayerOut(this,document.getElementById('"+newim+"'),document.getElementById('"+newid+"'));\">";
   
    LayerTag += "<TR WIDTH=100% onclick=\"getSelectSubLayer(document.getElementById('"+newid+"'),document.getElementById('"+newsb+"'));\">";
    LayerTag += "<TD ID='"+newsb+"' WIDTH=95% onblur='getSelectLayerBlur(this);'> " + obj.options[obj.selectedIndex].text + "</TD>";
    LayerTag += "<TD ALIGN=RIGHT><IMG ID='"+newim+"' SRC='http://www.blueb.co.kr/image/ico/dot_select.gif' ALIGN=absmiddle STYLE='filter:gray();'></TD></TR>";
   
    LayerTag += "</TABLE>";

    LayerTag += "<TABLE onblur='getSubLayerClose(this);' ID='"+newid+"' WIDTH=100% CELLSPACING=0 CELLPADDING=0 STYLE='display:none;border:1 solid #C0C0C0;' BGCOLOR='#FFFFFF'>";
    for (var i = 0 ; i < obj.length; i++)
    {
        LayerTag += "<TR onmouseover='getSelectMoveLayer(this);' onmouseout='getSelectMoveLayer1(this);' onclick=\"getSelectChangeLayer(document.getElementById('"+obj.id+"'),document.getElementById('"+newid+"'),document.getElementById('"+newsb+"'),'"+obj.options[i].text+"','"+obj.options[i].value+"','"+href+"');\" ";

        if (obj.value == obj.options[i].value)
        {
            LayerTag += "STYLE='background:#225588;color:#FFFFFF;'><TD> ";
        }
        else {
            LayerTag += "STYLE='background:#FFFFFF;color:#000000;'><TD> ";
        }

        LayerTag += obj.options[i].text;
        LayerTag += "</TD></TR>";
    }
    LayerTag += "</TABLE>";
    LayerTag += "</TD></TR></TABLE><IMG SRC='' WIDTH='"+lwidth+"' HEIGHT=0>";

    document.write(LayerTag);
}

//서브레이어보이기
function getSelectSubLayer(obj,sobj)
{
    if(obj.style.display == 'none')
    {
        sobj.style.background = '#FFFFFF';
        sobj.style.color = '#000000';   
        obj.style.display = 'block';
        NowSelectedLayer = obj;
        obj.focus();
    }
    else {
        sobj.style.background = '#225588';
        sobj.style.color = '#FFFFFF';
        obj.style.display = 'none';
    }
}

//서브레이어체크
function getSelectSubLayer1(obj)
{
    if(obj.style.display != 'none')
    {
        obj.style.display = 'none';
    }
}

//타이틀레이어 MouseOver
function getSelectLayerOver(obj,img,nobj)
{
    if (nobj.style.display == 'none')
    {
        obj.style.border = '1 solid #225588';
        img.style.filter = '';
    }
}

//타이틀레이어 MouseOut
function getSelectLayerOut(obj,img)
{
    obj.style.border = '1 solid #C0C0C0';
    img.style.filter = 'gray()';
}


//서브레이어 MouseOver
function getSelectMoveLayer(obj)
{
    if (obj.style.color == '#000000')
    {
        obj.style.background = '#225588';
        obj.style.color = '#FFFFFF';
    }
}
//서브레이어 MouseOut
function getSelectMoveLayer1(obj)
{
    obj.style.background = '#FFFFFF';
    obj.style.color = '#000000';
}

//새레이어선택
function getSelectChangeLayer(obj,fobj,sobj,text,value,href)
{
    if (href)
    {
        eval("document.DataForm." + href).value = value;
        location.href = getThisUrl();
        return false;
    }
    else {
        fobj.style.display = 'none';
        sobj.innerHTML = ' ' + text;
        sobj.style.background = '#225588';
        sobj.style.color = '#FFFFFF';
        sobj.focus();
        obj.value = value;
    }
}

//타이틀레이어 blur
function getSelectLayerBlur(obj)
{
    obj.style.background = '#FFFFFF';
    obj.style.color = '#000000';
}

//서브레이어 닫기
function getSubLayerClose(obj)
{
    if (obj.style.display != 'none')
    {
        setTimeout("document.getElementById('" + obj.id + "').style.display = 'none';" , 150);
    }
}


</script>
</HEAD>

<BODY>
<SELECT ID='search_where'>
<OPTION VALUE="ALL">전체에서</OPTION>
<OPTION VALUE="BB_SUBJECT">제목</OPTION>
<OPTION VALUE="BB_Source">Source</OPTION>
<OPTION VALUE="BB_CONTENT">본문</OPTION>
<script language=javascript>getSelectToLayer(document.getElementById('search_where'),80,''); //검색영역select->layer변환</script>

</SELECT>
</BODY>
</HTML>

[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
17년 전 조회 3,469
17년 전 조회 3,418
17년 전 조회 2,574
17년 전 조회 4,002
17년 전 조회 3,422
17년 전 조회 5,735
17년 전 조회 2,902
17년 전 조회 2,110
17년 전 조회 2,182
17년 전 조회 2,014
17년 전 조회 1,962
17년 전 조회 3,026
17년 전 조회 2,132
17년 전 조회 1,803
17년 전 조회 2,314
17년 전 조회 1,359
17년 전 조회 1,906
17년 전 조회 3,119
17년 전 조회 2,371
17년 전 조회 2,036
17년 전 조회 2,274
17년 전 조회 1,560
17년 전 조회 1,953
17년 전 조회 1,475
17년 전 조회 2,003
17년 전 조회 2,027
17년 전 조회 1,274
17년 전 조회 3,381
17년 전 조회 4,550
17년 전 조회 2,713
17년 전 조회 7,717
17년 전 조회 4,076
17년 전 조회 4,395
17년 전 조회 2,660
17년 전 조회 3,148
17년 전 조회 3,886
17년 전 조회 4,232
17년 전 조회 3,403
17년 전 조회 3,380
17년 전 조회 3,539
17년 전 조회 2,711
17년 전 조회 2,297
17년 전 조회 3,337
17년 전 조회 3,502
17년 전 조회 4,836
17년 전 조회 1,818
17년 전 조회 2,852
17년 전 조회 2,928
17년 전 조회 2,145
17년 전 조회 2,435
17년 전 조회 2,078
17년 전 조회 2,619
17년 전 조회 4,018
17년 전 조회 4,120
17년 전 조회 2,327
17년 전 조회 1,565
17년 전 조회 1,707
17년 전 조회 1,854
17년 전 조회 1,845
17년 전 조회 1,592
17년 전 조회 1,743
17년 전 조회 1,556
17년 전 조회 2,062
17년 전 조회 2,977
17년 전 조회 2,065
17년 전 조회 1,602
17년 전 조회 1,914
17년 전 조회 2,562
17년 전 조회 2,195
17년 전 조회 1,472
17년 전 조회 6,131
17년 전 조회 3,511
17년 전 조회 3,422
17년 전 조회 2,806
17년 전 조회 3,016
17년 전 조회 2,972
17년 전 조회 3,466
17년 전 조회 2,595
17년 전 조회 2,708
17년 전 조회 2,774
17년 전 조회 2,759
17년 전 조회 2,883
17년 전 조회 3,438
17년 전 조회 2,930
17년 전 조회 1,660
17년 전 조회 3,083
17년 전 조회 1,807
17년 전 조회 1,566
17년 전 조회 2,246
17년 전 조회 1,691
17년 전 조회 1,639
17년 전 조회 1,564
17년 전 조회 1,793
17년 전 조회 2,284
17년 전 조회 1,663
17년 전 조회 1,644
17년 전 조회 1,451
17년 전 조회 1,676
17년 전 조회 1,398
17년 전 조회 1,537