Tooltip with title attribute

Size
1,663 Kb
Views
4,048

How do I make an tooltip with title attribute?

What is a tooltip with title attribute? How do you make a tooltip with title attribute? This script and codes were developed by Diéssica Gurskas on 10 January 2023, Tuesday.

Tooltip with title attribute Previews

Tooltip with title attribute - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Tooltip with title attribute</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> Lorem ipsum dolor sit amet, consectetur <a href="#" title="Lorem ipsum dolor.">title</a> adipisicing elit.
</body>
</html>

Tooltip with title attribute - Script Codes CSS Codes

body { margin: 2em; background: #34495e; font-size: 300%; text-align: center; color: rgba(0,0,0,0.5); }
a { color: #2ecc71; text-decoration: none; border-bottom: solid 2px #16a085; }
a:hover { border:0; }
a:hover { position: relative; }
a[title]:hover:after {
content: attr(title);
position: absolute;
left: 0; top: 110%;
white-space: nowrap;
/* estilo */
font-size: 45%;
background: #16a085;
color: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 2px 4px 0px rgba(0,0,0,0.3);
}
Tooltip with title attribute - Script Codes
Tooltip with title attribute - Script Codes
Home Page Home
Developer Diéssica Gurskas
Username diessica
Uploaded January 10, 2023
Rating 3
Size 1,663 Kb
Views 4,048
Do you need developer help for Tooltip with title attribute?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Diéssica Gurskas (diessica) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!