Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/03/2010, 19:01
Avatar de tuxmyhell
tuxmyhell
 
Fecha de Ingreso: julio-2009
Mensajes: 34
Antigüedad: 14 años, 9 meses
Puntos: 0
borde rojo imagenes

holas que tal bueno quisiera saber como puedo quitar el borde rojo cuando arrastro la imagen.


Código CSS:
Ver original
  1. .borde{
  2. width: 191px;
  3. height: 277px;
  4. background: url(private xd);
  5. margin-right:5px;
  6. margin-bottom:5px;
  7. }
  8. .borde img{margin:12px;}

Código HTML:
Ver original
  1. <link rel="stylesheet" href="style.css" type="text/css">
  2. <div class="borde"><img src="working.gif" style="border:1px solid black"/></div>

bueno cuando agrego un href a mi imagen aparece ese feo borde rojo como lo quito ayuda porfavor

Última edición por tuxmyhell; 12/03/2010 a las 19:25