Added new area to my default.php

Permalink
hello, I added a new area in my default.php.
in edit mode i see the placement of it, but it does not highlite when i hover over it to select it.

i added the following
<div id="headerContent">
 <?php
  $a = new Area('myHeader');
  $a->display($c);
 ?>
</div>

wizardontherun
 
RobertJNL replied on at Permalink Reply
RobertJNL
The code you pasted here seems correct, maybe some part of your css is blocking it? Are you working with z-index properties?