Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

felipedrumond

Tem como uma imagem muito grande não fazer com que

Recommended Posts

Pessoal, estou fazendo no Dreamweaver MX uma Layer de tamanho 468x60 para que dentro dela tenha uma imagem 468x400 . Só que a Layer está passando a ter o tamanho da imagem! Há como a Layer continuar no tamanho original? (ou seja, omitir grande parte da imagem?)

Compartilhar este post


Link para o post
Compartilhar em outros sites

no style do div coloca:overflow:hidden;bom acredito q vai funcionar!the void

Compartilhar este post


Link para o post
Compartilhar em outros sites

Não funcionou não...Veja o código: a imagem dentro da Layer é muito maior que a layer e a imagem está fazendo com que a layer nao apareça no seu tamanho original, e sim do tamanho da imagem..Coloquei um fundo azul pra você ver que a Layer não fica do tamanho que eu quero (468x60)<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><title>Untitled Document</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><script language="JavaScript" type="text/JavaScript"><!--function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);//--></script></head><body><div id="Layer1" style="position:absolute; width:468; height:60; z-index:1; overflow: hidden; background-color: #00CCFF; layer-background-color: #00CCFF; border: 1px none #000000;"><img src="fotos/menus/outdoor.png" width="468" height="400"></div></body></html>

Compartilhar este post


Link para o post
Compartilhar em outros sites

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html><head><title>Untitled Document</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><script language="JavaScript" type="text/JavaScript"><!--function MM_reloadPage(init) { //reloads the window if Nav4 resizedif (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);//--></script></head><body><div id="Layer1" style="position:absolute; width:468px; height:60px; z-index:1; overflow: hidden; background-color: #00CCFF; layer-background-color: #00CCFF; border: 1px none #000000;"><img src="fotos/menus/outdoor.png" width="468" height="400"></div></body></html>

 

 

estava faltando o px depois dos valores da altura e largura ali é css então é obrigatório dizer qual é a unidade de medida!

 

 

the void

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.