ホームページ >ウェブフロントエンド >htmlチュートリアル >フローティング広告のCSS記述方法を探しています box_html/css_WEB-ITnose
ページ上の特定の位置に固定でき、ページがスクロールしてもスクロールしないタイプです! ディスカッション(ソリューション)
またはjs
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>IE6 position:fixed</title><style type="text/css">* { margin:0; padding:0;}#content{ height:2000px; }#a{ position:fixed; bottom:0; right:0; width:200px; height:60px; background:#F00;}/*IE6 fixed bug*/* html{overflow:hidden;}* html body{height:100%;overflow:auto;}* html #a{position:absolute;right:18px;}</style></head><body><div id="content">IE6 position:fixed</div><div id="a">IE6 position:fixed</div></body></html>
$('test').style.top = 元の高さ + (document.documentElement.scrollTop || document.body.scrollTop) + 'px'
}学びました。 HTML コード
9b3b10fcd6530c1d1131b6ce967cfc61
93f0f5c25f18dab9d176bd4f6de5d30e
人気を高めてください~~~
1階、2階...
CSSを使うのはとても良いです。 。 。