フィドル: http: //jsfiddle.net/EzuTT/
CSS
#bottomfadebar {
position:fixed;
z-index: 2;
bottom: 0px;
width:267px;
height:84px;
background-color:#666;
}
#content{
width:2000px;
background-color:#ccc;
}
HTML
<div id="content">
This is all of the data. Theres lots of it. so the user will have to scroll horizontally. the bottom bar should go out of view as you scroll further to the right because there's so much data. the bottom bar should only stay "fixed" to the bottom, not to the left hand corner.
</div>
<div id="bottomfadebar">
THIS SHOULD SCROLL HORIZONALLY AS THE PAGE DOES
</div>
最終的に、右にスクロールしてコンテンツdivをさらに表示すると、#bottomfadebardivは左下隅に留まり続けます。ボトムフェードバーDIVを画面の左側にスクロールできるようにする方法を見つけようとしていますが、現在のようにウィンドウの下部で修正しています。
- - - 編集!!!
わかりました。簡単に説明できると思ったので、ちょっと吹き飛ばしましたが、絶対的な要素が入ってくることに気づきました。実際には、中央に配置されたNAVdiv内にあるはずです。
「コンテナ」領域内の絶対左:0に固執する必要があります....指定する必要があります、お詫び申し上げます。それを行う方法がわからない。