重ねFont
<font>タグにstyleを設定した例。
5個のFontを絶対配置(position:absolute)を使って重ねる。fontサイズは位置関係を計算しやすいようにpx単位を使用。
★
■
◇
◎
33
<font>タグにstyleを設定した例。
5個のFontを絶対配置(position:absolute)を使って重ねる。fontサイズは位置関係を計算しやすいようにpx単位を使用。
Sample Source......................................................................>>>
<div>
<font style="position:absolute;top:60;left:60;color:green;font:160px">★</font>
<font style="position:absolute;top:90;left:90;color:white;font:100px">■</font>
<font style="position:absolute;top:100;left:100;color:blue;font:80px">◇</font>
<font style="position:absolute;top:120;left:120;color:gray;font:40px">◎</font>
<font style="position:absolute;top:110;left:110;color:red;font:60px">33</font>
</div>
end(最終更新:12/11/16)