4/30/2010

[MySpace のデザインを変更する:第二回] 内容部分の背景を変更する

★変更を記述するページ
ホーム > プロフィール変更 もしくは デザイン変更 > アーティスト詳細の「バイオグラフィー」の「編集」
Profile > Edit Profile or Customize Profile > Musician Detail > Musician Bio > Edit


★変更方法
<style>
body > table > tbody > tr > td {
background: 色や画像;
}
</style>


私はこのメインコンテンツ部分を黒の 70% で透けさせているので、下記のようになる。
body > table > tbody > tr > td {
background: rgba(0, 0, 0, .7);
}


★確認環境
Safari 5.0、Firefox 3.6.3、Chrome 5.0.375.70、Opera 10.53

★サンプル画面
WINGS OF FALLEN ANGEL on MySpace Music - Free Streaming MP3s, Pictures & Music Downloads

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.