タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

画像とHPに関するchihiro35のブックマーク (1)

  • 背景画像の位置を指定するには

    このページのように左端に背景の画像を並べます。 左端以外のサンプルはないです。 ←このページはこの画像を使用しています。 使いたい画像のURLを記入して下さい。ソースは<head>から</head>の間に記述 ■左端に並べる <style type="text/css"> <!-- body {background-image:url(画像のURLを記入); background-repeat:repeat-y; background-attachment:fixed} --> </style> <style type="text/css"> <!-- body {background-image:url(画像のURLを記入); background-repeat:repeat-y; background-position: right; background-attachment:fix

  • 1