Forums

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

Home Forums CSS [Solved] How can i make a multiple movement in hovering ?? Reply To: [Solved] How can i make a multiple movement in hovering ??

#199973
Shikkediel
Participant

You’d have to be more specific, otherwise this would fit even the bill :

#element:hover {
position: relative;
top: 1px;
left: 1px
}