Revision: 38047
Updated Code
at April 22, 2011 03:42 by rumremix
Updated Code
<style type="text/css"> .box581-outer { width:581px; background: url('images/box-581-mid.jpg') repeat-y; } .box581-inner { background: url('images/box-581-top.jpg') no-repeat; padding:41px 35px 16px 35px; } .box581-footer { background: url('images/box-581-bottom.jpg') no-repeat; height:54px; } .boxcol { float:left; } .box581-inner .boxcol { width:133px; padding:0 18px; } </style> <div class="box581-outer"><div class="box581-inner"> <div class="boxcol">left</div><div class="boxcol">center </div><div class="boxcol">right</div> <div class="clear"></div></div><!--/.box581-inner--><div class="box581-footer"></div><!--/.box581-footer--></div><!--/.box581-outer-->
Revision: 38046
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 23, 2010 06:07 by rumremix
Initial Code
<script type="text/html"> .box581-outer { width:581px; background: url('images/box-581-mid.jpg') repeat-y; } .box581-inner { background: url('images/box-581-top.jpg') no-repeat; padding:41px 35px 16px 35px; } .box581-footer { background: url('images/box-581-bottom.jpg') no-repeat; height:54px; } .boxcol { float:left; } .box581-inner .boxcol { width:133px; padding:0 18px; } </script> <div class="box581-outer"><div class="box581-inner"> <div class="boxcol">left</div><div class="boxcol">center </div><div class="boxcol">right</div> <div class="clear"></div></div><!--/.box581-inner--><div class="box581-footer"></div><!--/.box581-footer--></div><!--/.box581-outer-->
Initial URL
Initial Description
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.
Initial Title
simple graphic box code (3 col example)
Initial Tags
css, image, html
Initial Language
HTML