What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Web Design

<div class="col-md-4">
<div class="top-bar-right">
<div class="social">
<a href=""><img src="img/login1.png" height="40" width="40" ></a>
<!--<a href=""><i class="fab fa-twitter"></i></a>-->
<a href=""><i class="fab fa-facebook-f"></i></a>
<a href=""><i class="fab fa-facebook-f"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>

I want to insert a tooltip when the user hovers over any of the items above beginning with <a href=""> When user hovers with mouse I want a message to display
How can I do that and embed within the div class = "social"
 
It's very important that when you're designing your website, you should make it as simple as possible because it's going to make your visitors to find it easy to navigate the site. Also, make the website to be mobile friendly.
 
Back
Top