Forums

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

Home Forums CSS CSS Rollover/hover question

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

    This might be easier than I think, but I am wondering how I make an image that’s not associated with the anchor link change when you hover over the specific link.

    I think I worded that correctly…

    #52324
    synic
    Member

    I knew I saw this before! I couldn’t remember where it was on your site haha. Thanks :D

    #52340
    synic
    Member

    Is there a way to have the images stay in the original state when you roll over them instead of having them change? I want to have the images just change when the word is rolled over. In what I’m doing, I have 2 images: 1 representing the link and one being an arrow that will change color when the "link" image is rolled over. I just want the arrows to change colors when I hover over the other image.

    Sorry if I’m confusing :D

    #52433
    synic
    Member

    No dice, eh?

    #52437
    iopet
    Member
    "synic" wrote:
    No dice, eh?

    Using Chris’ example, add:

    Code:
    ul li a:hover {
    color: #999;
    font-weight: 400;
    }
    ul li a em:hover {
    color: #900;
    font-weight: 700;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.