WordPressにてエラスティックレイアウト

エラスティックレイアウト : WEBデザイン&AJAX

このWeb Siteを参考にデフォルトのwp-content\themes\EasyAll\style.cssをエラスティックレイアウトに変更。行間も少し広くした。変更箇所だけ下記に記す。コメントアウトしてあるところがオリジナル。要は760px→100%にして480pxがコンテンツの幅、200pxがサイドバーの幅になっているので、それを動的に変化させてやる。180pxならば200pxの90%なので90%に変更などなど。Firefoxだとそれなりに見えるようになって満足。

自分としては1400 x 1050, 1280 x 1024, 1024 x 768, 800 x 600のWindowサイズでそれなりに見えれば良いし、フォントの大きさも変えられると嬉しい。フォントの大きさに応じてコンテンツの幅が変わるのは見ていて楽しい。

ところがIEだとうまく表示されず。どこがおかしいのだろうか。どなたか教えてもらえるととても嬉しいのだが。とりあえず30分ぐらいでサクッとここまでで終了しておく。

Next:
del.icio.usのcssを見てみる
相対値が良さそうなものを絶対値より変更
時間があるときに簡単なレイアウトの構成の説明を入れる。
ヘッダーの画像を置換、ヘッダーの縦幅を短く
文字の色を黒に近くする

#rap {
min-width:40em;
max-width:80em;
background: #FFFFFF;
margin: 0 auto 0 auto;
/* width: 760px; */
text-align: left;
border: 1px solid #dcdcdc;
}

#header {
background: url(images/syoi.jpg);
width: 100%;
/* width: 760px; */
height: 160px;
margin: 0;
padding: 0;
text-align: left;
}

#content {
float:left;
width:65%;
margin:0 0 0 4%;
/* position: relative;
left: 30px;
float: left;
*/
padding: 0;
/* width: 480px; */
color: #666666;
}

#content h2 {
border-bottom: 1px solid #6F6F6F;
color: #5F707A;
font-size: 13px;
margin: 20px 0 5px 0;
padding: 0 0 3px 0;
text-align: right;
/* width: 480px; */
width: 100%;
}

#content div.post p, #content div.post li {
/* line-height: 130%; */
line-height: 180%;
}

#menu {
float:right;
width:25%;
margin:0 2% 0 0;
/* clear: right;
float: left;
position: relative;
top: 10px;
left: 70px;
margin: 0 0 10px 0;
width: 200px;
*/
}

#menu ul li p {
font-size: 13px;
/* width: 180px; */
width: 90%;
font-weight: bold;
}

#menu ul li h2 {
border-bottom: 1px solid;
/* width: 180px; */
width: 90%;
font-size: 15px;
font-weight: bold;
margin: 0;
padding: 0;
}

#menu ul li#winamp ul li {
/* width: 180px; */
width: 90%;
}

p.credit {
color: #FFFFFF;
background: #5F707A;
border-top: 1px solid #DFDFDF;
clear: both;
font-size: 12px;
margin: 0 auto 0 auto;
padding: 16px 0 17px 0;
text-align: center;
/* width: 760px; */
width: 100%;
}

#wp-calendar {
/* width: 155px; */
width: 90%;
}

.hl-surround{
-moz-border-radius: 5px;
background-color: #F9FBFC;
border: 1px solid #C3CED9;
padding: 8px;
margin-bottom: 5px;
/* width: 400px; */
width: 83%;
overflow: auto;
text-align: left;
}

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA