Comunidad de diseño web y desarrollo en internet online

INTERESANTE...!!!

Citar            
MensajeEscrito el 18 Abr 2013 09:52 pm
Hola a todos...

Primero quiero presentarme, Mi nombre es Jazmín y ya que no encontré donde hacerlo y he aprovechado de hacerlo aquí mismo.

:oops:


Bueno, ahora señores de CRISTALAB…

Quisiera que por favor, alguien de este tremendo foro me ayude con una pequeña petición.

En la parte superior del este foro (http://foros.cristalab.com), hay una imagen o Logo (http://www.cristalab.com/images/header/logo.png) que se gira en 360º al pasar el ratoncito por encima, lo cual me encantó!!! :lol:

“He visto efecto en otros lados, pero este es genial… Es diferente”

Me podrían ayudar con proporcionarme sólo el código (directo) de dicho efecto por favor: ¡De verdad se los agradecería muchísimo!

mi e-mail es: [email protected]

Saludos y abrazos a todos.-

Por Jazmy

2 de clabLevel



Genero:Femenino  

firefox
Citar            
MensajeEscrito el 19 Abr 2013 02:46 am

Por nasho

Claber

908 de clabLevel

1 tutorial

Genero:Masculino  

Web Developer

chrome
Citar            
MensajeEscrito el 19 Abr 2013 06:21 pm
Gracias nasho por responder... ^^

Según tu sugerencia, no e resulta, por alguna razón no me funciona...!!!

Eeste es mi código:
**************************************************************
<div id="contenedor">
<link rel="contenedor" href="scripts/contenedor.css">
<div id="Logo">
<a href="http://www.miweb.org"><img src="images/logo.png" height="131" width="131" alt="Logo"></a>
</div>
</div>

************************************************************

Este es el contenedor (script CSS)
***********************************************************
#contenedor {
position: relative;
}
#Logo {
position: absolute;
top: 0;
left: 0;
width: 131px;
height: 131px;
z-index: 3;
transform-origin: 50% 50%;
transition-property: transform;
transition-duration: 4s;
transition-timing-function: ease-in-out;
-o-transform-origin: 50% 50%; /* Opera */
-o-transition-property: -o-transform;
-o-transition-duration: 4s;
-o-transition-timing-function: ease-in-out;
-moz-transform-origin: 50% 50%; /* Firefox */
-moz-transition-property: -moz-transform;
-moz-transition-duration: 4s;
-moz-transition-timing-function: ease-in-out;
-webkit-transform-origin: 50% 50%; /* Chrome y Safari */
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 4s;
-webkit-transition-timing-function: ease-in-out;
-ms-transform-origin: 50% 50%; /* IE */
-ms-transition-property: -ms-transform;
-ms-transition-duration: 4s;
-ms-transition-timing-function: ease-in-out;
}
#Logo:hover {
transform: rotate(90deg) scale(1.2);
-o-transform: rotate(90deg) scale(1.2);
-webkit-transform: rotate(90deg) scale(1.2);
-moz-transform: rotate(90deg) scale(1.2);
-ms-transform: rotate(90deg) scale(1.2);
}

***********************************************************

Hay algo malo en mi code que no me funciona la rotación...??? :cry:

Por Jazmy

2 de clabLevel



Genero:Femenino  

firefox
Citar            
MensajeEscrito el 19 Abr 2013 06:25 pm
La línea de "link" donde agregas el css, ponlo dentro de head

Por nasho

Claber

908 de clabLevel

1 tutorial

Genero:Masculino  

Web Developer

chrome
Citar            
MensajeEscrito el 19 Abr 2013 06:54 pm
Si es así... tampioco mi funciona.!!! :cry:

<html>
<head>
<title>MiWeb</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="Web Page Maker">
<link rel="contenedor" href="scripts/contenedor.css">
</head>
<body>
<div id="contenedor">
<div id="Logo"><a href="http://www.miweb.org"><img src="images/logo.png" height="131" width="131" alt="Logo"></a>
</div>
</div>
</body>
</html>

Por Jazmy

2 de clabLevel



Genero:Femenino  

firefox
Citar            
MensajeEscrito el 19 Abr 2013 07:16 pm

Por nasho

Claber

908 de clabLevel

1 tutorial

Genero:Masculino  

Web Developer

chrome
Citar            
MensajeEscrito el 22 Abr 2013 09:47 pm
Gracias nashito...!!! ^^

Por Jazmy

2 de clabLevel



Genero:Femenino  

firefox

 

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