What is the syntax for doing something like:
input[name="Sex" AND value="M"]
Basically, I want to select the input element that has the attribute name="Sex" as well as the attribute value="M":
<input type="radio" name="…
Does anyone know how to resize the HTML5 video poster such that it fits the exact dimensions of the video itself?
here's a jsfiddle which shows the problem: http://jsfiddle.net/zPacg/7/
here's that code:
HTML:
<video controls width="100%" …