类似于 http://www.digitalbeijing.gov.cn/mappage/default.asp?DivPage=1
它的右边的查询结果

解决方案 »

  1.   

    http://www.digitalbeijing.gov.cn/mappage/default.asp?DivPage=1 虽然也是从右往左
    他的代码太分散了,不知如何插入
      

  2.   

    <div ID="output" style="position: absolute;left:425px; top: 120px;; width: 310px; height: 362px;visibility:hidden;z-index: 11"> 
      <table width="250" border="0" cellspacing="0" cellpadding="0" style="filter:alpha(opacity=89)">
        <tbody> 
        <tr> 
          <td height="121" width="18" rowspan="2" valign="top"> <img alt='点击这里展开/收缩输出窗口' style='cursor:hand' src="images/kuang-01.gif" width="18" height="78" onClick="javascript:expand()"><img alt='点击这里展开/收缩输出窗口' style='cursor:hand' name="outputmoveimg" src="images/kuang-02-1.gif" width="18" height="32" onClick="javascript:expand()"> 
          </td>
          <td height="4" width="289" valign="top"><img src="images/output-top.gif" width="332" height="6"></td>
        </tr>
        <tr> 
          <td height="193" width="289"> 
            <table width="307" height="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td valign="top" height="355" width="6"><img src="images/output-bg.gif" width="6" height="170"></td>
                <td valign="bottom" height="355" width="295" background="images/output-bg.gif">
                  <table width="295" height="350" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
                    <tr> 
                      <td width="147" valign="top" height=""17><img src="images/qycx.gif" width="154" height="17"></td>
                      <td width="1" valign="top" rowspan="4"><img src="images/output-bg.gif" width="1" height="347"></td>
                      <td width="147" valign="top" height="17"><img src="images/wzms.gif" width="163" height="17"></td>
                    </tr>
                    <tr> 
                      <td width="147" valign="top" rowspan="3" height="333"><a href="http://www.go2map.com/product/mapinfo-product/TopProxy.asp?item=4&subItem=1" target="_blank"><img src="images/mapinfo145.gif" border=0 height=56 width=145></a>
                        <div id="layerOutput" style="width:153px; height:277px; z-index:11;overflow:auto"></div>
                      </td>
                      <td width="147" height="120" valign="top">
                        <div id="LayerLocationDesc" style="width:163px; height:120px; z-index:11;overflow:auto"></div>
                      </td>
                    </tr>
                    <tr> 
                      <td width="147" valign="top" height="17"><img src="images/czzb.gif" width="163" height="17"></td>
                    </tr>
                    <tr>
                      <td width="147" valign="top" height="196">
                        <div id="LayerWizde" style="position:relative;width:163px; height:196px; overflow=auto"></div>
                      </td>
                    </tr>
                  </table>
                </td>
                <td valign="top" height="355" width="6"><img src="images/output-bg.gif" width="8" height="170"></td>
              </tr>
            </table>
          </td>
        </tr>
        </tbody> 
      </table>
    </div>
    function expand(){
    if(expandState == 0){setPace("output",gap_Left, 120, 10); if(ie){document.outputmoveimg.src = outputimage.src}; expandState = 1;}
    else{setPace("output", cur_Left, 120, 10); if(ie){document.outputmoveimg.src = "images/kuang-02-1.gif"}; expandState = 0;}
    }它的js在
    http://www.digitalbeijing.gov.cn/mappage/images/expandmenu.js里