Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8873195
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T18:24:15+00:00 2026-06-14T18:24:15+00:00

At the moment I have this image: What I’ve been asked to do is

  • 0

At the moment I have this image:

enter image description here

What I’ve been asked to do is to give it this effect:

enter image description here

Forget about the background color – notice the reflection of part of the image underneath, still the same color but with an opacity-style effect on it.

I have tried using opacity, and webkit-reflection in CSS3 but have had no luck.

I’ve now taken that code out as it doesn’t work, I’m just left with the original image:

.infrareporting_host_0 {
    background: url("../interface/infrareporting/hostLightGreen.png") no-repeat scroll 0 0 transparent;
}

Please remember:

  • I only want exactly what is shown – a lower section of the image reflecting, NOT the whole image reflecting
  • How can I fade the opacity of the reflected image ONLY? the normal one I want to stay the same but fade the reflection
  • A cross-browser solution is best (atm I can only do it in chrome)

Update

So far my code is reflecting properly in chrome only but opacity is not working correctly. I have this:

-webkit-box-reflect: below -3px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(white));
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T18:24:17+00:00Added an answer on June 14, 2026 at 6:24 pm

    you can do as following :

    html :

    <div class="image-block">
       <img src="https://i.stack.imgur.com/mbf9p.png" alt="" />
       <div class="reflection">
          <img src="https://i.stack.imgur.com/mbf9p.png" alt="" />
          <div class="overlay"></div>
       </div>
    </div>​
    

    css :

    .image-block { width:78px; margin:0px 10px; float:left; } 
    .reflection { position:relative; } 
    .reflection img { 
        -webkit-transform: scaleY(-1); 
           -moz-transform: scaleY(-1); 
            -ms-transform: scaleY(-1); 
             -o-transform: scaleY(-1); 
                transform: scaleY(-1); 
        filter: flipv; opacity:0.20; 
        filter: alpha(opacity='20'); 
    } 
    .overlay { position:absolute; top:0px; left:0px; width:78px; height:120px; 
        background-image: -moz-linear-gradient( center bottom, rgb(255,255,255) 60%, rgba(255,255,255,0) 75%); 
        background-image:   -o-linear-gradient( rgba(255,255,255,0) 25%, rgb(255,255,255) 40%); 
        background-image:     -webkit-gradient( linear, left bottom, left top, color-stop(0.60, rgb(255,255,255)), color-stop(0.75, rgba(255,255,255,0))); 
    filter: progid:DXImageTransform.Microsoft.Gradient( gradientType=0, startColor=0, EndColorStr=#ffffff); 
    } 
    

    ​

    check live demo here : demo

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this script at the moment, which changes an image when a thumbnail
I have body { background: url(images/background.svg); } The desired effect is that this background
At the moment I have this code which fires a projectile: Vector3 d =
This is what I have at the moment. <h2>Information</h2>\n +<p>(.*)<br />|</p> ^ that is
I have two nested loop in XSL like this, at this moment I use
At the moment when i use this, i have to re-launch the app to
I've asked about this earlier but the question itself and all the information in
I have this at the moment: (the list is longer, but this is just
I need to show a div like in this image (top), but I have
I'm trying to implement this application. At the moment I have designed tabs on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.