Z-index not working
Permalink
I was having troubles getting z-index's to work, and then I noticed that these scripts were showing up in the body in Firebug when I'm logged into the site.
</div> <div id="ccm-page-controls-wrapper"> <script src="/index.php/tools/required/i18n_js" type="text/javascript"> <script src="/concrete/js/jquery.ui.js?v=f639831e35cfb829c3e0b6b7b09eac17" type="text/javascript"> <script src="/concrete/js/jquery.form.js?v=f639831e35cfb829c3e0b6b7b09eac17" type="text/javascript"> <script src="/concrete/js/jquery.rating.js?v=f639831e35cfb829c3e0b6b7b09eac17" type="text/javascript"> <script src="/concrete/js/bootstrap.js?v=f639831e35cfb829c3e0b6b7b09eac17" type="text/javascript"> <script src="/concrete/js/ccm.app.js?v=f639831e35cfb829c3e0b6b7b09eac17" type="text/javascript"> <script src="/concrete/js/tiny_mce/tiny_mce.js?v=f639831e35cfb829c3e0b6b7b09eac17" type="text/javascript"> <script src="/index.php/tools/required/page_controls_menu_js?cID=1&cvID=&btask=&ts=1362843313" type="text/javascript"> </body>
Those files are normal for when you are logged in in C5 and will have effect on Z-index of a div if you are developing a theme.
I am developing the theme, but is it normal that they show up in the body when inspected in Firebug? Shouldn't they be in the head? Any ideas on how to fix this?
Yup totally normal if you are logged in.
Attached is the Chrome version but you can clearly see the scripts in the body.
This will have no impact on and z-index issues you are having.
Hope that helps
Attached is the Chrome version but you can clearly see the scripts in the body.
This will have no impact on and z-index issues you are having.
Hope that helps
Thank you madeforspace, at least now I know that those scripts aren't my z-index problem.
Is your theme online or local?
If its online post us a link and tell us where your problem is.
You never know somebody may spot something.
If its online post us a link and tell us where your problem is.
You never know somebody may spot something.
It's online, but under an alias. It's a website I'm building at work. My bosses may not like me giving the address out until it goes live. Thank you for the suggestion though.
No problem, hope you fix your issue.