[ You might also be interseted in Deigning a Simple HTML Menu-Bar Using CSS ] All right, so today we are going to use CSS along with some HTML to create Tooltip text for WebPages without using JavaScript. Yeah, you heard it right using only CSS and of course HTML. Do I need to explain what a Tooltip is, BTW? Nah, you guys already know it. I do not think many sites use tooltips or anything of that sort on their websites but in case you do or you just want to learn, read on… Well, the first thing that I want to tell is that the basic technique I’ll be using to create tooltips is not mine, I saw someone using it for a slightly different purpose, I changes it to suite mine. As I said earlier we’d be using CSS and HTML only, I guess HTML is easier so here it is: <a href= "#" class= "tooltip" >Hover Here <span >This is the Tool-Tip Text </span > </a > As you can see there is nothing special, a plain simple li
A resource for learning PHP, HTML, CSS, JavaScript, C++, etc.