系统城装机大师 - 固镇县祥瑞电脑科技销售部宣传站!

当前位置:首页 > 网络编程 > CSS/HTML > 详细页面

学习小实例--滚动条的简单实现

时间:2020-02-04来源:电脑系统城作者:电脑系统城

效果:

代码:


 
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>huanhangtiao</title>
  6. <style>
  7. a{
  8. width:17px;
  9. height:20px;
  10. font:12px/20px "宋体";
  11. border:1px solid #e0e1e2;
  12. display:inline-block;
  13. text-align:center;
  14. color: #2052a3;
  15. }
  16. .shang{
  17. width:64px;
  18. }
  19. a:hover,.active{
  20. background-color:#1f3a87;
  21. color:#fff;
  22. }
  23. </style>
  24. </head>
  25.  
  26. <body>
  27. <div class="">
  28. <a class="shang">上一页</a>
  29. <a>1</a>
  30. <a>2</a>
  31. <a class="active">3</a>
  32. <a>4</a>
  33. <a>5</a>
  34. <a>6</a>
  35. <a>7</a>
  36. <a>8</a>
  37. <a>9</a>
  38. <a class="shang">下一页</a>
  39. </div>
  40.  
  41. </body>
  42. </html>

以上就是小编为大家带来的学习小实例--滚动条的简单实现全部内容了,希望大家多多支持我们~

分享到:

相关信息

系统教程栏目

栏目热门教程

人气教程排行

站长推荐

热门系统下载