Comunidad de diseño web y desarrollo en internet online

¿ Como realizar estos dos tipos de galerías de imágenes ?

Citar            
MensajeEscrito el 29 Sep 2014 10:46 am
Hola a todos,

¿ Como se puede realizar estos dos tipos de galerías de imágenes ?

Esta es la web dónde se visualiza el comportamiento de las mismas.

- Aquí os dejo una captura de imagen donde os indico que galerías me gustaría reproducir en mi web

Muchas gracias de antemano ;)

Por sirius

25 de clabLevel



 

chrome
Citar            
MensajeEscrito el 29 Sep 2014 04:51 pm
Esto es con CSS para ahorrarte problemas.

Aqui para que te des una idea:

http://callmenick.com/2014/03/06/image-overlay-hover-effects-with-css3-transitions/

y aquí mas

http://www.html5templatesdreamweaver.com/hover-effects.html

Por elporfirio

Claber

652 de clabLevel

1 tutorial

Genero:Masculino  

FullStack Web Developer

chrome
Citar            
MensajeEscrito el 29 Sep 2014 05:03 pm
Excelente enlaces!! mil gracias!!!

Solo una cosa, necesitaría que la galería con las imagenes circulares se desplazara también a la izquierda tal y como se muestra en la web que he mostrado.

¿ Sabrias como hacerlo ?

Eres un AS!!!!

Por sirius

25 de clabLevel



 

chrome
Citar            
MensajeEscrito el 10 Oct 2014 06:43 am
Hola, te dejo el código que se utilizo en una de las paginas que mostraste, para la flecha solo agrégale algún tipo de icon, te recomiendo font awesome.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>q</title>
<style type="text/css">
a.uk-thumbnail:hover, a.uk-thumbnail:focus {
border-color: rgba(9, 11, 12, 0.04);
background-color: #F8FBFC;
text-decoration: none;
outline: medium none;
left: 0px; }

.uk-thumbnail {
display: inline-block;
box-sizing: border-box;
max-width: 100%;
margin: 0px;
padding: 0px;
border: 15px solid rgba(95, 120, 130, 0.04);
background: none repeat scroll 0% 0% #F8FBFC; }

.uk-overlay {
display: inline-block;
position: relative;
max-width: 100%;
overflow: hidden;
vertical-align: middle; }

.uk-thumbnail:hover .uk-overlay img {
transform: scale(1.2) rotateZ(-3deg); }

a.uk-thumbnail:hover .uk-overlay-area {
left: 0;
opacity: 1; }
.uk-thumbnail .uk-overlay img {
transition: all 0.25s ease-in-out 0s; }

img {
box-sizing: border-box;
max-width: 100%;
height: auto;
vertical-align: middle; }

.uk-overlay-area {
position: absolute;
top: 0px;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
opacity: 0;
width: 100%;
height: 100%;
left: -100%;
transition: all 0.25s ease-in-out 0s; }
.uk-overlay-area:before {
content: ">";
position: absolute;
top: 50%;
left: 50%;
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
font-size: 30px;
line-height: 1;
font-family: "FontAwesome";
text-align: center;
color: #FFF;
}
</style>
</head>
<body>
<div id="q">
<a class="uk-thumbnail" href="#">
<div class="uk-overlay">
<img src="http://yootheme.com/demo/themes/wordpress/2013/lava/wp-content/uploads/yootheme/frontpage_work_teaser2.jpg" alt="work teaser 2" height="308" width="308">
<div class="uk-overlay-area">
</div>
</div>
</a>
</div>
</body>
</html>

Saludos!

Por alejandroC

34 de clabLevel



 

firefox
Citar            
MensajeEscrito el 25 Jun 2015 05:46 am
CSS Hover Effects

http://www.corelangs.com/css/box/hover.html

Dov

Por ephraimdov

0 de clabLevel



 

msie

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.