rayantony / jixedbar

Automatically exported from code.google.com/p/jixedbar
GNU General Public License v2.0
0 stars 0 forks source link

Not Staying Fixed #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hey,

So I finally got it to set up the footer nicely, there was a special place just 
for javascript to go in my 
templates file so I didn't know about that. 

But now the only problem is, that the footer won't stay fixed on the page, 
here's my test, tell me 
what you think the problem is ? 

http://www.blumiee.com/statusbar

Thanks

Original issue reported on code.google.com by igi_sma...@hotmail.com on 8 Jan 2010 at 2:57

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
...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