Tengo un problema con las imágenes porque me aparecen trasparentes con opacidad ,yo quiero que las imágenes sean sin opacidad,pero no se como hacerlo puse el código para hacer trasparente el fondo del div global pero quedo todo asi.
http://insectzoo.freetzi.com/
mi hoja de estilos:
#global { width:920px ; margin: 4px auto }
body {text-align: center;background-image: url(objetos/hormigas.jpg);background-attachment:fixed}
#global { background-color:Black;
z-index:1;
/* These three lines are for transparency in all browsers. */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity:.5;}
#cabecera {width:920px ; height:125px}
#cabecera1 {width:380px; height:102px ;float:left;background-image: url(objetos/insectzoo.jpg)}
#cabecera2 {width:518px ; height:102px;float:right}
#contenido { width:920px ; height:1300px}
#contenido1 { width:350px ; height:1200px;float:left}
#contenido2 { width:570px ; height:1200px;float:right}
#menu {width:920px ; height:40px}
#menu2 {width:920px ; height:40px}
#linea1{width:920px ; height:22px;background-image: url(objetos/linea.jpg)}
#piedepagina1 {width:920px ; height:20px}
Gracias
http://insectzoo.freetzi.com/
mi hoja de estilos:
#global { width:920px ; margin: 4px auto }
body {text-align: center;background-image: url(objetos/hormigas.jpg);background-attachment:fixed}
#global { background-color:Black;
z-index:1;
/* These three lines are for transparency in all browsers. */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity:.5;}
#cabecera {width:920px ; height:125px}
#cabecera1 {width:380px; height:102px ;float:left;background-image: url(objetos/insectzoo.jpg)}
#cabecera2 {width:518px ; height:102px;float:right}
#contenido { width:920px ; height:1300px}
#contenido1 { width:350px ; height:1200px;float:left}
#contenido2 { width:570px ; height:1200px;float:right}
#menu {width:920px ; height:40px}
#menu2 {width:920px ; height:40px}
#linea1{width:920px ; height:22px;background-image: url(objetos/linea.jpg)}
#piedepagina1 {width:920px ; height:20px}
Gracias