Loading...
Графика/Дизайн | titlle вопрос
можно ли атрибут title="" стилизовать? вместо popup помню как то давно так делалось вроде
<style>
a {
position: relative;
display: inline-block;
margin-top: 20px;
}

a[title]:hover::after {
content: attr(title);
position: absolute;
top: -100%;
left: 0;
}
</style>
<a href="https://bymas.ru/" title="Форум клоунов">
Кликни меня
</a>

________
посл. ред. 03.12.2022 в 23:02; всего 1 раз(а); by d1nka
d1nka (3 дек 2022, в 23:02)
<style>
a {
position: relative;
display: inline-block;
margin-top: 20px;
}

a[title]:hover::after {
content: attr(title);
position: absolute;
top: -100%;
left: 0;
}
</style>
<a href="https://bymas.ru/" title="Форум клоунов">
Кликни меня
</a>
спасибос огромное, сколько искал в гугле, ненашел
Онлайн: 4
Время:
Gen. 0.0753
(c) ByMAS.RU 2010-2025