Coding-Spot

You are not connected. Please login or register

 
 
 

How to Give Shadow Effect (dark) on the image Forum?

Message (Page 1 of 1)

#1

weeknight

weeknight
 
Senior Member

Posted April 29th 2013, 1:13 pm

 
Hi All :hello:
I want to ask :D

How to Give Shadow Effect (dark) on the image Forum?

more details you can see this picture. :D
How to Give Shadow Effect (dark) on the image Forum? Sw8JWKn

Source:
http://www.duelacademy.net/forum

my forum:
http://astajim.indonesianforum.net/

Please help me to fix this problem :D

Thanks before :bye:





#2

Mark

Mark
 
Administrator
Administrator

Posted April 29th 2013, 3:19 pm

 
Add this to your CSS:
Code:
.hoveeer {
  opacity: 1.0;
    -moz-transition: opacity .6s ease-in-out;
  -webkit-transition: opacity .6s ease-in-out;
  -o-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
}

.hoveeer:hover {
  opacity: 0.5; /* Vary from 0.1 to 1.0 */
  -moz-transition: opacity .6s ease-in-out;
  -webkit-transition: opacity .6s ease-in-out;
  -o-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
}

After adding them, find now an image tag: (Here's an image tag example)
Code:
<img src="imagehereblahblah" />

Now you need to add this inside the image tag:
Code:
class="hoveeer"

So it should be something like this one:
Code:
<img src="imagehereblahblah" class="hoveeer" />

Then tadaaaa! :D:



https://coding-spot.darkbb.com


#3

weeknight

weeknight
 
Senior Member

Posted April 29th 2013, 6:05 pm

 
OMG, this work :D:

mr.mark you really helped all members here ;)

im very very thanks to you , :D

problem solved





#4

Mark

Mark
 
Administrator
Administrator

Posted April 29th 2013, 6:06 pm

 
Since the problem is solved, i'll locked this and move to archive section. :D:
~ Locked and Moved



https://coding-spot.darkbb.com


#5

Sponsored content


 

Posted

 





Message (Page 1 of 1)

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

In total there is 0 user online :: 0 Registered, 0 Hidden and 0 Guests

Users browsing this forum: None