Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/02/2011, 09:43
moises9633
 
Fecha de Ingreso: octubre-2009
Mensajes: 129
Antigüedad: 14 años, 6 meses
Puntos: 1
Exclamación Problema con imagen

tengo problemas con mis imagenes estoy creando un css y me visualizan bien las imagenes

aqui todo haber en que me equiboque

Código PHP:
<head>
<
link href="style.css" rel="stylesheet" type="text/css">
<
title>Untitled</title>
<
meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
</
head

el codigo estaba haci en el index html:
Código PHP:
<div id="image1" style="position:absolute; overflow:hidden; left:0px; top:0px; width:956px; height:1893px; z-index:0"><img src="images/fondoblanco.jpg" alt="" title="" border=0 width=956 height=1893></div
yo lo puse haci:

Código PHP:
HTML:
<
div id="image1"> <img src="images/fondoblanco.jpg" alt="" title="" border=0 width=956 height=1893></div>


CSS:
div.image1 {

    
position:absolute;
    
overflow:hidden;
    
left:0px;
    
top:0px;
    
width:956px;
    
height:1893px;
    
z-index:0;
    
backgroundurl (images/fondoblanco.jpgno-repeat top left
q tengo mal ?