• ベストアンサー

画像の右下固定・透明度の変化

こんにちは 画像を背景に貼り付けたいのですが、 右下固定しつつ透明度を変化させるには具体的にどんなHTMLになるのでしょうか? 教えてください>< ついでにいうと、透明度は Opacity=75,Style=2 にしたいのですが…

質問者が選んだベストアンサー

  • ベストアンサー
  • auty
  • ベストアンサー率58% (284/486)
回答No.1

<head>部に <style type="text/css"> <!-- body { background-image: url(2.jpg); background-repeat: no-repeat; background-position: right bottom; filter: alpha(style=2,opacity=75); -moz-opacity:0.75; opacity:0.75; } --> </style> では。

関連するQ&A