简单图形框代码(3列示例)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了简单图形框代码(3列示例)相关的知识,希望对你有一定的参考价值。

This is simple but saves time to copy-paste. This example has three columns (.boxcol) within the box. But the columns can be removed for single-column box.
  1. <style type="text/css">
  2.  
  3. .box581-outer {
  4. width:581px; background: url('images/box-581-mid.jpg') repeat-y;
  5. }
  6.  
  7. .box581-inner {
  8. background: url('images/box-581-top.jpg') no-repeat; padding:41px 35px 16px 35px;
  9. }
  10.  
  11. .box581-footer {
  12. background: url('images/box-581-bottom.jpg') no-repeat; height:54px;
  13. }
  14.  
  15.  
  16. .boxcol {
  17. float:left;
  18. }
  19.  
  20.  
  21. .box581-inner .boxcol {
  22. width:133px; padding:0 18px;
  23. }
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30. <div class="box581-outer"><div class="box581-inner">
  31. <div class="boxcol">left</div><div class="boxcol">center </div><div class="boxcol">right</div>
  32. <div class="clear"></div></div><!--/.box581-inner--><div class="box581-footer"></div><!--/.box581-footer--></div><!--/.box581-outer-->

以上是关于简单图形框代码(3列示例)的主要内容,如果未能解决你的问题,请参考以下文章

r语言 主成分分析 图上怎么加图形框起来

为啥这段代码会泄露? (简单的代码片段)

处理屏幕旋转上的片段重复(带有示例代码)

IOS开发-OC学习-常用功能代码片段整理

javascript 3d网页 简单的 可视化编辑 图形界面 搭建几何体 带导出物体 示例 ( three.js r114 初探 六)

本示例演示如何通过Struts2框架提供的标签,简单地实现级联下拉框