Re: How to make sure the admin bar is allways on top.
Thnx for your answer! I also figured out that it’s most likely to be the z-index. But now how to change it, because I can see it when I look at the webpage using Firebug(for Firefox). But it isn’t there in the stylesheet or the page itself…
When I look at the CSS in Firebug, I only see this:
element.style {
z-index:410;
}
But it doesn’t tell where I can find it.
Now I’m reading further on the internet, I saw this, saying that it has to do something with jquery: http://drupal.org/node/229348
Is there any way I can edit this? Why is it in the jquery javascript files?