I have an image that has z-index: -1 and then a div element on top of that image z-index:. The div tag has cursor: pointer, an onClick function and a onMouseOver function. When there is text in the div tag everything is okay, but once the text is removed, it is as if the div tag is not there. The cursor does not change to the pointer and the onClick and onMouseOver functions don't occur. Is there an attribute I could use similar to empty-cells: show; ?
Thanks.
Thanks.