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!
Thanks in advance!
if you send it to me ill see whats wrong
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.
Check your theme's CSS file for the div that has the problem and see if there is a z-index assigned to it.
If it is a z-index problem, should I just get rid of that attribute or change it?
Turns out it was a z-index problem! Thanks for the help!
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.