Pure CSS library for adding tooltips to HTML elements. Hint is very compact in size, while still managing to offer lots of options for customization such as different sizes, colors and animations. It doesn’t require any coding, tooltips are created and styled by just adding the right data attributes.
Download hint.min.css from Github
https://github.com/chinchang/hint.css
In github you can see many of the files regarding hint.css developement files,
You can use only hint.min.css file as shown in the below code
The below is the easy example
Place the below link tag code in between the head tags
<link href="assets/css/hint.min.css" rel="stylesheet">
<a class="hint--bottom"
data-hint="Sumbmit A Free Ad Now for free"
href="post-ads.php">
Post Free Add
</a>
Use it with other available modifiers in various combinations. Available modifiers:
hint--error
hint--info
hint--warning
hint--success
hint--rounded
hint--bounce
Download hint.min.css from Github
https://github.com/chinchang/hint.css
In github you can see many of the files regarding hint.css developement files,
You can use only hint.min.css file as shown in the below code
The below is the easy example
Place the below link tag code in between the head tags
<link href="assets/css/hint.min.css" rel="stylesheet">
<a class="hint--bottom"
data-hint="Sumbmit A Free Ad Now for free"
href="post-ads.php">
Post Free Add
</a>
Use it with other available modifiers in various combinations. Available modifiers:
hint--error
hint--info
hint--warning
hint--success
hint--rounded
hint--bounce
0 comments:
Post a Comment