Forums

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

Home Forums CSS Need Help on my image border

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

    I have started building a website for a client and I would like
    to have a border with some color on the image and change the border color
    when hover over the image. Could you help me figure it out the css code please .
    Here is a cool example:
    http://www.elissandrafreitas.com.br/
    Thank you !!

    #47464
    Code:
    html

    Code:
    a.imgBorder {
    border:3px solid #ccc;}
    a.imgBorder:hover {
    border:3px solid #fff;}

    pretty sure that should work

    #47471
    Elijah
    Member

    It did work indeed.Thank you !

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