Foros del Web » Creando para Internet » HTML »

que linea de codigo modificar

Estas en el tema de que linea de codigo modificar en el foro de HTML en Foros del Web. Hola, tengo un codigo html para el myspace, y le estoy cambiando las imagenes, el caso es que yo uso firefox y todo es perfecto, ...
  #1 (permalink)  
Antiguo 23/04/2007, 09:41
Avatar de asun  
Fecha de Ingreso: enero-2005
Mensajes: 217
Antigüedad: 19 años, 2 meses
Puntos: 0
que linea de codigo modificar

Hola, tengo un codigo html para el myspace, y le estoy cambiando las imagenes, el caso es que yo uso firefox y todo es perfecto, pero a la hora de visualizarlo en internet explorer, las imagenes se muestran en blanco y negro, y al pasar el curson salen en color. El caso es que le quita color, presentacion de lo que yo quiero, me gustaria que alguien me ayudara a borrar/modificar esa linea de codigo que afecta al internet explorer. Muchas gracias.

Aqui pego el codigo


<style type="text/css">
</style><style type="text/css">body{background-image:url("http://www.xxx.jpg");
background-attachment:fixed;
background-repeat: no-repeat;
background-position:center center;
background-color:black;}
a:link img, a:active img, a:visited img {filter:progid:DXImageTransform.Microsoft.BasicIma ge(grayscale=1);}
a:hover img {filter:none;}
table {background-color:transparent; border-style:none; direction:rtl;}
table table table {border-color:silver; border-style:none; direction:ltr;}
table table table table, td {background-color:transparent; border-style:none;}
a:link, a:visited, a:active{color:cccccc; font-weight:bold; font-family:Times New Roman;}
a:hover{color:ffffff; font-weight:bold; text-decoration:none; font-family:Times New Roman;}
a.navbar:link, a.navbar:visited, a.navbar:active{color:cccccc; font-size:16pt; font-weight:normal; font-family:chiller!important;}
a.navbar:hover{color:white; font-family: font-size:16pt; font-weight:normal; font-family:chiller!important;}
a.man:link, a.man:active, a.man:visited{color:cccccc; font-size:16pt; font-weight:normal; font-family:chiller!important;}
a.man:hover{color:white; font-family: font-size:16pt; font-weight:normal; font-family:chiller!important;}
a.redlink:link, a.redlink:visited, a.redlink:active {color:cccccc; font-size:16pt; font-weight:normal; font-family:chiller;}
a.redlink:hover {color:white; font-family: font-size:16pt; font-weight:normal; font-family:chiller;}
input, select {background-color:black !important; border-style:none;
color:white!important; font-weight:bold; font-family:Times New Roman!important;}
.nametext {color:silver; font-size:20pt; font-weight:bold; font-family:Times New Roman;}
.text {color:white; font-family:times new roman;}
td {color:white; font-family:Times New Roman;}
.btext, .blacktext10, .redtext, .redbtext {color:silver; font-family:Times New Roman;}
.orangetext15, .whitetext12, .lightbluetext8 {color:cccccc; font-family:chiller; font-weight:normal; font-size:16pt;}
.blacktext12 {display:none; visib?ility:h?idden;}</style><style type="text/css"> .contactTable {width:300px!important; height:150px!important; padding:0px!important; background-image:url("http://www.xxx.jpg"); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;} .contactTable table, table.contactTable td {padding:0px !important; border:0px; background-color:transparent; background-image:none;} .contactTable a img {visibility:hidden; border:0px!important;} .contactTable a {display:block; height:28px; width:115px;} .contactTable .text {font-size:1px!important;}.contactTable .text, .contactTable a, .contactTable img {filter:none!important;}</style><style type="text/css">
body, html {visibility:visible !important; display:block !important}
</style> -<a href="http://www.xxx.com" style="position:absolute; top:0px;background-repeat:no-repeat;left:0px; height:155px; width:155px; background-image:url(); background-position:left;"></a><a href=""></a>
  #2 (permalink)  
Antiguo 23/04/2007, 10:00
Avatar de Asgaroth  
Fecha de Ingreso: abril-2007
Mensajes: 79
Antigüedad: 17 años
Puntos: 4
Re: que linea de codigo modificar

no estoy seguro pero itnenta ponerlo asi:

Código:
<style type="text/css">
</style><style type="text/css">body{background-image:url("http://www.xxx.jpg");
background-attachment:fixed;
background-repeat: no-repeat;
background-position:center center;
background-color:black;}
table {background-color:transparent; border-style:none; direction:rtl;}
table table table {border-color:silver; border-style:none; direction:ltr;}
table table table table, td {background-color:transparent; border-style:none;}
a:link, a:visited, a:active{color:cccccc; font-weight:bold; font-family:Times New Roman;}
a:hover{color:ffffff; font-weight:bold; text-decoration:none; font-family:Times New Roman;}
a.navbar:link, a.navbar:visited, a.navbar:active{color:cccccc; font-size:16pt; font-weight:normal; font-family:chiller!important;}
a.navbar:hover{color:white; font-family: font-size:16pt; font-weight:normal; font-family:chiller!important;}
a.man:link, a.man:active, a.man:visited{color:cccccc; font-size:16pt; font-weight:normal; font-family:chiller!important;}
a.man:hover{color:white; font-family: font-size:16pt; font-weight:normal; font-family:chiller!important;}
a.redlink:link, a.redlink:visited, a.redlink:active {color:cccccc; font-size:16pt; font-weight:normal; font-family:chiller;}
a.redlink:hover {color:white; font-family: font-size:16pt; font-weight:normal; font-family:chiller;}
input, select {background-color:black !important; border-style:none;
color:white!important; font-weight:bold; font-family:Times New Roman!important;}
.nametext {color:silver; font-size:20pt; font-weight:bold; font-family:Times New Roman;}
.text {color:white; font-family:times new roman;}
td {color:white; font-family:Times New Roman;}
.btext, .blacktext10, .redtext, .redbtext {color:silver; font-family:Times New Roman;}
.orangetext15, .whitetext12, .lightbluetext8 {color:cccccc; font-family:chiller; font-weight:normal; font-size:16pt;}
.blacktext12 {display:none; visib?ility:h?idden;}</style><style type="text/css"> .contactTable {width:300px!important; height:150px!important; padding:0px!important; background-image:url("http://www.xxx.jpg"); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;} .contactTable table, table.contactTable td {padding:0px !important; border:0px; background-color:transparent; background-image:none;} .contactTable a img {visibility:hidden; border:0px!important;} .contactTable a {display:block; height:28px; width:115px;} .contactTable .text {font-size:1px!important;}.contactTable .text, .contactTable a, .contactTable img {filter:none!important;}</style><style type="text/css">
body, html {visibility:visible !important; display:block !important}
</style> -<a href="http://www.xxx.com" style="position:absolute; top:0px;background-repeat:no-repeat;left:0px; height:155px; width:155px; background-image:url(); background-position:left;"></a><a href=""></a>
:)
  #3 (permalink)  
Antiguo 23/04/2007, 10:16
Avatar de asun  
Fecha de Ingreso: enero-2005
Mensajes: 217
Antigüedad: 19 años, 2 meses
Puntos: 0
Re: que linea de codigo modificar

ohhh Gracias , genial ! esta perfecto, me mirare el codigo para ver que has modificado, gracias de nuevo :)
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 20:22.