Closed GoogleCodeExporter closed 9 years ago
Hi there!
Replace your "statusbar/src/jixedbar-0.0.2.js" with the original one from
"http://code.google.com/p/jixedbar/downloads/list"
That should do the trick.
Or, open/edit "statusbar/src/jixedbar-0.0.2.js" and change back the selector to
"html", instead of "style":
----------code----------
$("style").css({"overflow" : "hidden", "height" : "100%"});
----------code----------
...should be...
----------code----------
$("html").css({"overflow" : "hidden", "height" : "100%"});
----------code----------
And while you're at it, try using version 0.0.3 (dev), found here:
http://code.google.com/p/jixedbar/issues/detail?id=6
It has fixes on scroll and window resize issue.
Thanks cheers!
Original comment by rawsw...@gmail.com
on 8 Jan 2010 at 4:39
...will be setting this as fixed.
As there are no more reply to this issue/problem.
Original comment by rawsw...@gmail.com
on 11 Jan 2010 at 4:11
Original issue reported on code.google.com by
igi_sma...@hotmail.com
on 8 Jan 2010 at 2:57