rayantony / jixedbar

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

Help #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I tried to install it on my joomla website, but i cant get it to work.

Original issue reported on code.google.com by osvaldo....@gmail.com on 15 Dec 2009 at 11:57

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

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