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

Popular posts from this blog

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -