I\'m not entirely sure how to go about researching this idea. I\'m sure it\'s been done, but I\'m having an issue articulating it for an effective Google search.
I h
You can use the user-select property to disable text highlighting on the <h1> and <span>
<h1>
<span>
h1, span { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
http://jsfiddle.net/C6KWy/