Hi all,
I created this sample page with the bottom floating bar http://www.innovie.com/Untitled-3.html
The problem is that when I move the scroll bar on the right, the floating bottom bar is moving jerkily although it eventually is at bottom.
I tried to fix the jerky movement by either removing the background img for BODY or removing the overflow:auto for container-msg. It works but I need to have those on. What to do here please? Thanks
The code is here
<body style="background:#cfe1ed url(bg.jpg) repeat-x fixed;margin: 0;padding: 0;text-align: center;color: #404040;font-family: Tahoma, Geneva, sans-serif;font-size: 12px;">
<div id="container-msg" style="width: 900px;min-height: 500px;border: 0;overflow:auto;text-align: left;margin: 0 auto 0 auto;background:#FFF;">
<p>h</p>
<p>dfh</p>
<p>h</p>
<p>fg</p>
<p>hf</p>
<p>h</p>
<p>g</p>
<p>dfg</p>
<p>dfh</p>
<p>fg</p>
<p>hfg</p>
<p>h</p>
<p>fgh</p>
<p>fgh</p>
<p>gfh</p>
<p>fh</p>
<p>dg</p>
<p>h</p>
<p>dfh</p>
<p>h</p>
<p>fg</p>
<p>hf</p>
<p>h</p>
<p>g</p>
<p>dfg</p>
<p>dfh</p>
<p>fg</p>
<p>hfg</p>
<p>h</p>
<p>fgh</p>
<p>fgh</p>
<p>gfh</p>
<p>fh</p>
<p>dg</p>
<p>h</p>
<p>dfh</p>
<p>h</p>
<p>fg</p>
<p>hf</p>
<p>h</p>
<p>fghf</p>
<p>h</p>
</div>
<div id="music" style=" background:#CCC;display:block;position:fixed;height:35px;width:500px;bottom:0px;margin-left:auto;margin-right:auto;
">
</div>
</body>