Continuing the discussion from A better poll
feature:
You can disable selection in polls with this css:
.poll {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
There you go 
DOUBLE UNSELECTABLE!