Closed GoogleCodeExporter closed 9 years ago
Please look into your template's CSS. jixedbar has it's own CSS (/themes).
So probably there might be a conflict between your CSS and jixedbar theme.
Please also note that jixedbar modifies the "html" and "body" css on runtime:
-----code snippet from jixedbar-0.0.2.js-----
// set html and body style for jixedbar to work
$("html").css({"overflow" : "hidden", "height" : "100%"});
$("body").css({"margin": "0px", "overflow": "auto", "height": "100%"});
-----code snippet from jixedbar-0.0.2.js-----
Check your stylesheets (CSS) as that may cause the conflict also please check
your
.js path.
Original comment by rawsw...@gmail.com
on 19 Dec 2009 at 2:24
...will be setting this as "done".
As there are no more reply to this issue/problem.
Original comment by rawsw...@gmail.com
on 11 Jan 2010 at 4:07
Original issue reported on code.google.com by
osvaldo....@gmail.com
on 15 Dec 2009 at 11:57