Hi people
Below are two examples, the two examples work in Firefox and Chrome,
but in IE (6,7,8) does not work the second example
1) GOOD SAMPLE
<select class="make">
<option>Choose..</option>
<option class="values"></option>
</select>
2) BAD SAMPLE
<br/>
<div>
<div>
<p>
<span>
<label>Marca:</label>
<select class="make">
<option>Choose..</option>
<option class="values"></option>
</select>
</span>
</p>
</div>
</div>
PURE can work with a template as the second example?
Here is a problem
http://friendpaste.com/4eDERmKHgWUhHBDTyQ3GxZ
regards