ID 276715 Banca ESAF Órgão CVM Ano 2010 Provas ESAF - 2010 - CVM - Analista de Sistemas - prova 2 Disciplina Programação Assuntos CSS (Cascading Style Sheets) Com relação a fundos de página Web em CSS Alternativas backstation-color define cor de estações de trabalho de fundo. formground-color define a cor da forma de um elemento. background-attachment pode ter os valores start e finish. background-attachment pode ter os valores scroll e fixed. background-position pode ter os valores scroll e fixed. Responder Comentários Background-color pode ter os seguintes parametros:- fixed- scroll- inehrit Lista dos possíveis valores para background-attachment: Property Values Value Description scroll The background image scrolls with the rest of the page. This is default fixed The background image is fixed inherit Specifies that the setting of the background-attachment property should be inherited from the parent element Fonte: http://www.w3schools.com/cssref/pr_background-attachment.asp Essas são as propriedades background:background-color:código hexadecimal: #FFFFFFcódigo rgb: rgb(255,235,0)nome da cor: red, blue, green...etctransparente: transparentbackground-image:URL: url(caminho/imagem.gif)background-repeat:não repete: no-repeatrepete vertical e horizontal: repeatrepete vertical: repeat-yrepete horizontal: repeat-xbackground-attachment:imagem fixa na tela: fixedimagem "rola" com a tela: scrollbackground-position:x-pos y-posx-% y-%top lefttop centertop rightcenter leftcenter centercenter rightbottom leftbottom centerbottom right Para uma boa explicação acesse: http://pt-br.html.net/tutorials/css/lesson3.php d-The background-attachment property sets whether a background image scrolls with the rest of the page, or is fixed. https://www.w3schools.com/cssref/pr_background-attachment.asp