Holas, tengo un problemilla, estoy creando mi primer pag web con CSS y dreamweaver CS4.
las imagenes las estoy llamando todo directamente de CSS y todo esta bien y me mustra todo normal hasta el momento que le doy vista previa en IE, firefox o Chrome, toda la web me aprece en blanco la verdad nose que es, ya que sin vista previa veo todo bien.
espero pronto su ayuda gracias.
ACA HTML.
Código HTML:
Ver original
<link rel="stylesheet" type="text/css" href="/css/master.css" />
<td class="servicios"></td> <td class="portafolio"></td> <td class="contacto"></td>
aca el CSS
Código CSS:
Ver original*{background-color:#000;}
.cuerpo {background-image:url(../images/fondo.jpg); top:auto; width:100%; padding-top:70px;}
.logo{background-image:url(../images/logo.jpg); padding: 0; height:123px; width:390; background-repeat:no-repeat;}
.inicio{background-image:url(../images/inicio.jpg); height:121px; width:81; background-repeat:no-repeat;}
.acerca{background-image:url(../images/acerca.jpg); height:121px; width:93; background-repeat:no-repeat;}
.servicios{background-image:url(../images/servicios.jpg); height:121px; width:103; background-repeat:no-repeat;}
.portafolio{background-image:url(../images/portafolio.jpg); height:121px; width:133; background-repeat:no-repeat;}
.contacto {background-image:url(../images/contacto.jpg); height:121px; width:126; background-repeat:no-repeat;}
.flash{background-image:url(../images/flash.png); height:415px; width:886; background-repeat:no-repeat; margin-left:145px; margin-right:125px;}
.menu{background-color:#000; height:100%; width:100%;}