Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/01/2017, 16:48
danieljorge435
 
Fecha de Ingreso: febrero-2016
Mensajes: 28
Antigüedad: 8 años, 2 meses
Puntos: 1
Marquesina con imagenes y texto, espacio entre imagenes

Hola amigos del foro..mi problema es el espacio entre imagenes que no lo puedo corregir...es la unica manera que encontre de ponerle texto o titulo a las imagenes.



CSS
Código:
.marquee{
  
 width: 100%;

 }

.marquee img{ 
 
width: 170px;
  
}

.title {

  font-size: 18pt;
  position: relative;
  right: -140px;
 
  }
Código:
<div class="marquee"><marquee behavior="alternate" direction="left" onmouseout="this.start()" onmouseover="this.stop()">

 <a class="title">NOMBRE</a><a href="image2.html"><img src="http://www2.pic-upload.de/img/32476838/AZUL.jpg"/></a> 

 <a class="title">NOMBRE</a><a href="image2.html"><img src="http://www2.pic-upload.de/img/32476838/AZUL.jpg"/></a>

 <a class="title">NOMBRE</a><a href="image2.html"><img src="http://www2.pic-upload.de/img/32476838/AZUL.jpg"/></a>

 <a class="title">NOMBRE</a><a href="image2.html"><img src="http://www2.pic-upload.de/img/32476838/AZUL.jpg"/></a>

 <a class="title">NOMBRE</a><a href="image2.html"><img src="http://www2.pic-upload.de/img/32476838/AZUL.jpg"/></a>
  

  
 </marquee>
Saludos!!