MyBB Community Forums

Full Version: Fixed Panel not working in Chrome
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi, I am working on my site, http://blackcanvas.net/ and my header panel is in a fixed position and scrolls down the page.

it works fine in EVERY browser - except Chrome. In chrome the panel is behind the images.

Can anyone advise how I can fix this for Chrome?
Get rid of the #newpanel div surrounding .relpan. And then set .relpan's position to fixed.

Worked for me.
Ahhh, I cant right click! Oh I can press F12 Undecided
Edit #newpannel and add z-index: 1;
Tested in Chrome and works.
Add the following css to the element:

z-index: 99999999999999;
position: fixed;
Yea, sorry about the right click crap. The uploaders are paranoid. I TOLD em it is just annoying etc etc etc but they still wanted it - but I will try the suggestions in order.

Thanks guys.
Off topic but how did you do the "right click crap"?
Ok, adding the Z-index worked on the main page, but not here

http://blackcanvas.net/Forum-Abstract-Art-Gallery
Change to z-index: 100;
Worked for me on that page.
100... ok.

YAY - it works. Cool.