Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WinJSのSliderコントロール(入力[範囲])からツールチップを削除するにはどうすればよいですか?
::-ms-tooltip疑似要素を追加し、に設定display:しますnone;
::-ms-tooltip
display:
none;
http://msdn.microsoft.com/en-us/library/windows/apps/hh465805.aspx
input[type=range]::-ms-tooltip { display: none; }