MyBB Community Forums

Full Version: Login screen problem.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On my sites homepage when you click Log In or Create Account the log in screen will go behind by scroller.

How can this be fixed?

Have a look at it : http://www.artisticforums.com

Thanks
remove z-index in below code of global.css
div#header div#slide-holder {
    height: 299px;
    position: absolute;
    width: 993px;
    z-index: 40;
}
I can't find that code anywhere:/
^ :oops: it was in style.css ; however appears that you fixed it ...
Yeah I just went through all the CSS and deleted zindex.

Then deleted from Style.Css.

Thanks for the help<3