Forums

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

Home Forums CSS How to prevent ALT text showing on cursor hover over image?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #43911
    smith_m
    Member

    How to prevent ALT text showing on cursor hover over image? please help…

    #130758
    TheDoc
    Member

    Alt text shouldn’t be showing, it’s the `title=””` attribute that you’re probably seeing. Simply remove it from your code.

    #130819
    Kitty Giraudel
    Participant

    Else, you have to remove it on hover then put it back when leaving the mouse out. With JavaScript.

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