Shaped div, sort of a clipping mask in HTML

Discussion in 'HTML & Website Design' started by sairos, May 23, 2011.

  1. #1
    Hi everyone, is it possible to create something like this in html/css, I need a text layer that could be a background image of a div and inside of it many thumbnails, maybe a jQuery plugin? Untitled-4.jpg
     
    sairos, May 23, 2011 IP
  2. MasterOfLogic

    MasterOfLogic Well-Known Member

    Messages:
    217
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #2
    you could do it with a couple of PNG images. 1 background PNG with all the logos, and 1 foreground png with the transparent G.
    then, just a couple of DIVs with the zIndex set correctly. Is it going to do anything interactive? If not, why not just make the static image.
     
    MasterOfLogic, May 23, 2011 IP
  3. sairos

    sairos Well-Known Member

    Messages:
    546
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    110
    #3
    thx for the reply, I want the thumbs to be clickable...so the G is a wrapper with clickable images inside
     
    sairos, May 23, 2011 IP