Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS mouseover trick

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #39094
    matt_sanford
    Participant

    I need to create some code that when i mouse-over any part of my background, a portion of a background that is underneath that background is shown. I would prefer a css fix as i am not quite acclimated to jquery just yet. Thanks

    #106867
    Paulie_D
    Member

    If it’s a background, you can’t mouse-over it.

    It sounds like you are talking about an element that has a background becoming transparent to show the background of the parent element. Is that what you are after?

    #106872
    matt_sanford
    Participant

    Well what i want to do is have a transperancy circle (for lack of beter words) over the cursor so that when it hover overs an element it exposes the image that is underneath an image. If that makes any sense at all…

    #106873
    Paulie_D
    Member

    I think there is something about image-masks but I don’t have time to research it now.

    Google is your friend but : https://developer.mozilla.org/en/CSS/-webkit-mask-image

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.