Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Solved] Rotate image description



View previous topic View next topic Go down Message [Page 1 of 1]

1
Offline

  Micul`Wji

Micul`Wji
Punbb Junior
Punbb Junior
  • Description:
how to add that trick on my forum?
How can I add this trick on my forum? When you click on the image put the description of spinning image
https://2img.net/h/s23.postimg.cc/osennu0rv/screenshot_50.png

I apologize for my English but I'm not English

  • Information:
Forum:http://testeady8.forumgratuit.ro/Version:PUNBB
Type:Request a codeTags:Rotate,image,description

Powered by PunBB
Currently 0 users have thanked Micul`Wji for this post:

2
Offline

  Shadow

Shadow
Administrator
Administrator
Code:
[panda=css]        .yourcssclass img {
            height: 35px;
            width: 3px;
          -webkit-transition-duration: 0.8s;
            -moz-transition-duration: 0.8s;
            -o-transition-duration: 0.8s;
            transition-duration: 0.8s;
            -webkit-transition-property: -webkit-transform;
            -moz-transition-property: -moz-transform;
            -o-transition-property: -o-transform;
            transition-property: transform;
            overflow:hidden;
        }
        .yourcssclass img:hover {
        -webkit-transform:rotate(360deg);
            -moz-transform:rotate(360deg);
            -o-transform:rotate(360deg);
        }
[ic].yourcssclass[/ic] - change with your actual name for image class.

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

3
Offline

  Micul`Wji

Micul`Wji
Punbb Junior
Punbb Junior
thanks solved

Powered by PunBB
Currently 0 users have thanked Micul`Wji for this post:

4
Offline

  Shadow

Shadow
Administrator
Administrator
[sucesso="Marked as Solved"]The question(s) in this topic have been answered and the owner has been able to solve the problem. Because of this, the topic has been marked as Solved.

If you have further questions, please open a new topic.[/sucesso]

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

5
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

View previous topic View next topic Back to top Message [Page 1 of 1]


Topic URL's

URL
BBcode
HTML

Permissions in this forum:
You cannot reply to topics in this forum