Sample
<?php
require_once 'phpMyBorder2.class.php';
$pmb = new PhpMyBorder();
echo $pmb->begin_round('260px', 'DDDDFF', '78AAFF');
?>
コンテンツの内容
<?php
echo $pmb->end_round();
?>
Screen shot
Reference
PhpMyBorder - add round corners by CSShttp://www.phpmyborder.com/
PhpMyBorder - Resouces and links to rounded corners, boxes and edges tutorials
http://www.phpmyborder.com/round_corners5.php
via
cl.pocari.org - 2005-12-19 - PHP で角丸枠 (CSS) を簡単に作る方法http://cl.pocari.org/2005-12-19-2.html