aboutsummaryrefslogtreecommitdiff
path: root/files/ca/web/css/_doublecolon_-ms-thumb/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ca/web/css/_doublecolon_-ms-thumb/index.html')
-rw-r--r--files/ca/web/css/_doublecolon_-ms-thumb/index.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/files/ca/web/css/_doublecolon_-ms-thumb/index.html b/files/ca/web/css/_doublecolon_-ms-thumb/index.html
new file mode 100644
index 0000000000..fb3bd8e4e5
--- /dev/null
+++ b/files/ca/web/css/_doublecolon_-ms-thumb/index.html
@@ -0,0 +1,41 @@
+---
+title: '::-ms-thumb'
+slug: 'Web/CSS/::-ms-thumb'
+tags:
+ - CSS
+ - NeedsBrowserCompatibility
+ - NeedsCompatTable
+ - NeedsExample
+ - NeedsMobileBrowserCompatibility
+ - Non-standard
+ - Pseudo-element
+ - Reference
+translation_of: 'Archive/Web/CSS/::-ms-thumb'
+---
+<div>{{CSSRef}}{{Non-standard_header}}</div>
+
+<p>El <a href="/en-US/docs/Web/CSS/Pseudo-elements">pseudo-element</a> <a href="https://developer.mozilla.org/en-US/docs/Web/CSS">CSS</a> <strong><code>::-ms-thumb</code></strong> representa el "polze" que l'usuari pot moure dins de la "ranura" d'un {{HTMLElement("input")}} de type="range" per modificar el seu valor numèric.</p>
+
+<h2 id="Especificacions">Especificacions</h2>
+
+<p><span id="result_box" lang="ca"><span>No forma</span> <span>part de cap</span> <span>especificació,</span> <span>encara que Microsoft</span> <span>té</span> una</span> <a href="https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh465780.aspx">descripció en MSDN</a>.</p>
+
+<h2 id="Vegeu_també">Vegeu també</h2>
+
+<ul>
+ <li>Els pseudo-elements utilitzats per l'IE / Edge per donar estil altres parts d'un rang d'entrada:
+ <ul>
+ <li>{{cssxref("::-ms-track")}}</li>
+ <li>{{cssxref("::-ms-fill-upper")}}</li>
+ <li>{{cssxref("::-ms-fill-lower")}}</li>
+ </ul>
+ </li>
+ <li><span id="result_box" lang="ca"><span>Pseudo</span><span>-</span><span>elements</span> <span>similars</span> <span>utilitzats per altres</span> <span>navegadors</span><span>:</span></span>
+ <ul>
+ <li>{{cssxref("::-webkit-slider-thumb")}}</li>
+ <li>{{cssxref("::-moz-range-thumb")}}</li>
+ </ul>
+ </li>
+ <li><a href="https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/">Trucs CSS: Estil de les entrades de rang compatible entre navegadors amb CSS.</a></li>
+ <li><a href="http://www.quirksmode.org/blog/archives/2015/11/styling_and_scr.html">QuirksMode: Controls lliscants disseny i scripts.</a></li>
+</ul>