4/30/2010

[MySpace のデザインを変更する:第一回] 背景画像を設定する

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


★変更方法
<style>
body {
background: url(背景画像の URL);
}
</style>


これだけでは実際の内容部分の外しか変わらないので、内容部分を透けさせて背景画像を見せたい場合は以下を併せて記述する。枠線が邪魔に見えることもあるので、一緒に枠線を消しておく。
table, tr, td {
background: none; background-color: transparent; border: none;
}
table table table, table tr {
background: none; background-color: transparent; border: none;
}


★確認環境
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.