Forums

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

Home Forums Other [Solved] [WordPress] Image:hover in sidebar

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #30329
    seeingsound
    Member

    I’m using Image Widget (By Shane and Peter, Inc.) to add a image to sidebar, and then I used this to give it hover image.

    .widget_sp_image img:hover { content:url("pathtohoverimage/hover.png") }

    Put the problem is, that only Opera support this :D
    Any ideas how to do it more cross browser friendly? I have tried to find a widget for this, but haven’t found one.

    #79200
    TheDoc
    Member

    What happens to the image when you hover over it? As in, what effect are you trying to make?

    #79189
    seeingsound
    Member

    Check “Free Beer” with Opera.

    #79190
    TheDoc
    Member

    Aaahhh.

    If it’s something that you have to update via the CSS anyways, there’s no point in using a widget to place it there, might as well just hard code it into the template. That way you can use CSS sprites instead.

    #79191
    seeingsound
    Member

    Yeah, that’s the easiest way probably.

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