このページに関してのお問い合わせはこちら
/* CSS・スタイルシート質問スレッド【18】 */
ツイート
873
:
昔の人
:
03/05/18 22:04 ID:???
>基本的にいえば<ul>にlist-style-image
>を指定することは、Strictじゃないわけで、
ハテ? CSS2の仕樣書に例が載ってゐましたが、あれは間違ひなのでしたか。
http://www.w3.org/TR/REC-CSS2/generate.html#lists
>The following example sets the marker at the beginning of each list
>item to be the image "ellipse.png".
>
>UL { list-style-image: url("
http://png.com/ellipse.png
") }