diff options
Diffstat (limited to 'files/pt-pt/web/css/width/index.html')
| -rw-r--r-- | files/pt-pt/web/css/width/index.html | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/files/pt-pt/web/css/width/index.html b/files/pt-pt/web/css/width/index.html deleted file mode 100644 index f865e76bed..0000000000 --- a/files/pt-pt/web/css/width/index.html +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: width -slug: Web/CSS/width -tags: - - Referencia_CSS -translation_of: Web/CSS/width ---- -<p>{{ CSSRef() }}</p> - -<h3 id="Resumo" name="Resumo">Resumo</h3> - -<p>A propriedade <code>width</code> é usada para configurar a largura dada a um elemento.</p> - -<ul> - <li>Valor inicial: auto</li> - <li>Aplica-se a: o nível do bloco e elementos substituídos</li> - <li>Herdado: não</li> - <li>Percentagens: refere-se à largura do bloco que o contém</li> - <li>Mídia: <a href="pt/CSS/Media/Visual">Visual</a></li> -</ul> - -<h3 id="Sintaxe" name="Sintaxe">Sintaxe</h3> - -<pre class="eval"> width: [ <length> || <percentage> ] auto | inherit -</pre> - -<h3 id="Valores" name="Valores">Valores</h3> - -<ul> - <li><strong>length</strong> : pode ser em px, cm, in, em</li> - <li><strong>percentage</strong> : % especificado como uma porcentagem da largura do elemento pai</li> - <li><strong>auto</strong> : o navegador calculará e selecionará uma largura para o elemento especificado.</li> -</ul> - -<h3 id="Exemplos" name="Exemplos">Exemplos</h3> - -<p><a href="/samples/cssref/width.html">View Live Examples</a></p> - -<pre>table{width: 100%;} - -img{width: 200px;} - -form{width: auto;} -</pre> - -<p><span class="comment">== Notas ==</span></p> - -<h3 id="Especifica.C3.A7.C3.B5es" name="Especifica.C3.A7.C3.B5es">Especificações</h3> - -<ul> - <li><a class="external" href="http://www.w3.org/TR/CSS1#width">CSS 1</a></li> - <li><a class="external" href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property">CSS 2.1</a></li> -</ul> - -<h3 id="Compatibilidade_com_navegadores" name="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h3> - -<table class="standard-table"> - <tbody> - <tr> - <th>Navegador</th> - <th>Versão mais antiga</th> - </tr> - <tr> - <td>Internet Explorer</td> - <td>4</td> - </tr> - <tr> - <td>Netscape</td> - <td>4</td> - </tr> - <tr> - <td>Opera</td> - <td>3.5</td> - </tr> - </tbody> -</table> - -<h3 id="Veja_tamb.C3.A9m" name="Veja_tamb.C3.A9m">Veja também</h3> - -<p><a href="pt/CSS/box_model">box model</a>, {{ Cssxref("height") }}, {{ Cssxref("-moz-box-sizing") }}</p> - -<p><span class="comment">Categorias</span></p> - -<p><span class="comment">Interwiki Language Links</span></p> - -<p>{{ languages( { "en": "en/CSS/width", "fr": "fr/CSS/width" } ) }}</p> |
