memo.xight.org

日々のメモ

PhpMyBorder - PHP で角が丸い枠を簡単に作るライブラリ

Sample

<?php
require_once 'phpMyBorder2.class.php';
$pmb = new PhpMyBorder();
echo $pmb->begin_round('260px', 'DDDDFF', '78AAFF');
?>

コンテンツの内容

<?php
echo $pmb->end_round();
?>


Screen shot

PhpMyBorderの利用例

Reference

PhpMyBorder - add round corners by CSS
http://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