★CSS3リファレンス

結果はどのようにランク付けされますか?
順位はどのように決まるのでしょうか?
2Ranking the results of your bets can be a complex task depending on your specific situation and goals. There are many different ways to rank betting results, and the choice of method often depends on what you want to achieve. The general approach for ranking betting results is as follows:
Read in-detail

私たちはカジノサイトを独自にレビューしています。当社のリンクを通じてサインアップすると、追加料金なしで当社に手数料が発生する場合があります。

border-bottom-right-radius …… 右下の角丸を指定する
Internet Explorer9
Google Chrome1(-webkit-)Google Chrome2(-webkit-)Google Chrome3Google Chrome4Google Chrome5Google Chrome6
Safari3(-webkit-)Safari4Safari5
広告



border-bottom-right-radiusプロパティは、ボックスの右下の角丸を指定する際に使用します。角丸の形状を指定する際には、水平方向と垂直方向の半径のセットで表します。指定するのは、ボーダーの外側の輪郭です。

角丸の楕円半径は、長さかパーセンテージで指定します。2つの値を記述しますが、1つ目の値は水平方向、2つ目の値は垂直方向の半径となります。2つ目の値が省略された場合には、1つ目と同じ値になります。

尚、border-radiusプロパティを使用すると、ボックスの4つのコーナーの角丸をまとめて指定することができます。

■値

長さ
楕円半径の長さを指定する(初期値は0)
パーセンテージ
ボーダーボックスの幅と高さに対する楕円半径のパーセンテージを指定する

■初期値・適用対象・値の継承

初期値
0
適用対象
すべての要素
値の継承
しない

■使用例

CSSソースは外部ファイル(sample.css)に記述

table.sample1 {
border:solid 10px blue;
border-bottom-right-radius: 1em;
}
table.sample1 td {
background-color:forestgreen;
border-bottom-right-radius: 0.5em;
}

p.sample2 {
width:280px; height:130px; background-color:#ccecf4;
border:solid 20px #7fcfe2;
border-bottom-right-radius: 100px 50px;
}

HTMLソース

<html>
<head>
<link rel=”stylesheet” href=”sample.css”
type=”text/css”>
</head>
<body>
<table class=”sample1″>
<tr><td>指定したプロパティ</td><td>border-bottom-right-radius</td></tr>
<tr><td>table要素に指定した値</td><td>1em</td></tr>
<tr><td>td要素に指定した値</td><td>0.5em</td></tr>
</table>
<p class=”sample2″>border-bottom-right-radius: 100px 50px; を指定</p>
</body>
</html>

↓↓↓

ブラウザ上の表示

指定したプロパティ border-bottom-right-radius
table要素に指定した値 1em
td要素に指定した値 0.5em

border-bottom-right-radius: 100px 50px; を指定

■ベンダープレフィックスを付けた場合の使用例

CSSソースは外部ファイル(sample.css)に記述

table.prefix_sample1 {
border:solid 10px blue;
-moz-border-bottom-right-radius: 1em;
-webkit-border-bottom-right-radius: 1em;
-o-border-bottom-right-radius: 1em;
-ms-border-bottom-right-radius: 1em;
}
table.prefix_sample1 td {
background-color:forestgreen;
-moz-border-bottom-right-radius: 0.5em;
-webkit-border-bottom-right-radius: 0.5em;
-o-border-bottom-right-radius: 0.5em;
-ms-border-bottom-right-radius: 0.5em;
}

p.prefix_sample2 {
width:280px; height:130px; background-color:#ccecf4;
border:solid 20px #7fcfe2;
-moz-border-bottom-right-radius: 100px 50px;
-webkit-border-bottom-right-radius: 100px 50px;
-o-border-bottom-right-radius: 100px 50px;
-ms-border-bottom-right-radius: 100px 50px;
}

HTMLソース

<html>
<head>
<link rel=”stylesheet” href=”sample.css”
type=”text/css”>
</head>
<body>
<table class=”prefix_sample1″>
<tr><td>指定したプロパティ</td><td>border-bottom-right-radius</td></tr>
<tr><td>table要素に指定した値</td><td>1em</td></tr>
<tr><td>td要素に指定した値</td><td>0.5em</td></tr>
</table>
<p class=”prefix_sample2″>border-bottom-right-radius: 100px 50px; を指定</p>
</body>
</html>

↓↓↓

ブラウザ上の表示

指定したプロパティ border-bottom-right-radius
table要素に指定した値 1em
td要素に指定した値 0.5em

border-bottom-right-radius: 100px 50px; を指定

広告



カジノファインダー

どのカジノが自分に最適か分からないですか?

Easily find your perfect casino in under a minute, no sign up necessary.