Div help

Permalink
I created my own template from scratch. One of my divs shows up as if it is able to be edited, but when I try to click on it, it will not bring up the edit box where I can select my block. Any help would be appreciated!

Thanks in advance!

hawkman4188
 
Mnkras replied on at Permalink Reply
Mnkras
if you send it to me ill see whats wrong
LucasAnderson replied on at Permalink Best Answer Reply
LucasAnderson
Sounds like a CSS issue with your themes CSS file overwriting concrete5's CSS. This is usually a z-index problem.

Check your theme's CSS file for the div that has the problem and see if there is a z-index assigned to it.
hawkman4188 replied on at Permalink Reply
hawkman4188
If it is a z-index problem, should I just get rid of that attribute or change it?
hawkman4188 replied on at Permalink Reply
hawkman4188
Turns out it was a z-index problem! Thanks for the help!
Tony replied on at Permalink Reply
Tony
hey, if you can post a link it really helps out people trying to figure out what's wrong. my guess is that you have some div overlapping your editable area or something. if you don't have it already, use firebug to inspect your elements.