找回密码
 注-册

QQ登录

只需一步,快速开始

查看: 2378|回复: 0

[特效] div+css的登陆界面

[复制链接]
Leya 发表于 2009-9-15 13:02:07 | 显示全部楼层 |阅读模式
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  4. <title>登录(层效果)</title>
  5. <style type="text/css">
  6. <!--
  7. a.abai:link {color: #ffffff;text-decoration:none}
  8. a.abai:visited {color: #ffffff;text-decoration:none}
  9. a.abai:hover {color: #ffffff;text-decoration:none}
  10. a.abai:active {color: #ffffff;text-decoration:none}
  11. a{
  12. font-size:12px;
  13. font-family: Arial, Helvetica, sans-serif;
  14. }
  15. a.ahui:link {color: #7F7F7F;}
  16. a.ahui:visited {color: #7F7F7F;}
  17. a.ahui:hover {color: #000000;}
  18. a.ahui:active {color: #7F7F7F;}

  19. .blot { width:100%; height:850px; z-index:10; position:absolute; left:0px; top:0px; background-color:#000000; filter: Alpha(Opacity=60); text-align: center;}
  20. -->
  21. </style>
  22. </head>
  23. <SCRIPT type="text/javascript">
  24. function divShow(dd) {
  25.   if (dd.style.display=="none") {
  26.     dd.style.display="";
  27.   }else {
  28.     dd.style.display="none";
  29.   }
  30. }
  31. </SCRIPT>
  32. <body topmargin="0" leftmargin="0">
  33. <div align="center">
  34. <div align="center" style="z-index:5; width:600px;height:120px;">      
  35.   <div align="left" style=" width:600px; height:22px">
  36.    <span style=" text-align:center; vertical-align:middle; width:40px; height:22px;background-color:#6699FF;">
  37.    <a href="#" class="abai" onClick="divShow(content);divShow(login);" style="font-size:14px">登陆</a></span>
  38.   </div>
  39.   <table width="100%" id="login" border="0" height="400" style="display:none;position:relative;z-index:11;" cellspacing="0" cellpadding="0">
  40.      <tr>
  41.        <td>
  42.       <div align="center">
  43.         <table border="5" cellpadding="0" cellspacing="0" style=" border-color:#959595;background-color: #FFFFFF;margin:0 auto;" >
  44.           <tr>
  45.     <td><table width="100%" border="0" cellspacing="0" cellpadding="2" height="140">

  46.                       <tr bgcolor="#EBEBEB">
  47.                         <td colspan="2" height="30"><div align="left">&nbsp;<font style="color:#7F7F7F;font-size:12px;font-family: Arial, Helvetica, sans-serif;">Please Sign In</font> </div></td>
  48.                         <td colspan="2" align="right" valign="middle"><a href="#" class="ahui" onClick="divShow(content);divShow(login);">close</a>&nbsp;</td>
  49.                       </tr>
  50.                       <tr>
  51.                         <td width="28">&nbsp;</td>
  52.                         <td height="20"><div align="right">Username:</div></td>
  53.                         <td><div align="left">
  54.                             <input name="username" type="text"  style="width:150px; height:20px">
  55.                         </div></td>
  56.                         <td>&nbsp;</td>
  57.                       </tr>
  58.                       <tr>
  59.                         <td>&nbsp;</td>
  60.                         <td height="20"><div align="right">Password:</div></td>
  61.                         <td><div align="left">
  62.                             <input name="password" type="text"  style="width:150px;height:20px">
  63.                         </div></td>
  64.                         <td width="28">&nbsp;</td>
  65.                       </tr>
  66.                       <tr>
  67.                         <td width="28">&nbsp;</td>
  68.                         <td width="65">&nbsp;</td>
  69.                         <td width="150" valign="top"><div align="right">
  70.                             <input name="Login" type="submit" id="Login" style="width:80px" value="Login">
  71.                         </div></td>
  72.                         <td width="28" valign="top">&nbsp;</td>
  73.                       </tr></table></td></tr></table>
  74.       </div></td>
  75.       </tr>
  76.   </table>
  77. </div>
  78. </div>
  79. <div id="content" class="blot" style="display:none;"></div>
  80. </div>
  81. </body>
  82. </html>

复制代码
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注-册

本版积分规则

Archiver|手机版|小黑屋|DoDVip ( 桂ICP备14000730号 )

GMT+8, 2024-5-3 21:59 , Processed in 0.054019 second(s), 20 queries .

Powered by Discuz! X3.5

Copyright © 2001-2024 Tencent Cloud.

快速回复 返回顶部 返回列表