すべてのカテゴリ » インターネット・パソコン » その他

質問

終了

★5!!アメブロCSS改造についての質問です。
アイフレ(インラインフレーム)をヘッダーの中に表示したいので
top:-50pxなど-をつけてみましたが
上にいくごとにめりこんで消えてしまいます…
どうすればちゃんと表示されるでしょうか

並び替え:

素材屋風スキンの設定にしていますか?

素材屋風スキンのタグはこちら↓


/*★素材屋風スキン設定★*/
.skinFrame2{/*スキン画像*/
position:relative;
width:800px !important;/*横幅*/
height:400px;/*高さ*/
margin:auto;
margin-top:50px;/*最上部とのスキマ*/
background-image:url(画像のURL);
}
.skinMainArea{/*メインカラム*/
position:absolute;
top:100px;/*上から*/
left:300px;/*左から*/
width:350px !important;/*横幅*/
height:300px;/*高さ*/
overflow:auto;
overflow-x:hidden;
background-color:transparent;
}
.skinArticle{/*記事枠*/
background-color:transparent;
border:none;
}
.skinSubA{/*広告サイドバー*/
position:absolute;
top:100px;/*上から*/
left:800px;/*左から*/
width:300px !important;/*横幅*/
height:601px;/*高さ*/
overflow:auto;
background-color:transparent;
}
.skinSubB{
width:0 !important;
}
.skinContentsArea{
width:200px;
}
.pagingArea{/*ページナビ*/
width:99%;
margin:0px auto 0px auto;/*上 下のスキマ*/
}
/*★素材屋風スキン設定★*/

この回答の満足度
  

関連する質問・相談

Sooda!からのお知らせ

一覧を見る