Ask your own question, for FREE!
Computer Science 18 Online
OpenStudy (anonymous):

Ok I really am getting pissed off because I have been trying everything to get my top banner or header on my web page to be fixed position in CSS and it works the only catch is it is behind everything. I have been working for too long on this so I just need an answer for fixing this problem

OpenStudy (anonymous):

You can try adding a css value for z-index. The higher the value, the closer the element will be to the user. This is used to put some elements on top of others. http://reference.sitepoint.com/css/z-index

OpenStudy (jagatuba):

Agreed. Use a high z-index value. It really only needs to be higher than your highest z-index value, but it can be as high as you want. I will. often give something a z-index of 100 or more if I know that I always want it on top. This allows me to layer other elements beneath it if I need to.

OpenStudy (anonymous):

Thank you i was 2 days away from due date for a huge project and i thought i did something wrong for the entire script but really it was just a one line fix

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!