Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/07/2008, 20:58
birkin72
 
Fecha de Ingreso: abril-2005
Ubicación: chihuahua Mexico
Mensajes: 49
Antigüedad: 19 años
Puntos: 0
Respuesta: Imagenes q no aparecen. Ayuda ^^

Que rollo man ps la neta ni vi tu codigo man pero tengo un menu que tambien funciona igual que tus <div> checalo tambien carga imagenes

<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
/* TABS */
#tabs {
background:#F6F6F6 url('/images/conthead.gif') repeat-x bottom;
height:24px;
}
#tabs .b {
margin:0 0 0 5px;
border-right:1px solid #FFF;
border-left:1px solid #666;
float:left;
display:inline;
}
#tabs a {
display:block;
float:left;
/*width:120px;*/
border-right:1px solid #666;
border-left:1px solid #FFF;
text-decoration:none;
font-size:12px;
font-weight:bold;
color:#111;
padding:4px 15px 6px 15px;
}
#tabs a:hover {
background:url('/imagenes_pagina/averde.png') repeat-x bottom;
color:#666;
text-decoration:none;
padding:3px 15px 7px 15px;
}
#tabs #current {
background-image:url('/imagenes_pagina/averde.png');
}
#tabs #current a {
color:#999;
}

/*END TABS */
</style>
</head>


<body >
<div id="tabs"><table style="border-collapse:collapse;font-family:Tahoma,Arial, Helvetica, sans-serif;font-size:10pt;"><tr><td style="margin:0px; padding:0px; border:0px;"><a href="contacto.asp">CONTACTO</a></td><td style="margin:0px; padding:0px; border:0px;"><a href="alta_vacante.asp">ALTA VACANTE</a></td></tr></table></div>
</body>
</html>