AlreadyM / jscrollpane

Automatically exported from code.google.com/p/jscrollpane
0 stars 0 forks source link

jscrollpane display wrong with fixed postion div #222

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
development version. 
firefox 3.6
{{{

<div id="content" style="postion:fixed;top:100px;bottom:100px;width:100%;">
a long content.
</div>

${function(){
$('#content').jScrollPane();
})

}}}

Original issue reported on code.google.com by guil...@gmail.com on 3 Sep 2010 at 8:31

GoogleCodeExporter commented 9 years ago
Please try with the beta version of jScrollPane 2 (which will totally superseed 
the 1.x version when the last couple of issues are cleared up):

http://jscrollpane.kelvinluck.com/

If you are still having problems (and you may do as I haven't tested with 
position:fixed) then please use the google groups mailing list or github issues 
list (as described under "support" on the above site).

Original comment by kelvin.l...@gmail.com on 3 Sep 2010 at 8:39