I have an element with a <div>
overlaying it to display a grid. I wish to have the grid stay on top of this element, but have everything in the element still actionable and interactive (links, selecting text, etc).
How would I code this?
I have an element with a <div>
overlaying it to display a grid. I wish to have the grid stay on top of this element, but have everything in the element still actionable and interactive (links, selecting text, etc).
How would I code this?
Add pointer-events:none;
to the CSS
See this for an example http://jsfiddle.net/Zjq6H/