0
Welcome Guest! Login
0 items Join Now

SOLVED Image overlays

    • Chess Dad's Avatar
    • Chess Dad
    • Jr. Rocketeer
    • Posts: 43
    • Thanks: 0

    SOLVED Image overlays

    Posted 9 years 6 months ago
    • Hello,

      I'm not sure I'm using the correct terminology because I don't work with images much. I was wondering if it is possible to do image overlays in the FP RokSprocket Tabs - Showcase area of Lexicon to where you still see the back image do some bleed through of the second. I don't know if that makes sense or not.

      Thanks for your assistance.
    • Last Edit: 9 years 6 months ago by Chess Dad.
    • DirtySnipe's Avatar
    • DirtySnipe
    • Hero Rocketeer
    • Posts: 424
    • Thanks: 0
    • ICT Manager

    Re: Image overlays

    Posted 9 years 6 months ago
    • have you tried to add something like opacity to the css?

      Like below


      img {
          opacity: 0.4;
          filter: alpha(opacity=40); /* For IE8 and earlier */
      }
    • Chess Dad's Avatar
    • Chess Dad
    • Jr. Rocketeer
    • Posts: 43
    • Thanks: 0

    Re: Image overlays

    Posted 9 years 6 months ago
    • Thanks DirtySnipe. I'm still new to css but I'll give it a try.

Time to create page: 0.038 seconds