2008-06-01から1ヶ月間の記事一覧

背景画像の指定

CSS

↓のコードではFireFoxで背景画像が正しく表示されない。 <head> <title>******</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta> <style type="text/css"> <!-- body { background-image: url(image/Background.jpg); background-repeat: no-repeat; background-position: right bottom; } --> </style> </head>