html5 - Define type="color" in Safari -
i have html colorpicker defined in page. this:
<div id="colourselector" class="row"> <input id="backgroundcolor" name="backgroundcolor" size="6" maxlength="6" type="color" style="display: block;"> </div> this runs ok on firefox, chrome, ie,... except safari.
any options?
Comments
Post a Comment