Forums

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

Home Forums CSS i can’t understand it

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

    why only one hover takes place at a time


    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN "
    " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">




    Some Title

















    the image is this
    http://info4admins.com/wp-content/uploads/2012/02/wordpress-logo.jpg
    and i made it 238 * 212

    #105610
    dimitrios
    Member

    thanks for the answer.
    this “thing” is nothing of use i was just playing around.
    the question is this.
    I shroll the mouse and when it comes to the image, the images goes from 100% to 102%.
    I continue and when the mouse comes to the div of the shadow
    the shadow appears and the image goes back to 100%.
    in this moment the mouse is in both div boxes(in the center of the image)
    and i think that normal both of the hover effects must take place.
    why is this not happening?

    #105612
    dimitrios
    Member

    ChrisxClash
    i added this


    #wrap img:hover{
    width:190px;
    height:190px;
    }

    in your code
    and i have the same result.
    how can i have both hover effects at the same time?

    #105883
    dimitrios
    Member

    I am sure that the answer is in the very basics of css.
    I have read it once again but still not get it.
    anyone please?

    #105959
    dimitrios
    Member

    Εxactly what i needed thank you.

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