Поиграйте, чтобы посмотреть, что у меня есть на данный момент: http://jsbin.com/udegux/1/edit
HTML
< бр />
Код: Выделить всё
dragMouse and drag
Код: Выделить всё
.drag-hint {
position:relative;
}
.drag-hint > span{
display:none;
}
.drag-hint:hover > span {
display:inline;
position:absolute;
top: -25px;
left: 30px;
}
I am looking for a way to automatically center the word "drag" above the phrase "Mouse and drag" using pure CSS.
Источник: https://stackoverflow.com/questions/167 ... t-on-hover
Мобильная версия