Ads By Google
右側のプラグインをもっと右端に寄せたいのですが、どうしたらできるのでしょうか…?
どこをいじったのか、タイトルと左側のプラグインは今のままで良いのですが、右側のプラグインを右端に寄せたいのです。Blog URLは
です。
2006-04-11 19:31の質問
この質問と回答を読んで役に立った場合は「役に立つ質問」に投票してください。投票が多い質問は、役に立つ質問一覧に掲載され、より多くの人に見てもらうことができます。
回答(1)
1.
2006-04-11 20:55:36

以下の部分をそれぞれ下記のように変更してみて下さい。
body{
margin:0;
padding:0;
color:#4b4a62;
font-family:arial ,sans-serif;
text-align:left;
background:url(http://image.blog.livedoor.jp/genomic_dna/imgs/3/d/3dcb985a.jpg?blog_id=1626960) no-repeat 50% 0 #04043a;
background-attachment:fixed;}
#container{
width:1000px;
margin:0 auto;
padding:0;
text-align:left;
word-break:break-all;
}
#blogcontainer{
width:100%;
text-align:right;
margin:0 auto;
}
#wrapper{
width:720px;
float:left;
text-align:left;
}
#content{
width:400px;
float:right;
text-align:left;
margin:0 auto;
}
#blog{
width:375px;
margin:0 auto;
text-align:left;
}
body{
margin:0;
padding:0;
color:#4b4a62;
font-family:arial ,sans-serif;
text-align:left;
background:url(http://image.blog.livedoor.jp/genomic_dna/imgs/3/d/3dcb985a.jpg?blog_id=1626960) no-repeat 50% 0 #04043a;
background-attachment:fixed;}
#container{
width:1000px;
margin:0 auto;
padding:0;
text-align:left;
word-break:break-all;
}
#blogcontainer{
width:100%;
text-align:right;
margin:0 auto;
}
#wrapper{
width:720px;
float:left;
text-align:left;
}
#content{
width:400px;
float:right;
text-align:left;
margin:0 auto;
}
#blog{
width:375px;
margin:0 auto;
text-align:left;
}
ばっちりですよ。バッチリ!!くろわっ様の登場を待っていましたし。今の壁紙を小さくして固定したのと、前のでっかい壁紙とどっちがいいですかね…?小さいほうが見やすいっちゃぁー見やすいですよね。
Ads By Google
コメント(1)
#1. くろわっ
2006-04-12 23:53:54
body{
margin:0;
padding:0;
color:#4b4a62;
font-family:arial ,sans-serif;
text-align:center;
background:url(http://image.blog.livedoor.jp/genomic_dna/imgs/3/d/3dcb985a.jpg?blog_id=1626960) no-repeat 50% 0 #04043a;
background-attachment:fixed;}
text-alignを、centerにしてください。
leftだと高解像度でブラウザのウインドウを大きくすると左によってしまいます。



