Tengo una hoja de estilos ".css" en la que he intentado eliminarlo poniendo: "background:none;". Pero nada, no surge efecto.
HTML:
Código HTML:
<html lang="es"> <head> <title>X</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="estilos.css"> </head> <body> <div id="fondo"> <img src ="aaa.jpg" usemap="#iniciar""></div> </body> </html>
Código CSS:
Ver original
@charset "utf-8"; #fondo { background:none; }
Me he hecho un lio con los div y quiero que alguien me explique