diff options
Diffstat (limited to 'files/fr/web/api/window/screenx/index.html')
-rw-r--r-- | files/fr/web/api/window/screenx/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/window/screenx/index.html b/files/fr/web/api/window/screenx/index.html index cc762ade3b..2ff4f0dc7b 100644 --- a/files/fr/web/api/window/screenx/index.html +++ b/files/fr/web/api/window/screenx/index.html @@ -12,7 +12,7 @@ translation_of: Web/API/Window/screenX <p>La propriété <code><strong>Window.screenX</strong></code> retourne la distance honrizontale, in CSS pixels, of the left border of the user's browser from the left side of the screen.</p> -<h2 id="Syntax" name="Syntax">Syntax</h2> +<h2 id="Syntax">Syntax</h2> <pre class="syntaxbox"><em>lLoc</em> = window.screenX </pre> @@ -21,9 +21,9 @@ translation_of: Web/API/Window/screenX <li><em><code>lLoc</code></em> is the number of CSS pixels from the left side the screen.</li> </ul> -<h2 id="Specifications" name="Specifications">Specifications</h2> +<h2 id="Specifications">Specifications</h2> -<table class="standard-table" style="height: 49px; width: 1000px;"> +<table class="standard-table"> <thead> <tr> <th scope="col">Specification</th> |