Forums

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

Home Forums CSS CSS3 Transition moving whole website down

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

    Hi, I’m not new to web development, but I do have experience. But I’m really stuck on the **transition** property.
    I want to have link elements that, when hovered over, transition down from top. So the link image starts from 25px, with no top margin, then extends down to 45px.
    When I try to do this, it just extends up and not down and the whole web page moves with it.
    Am I getting confused as to what the **transition** property does, or am I being an idiot?

    #121242
    CarlRosell
    Participant

    Maybe this post will help. https://css-tricks.com/forums/discussion/comment/88616#Comment_88616 if not please give some examples of the effect you want to achieve.

    #121243
    Andy Howells
    Participant

    Can you show us what you already have? Create a [codepen](http://codepen.io) for great success.

    If you want the menu to move position without affecting the rest of the page then you might have to use relative & absolute positioning, that way they won’t affect the rest of the document flow.

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