header - h1 elements above div using z-index -
i tried place h1 element above div element using css property z-index, it's not working!
here's html:
<div id="header"> <div id="headerblock"> </div> <h1>this header text</h1> </div>
the #headerblock has black surface including transparency. want h1 appearing above #headerblock. mentioned z-index property isn't working. have solution this? or @ least reason why it's not working?
thanks.
Comments
Post a Comment