My HTML code includes a <div>Some text</div>
, and I am looking to ensure it is unclickable (allowing elements under the div to be selected instead), unselectable (preventing users from selecting text inside the div), while still being visible... is this achievable for IE6, IE7, IE8, and IE9?
Update
I simply want to display text on top of an image, with the image being the only element able to receive mouse events... so I need the text to display but not interfere with mouse events.