Respuesta
en
HTML
a
Cambiar imagenes en celdas
Prueba con esto a ver si te sirve: <html> <head> <style type="text/css"> .imgOut{ height:70px; width:70px; background-image:url(imagenes/imagenOut.jpg); } .imgIn{ height:70px; width:70px; background-image:url(imagenes/imagenIn.jpg); } .imgClick{...
15 respuestas no visibles