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 -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -