<html>
<head>
  <title>层在select变单上显示</title>
  <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
     <style type="text/css">
   <!--
   
   body {
    margin-left: 0px;
    margin-top: 0px;
   }
   -->
        </style>
</head>
<body>
<div style="left: 0px; position: absolute; top: 10px;width:200px">
<iframe src="about:blank" frameBorder=0 width="100%" scrolling=no></iframe>
<table border="0" cellspacing="1" cellpadding="10" width="100%" height="200px" bgcolor="#009933" style="position: absolute;left:0px;top: 0px;">
   <tbody>
   <tr>
  <td bgcolor="#FFFFFF" valign="top" style="font-size:12px;">
  <li>这样就可以层在SELECT上显示</li>
  <li>iframe是不可少的</li>
  <li>table要用到"position: absolute;"不然不好定位</li>
  </td>
   </tr></tbody></table>
</DIV>

    <select name="select">
      <option>111111111111111</option>
      <option>22222222222222222222222</option>
      <option>111111111111111</option>
      <option>22222222222222222222222</option>
      <option>111111111111111</option>
      <option>22222222222222222222222</option>
    </select>
    </BODY>
</HTML>
http://www.phpx.com/happy/viewthread.php?tid=124664
posted on 2007-04-10 18:42  mbskys  阅读(144)  评论(0)    收藏  举报