This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make a picture "pale" for Tumblr?
05-18-2014, 03:56 PM
Post: #5
 
You can see the HTML that she used by opening her tumblr page and then clicking "source" or "page source" in the view menu (depending on what browser you're using).

She used CSS styles to produce the effect:

.photo img{
align:center;
border:5px solid #866057;
margin-bottom:6px;
filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;}
.photo:hover img{
border-color:#997a6e;
filter:alpha(opacity=100);
-moz-opacity:1.0;
-khtml-opacity: 1.0;
opacity: 1.0;}
.photo a:hover img{
border-color:#997a6e;
filter:alpha(opacity=100);
-moz-opacity:1.0;
-khtml-opacity: 1.0;
opacity: 1.0;}
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[] - Danny A - 05-18-2014, 03:25 PM
[] - Peasant - 05-18-2014, 03:40 PM
[] - Niamh - 05-18-2014, 03:54 PM
[] - Shirley - 05-18-2014 03:56 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)