listBox左右移动_html/css_WEB-ITnose

WBOY
發布: 2016-06-24 11:48:25
原創
781 人瀏覽過

 1  <div style="width:200px; float:left;">  2     <table>  3     <tr>  4         <td  width="50%">  5         <asp:ListBox ID="ListBox2" runat="server" Height="128px" Width="148px"> 6             <asp:ListItem Value="张三"></asp:ListItem> 7             <asp:ListItem Value="李四"></asp:ListItem> 8             <asp:ListItem>王五</asp:ListItem> 9             </asp:ListBox>10         </td> 11         <td> 12             <asp:Button ID="Button2" runat="server" Text="《"></asp:Button>13             <asp:Button ID="Button1" runat="server" Text="<"></asp:Button>14             <asp:Button ID="Button3" runat="server" Text=">"></asp:Button>15             <asp:Button ID="Button4" runat="server" Text="》"></asp:Button>16         </td> 17         <td align="left" width="50%"> 18              <asp:ListBox ID="ListBox1" runat="server" Height="128px" Width="148px"></asp:ListBox>19         </td> 20     </tr> 21     </table> 22     </div> 
登入後複製

 今天用到listbox左右移动在网上找了一个

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!