Tooltip for links : Tooltips « CSS Controls « HTML / CSS






Tooltip for links

 

<html> <head>
<title>Sales Report eBook</title>
</head>

<body>
<h2>Directors Marketinging Book</h2>

<a href="sales.html" title="0verview of sales procedures"><h3>Sales</h3></a>

<a href="sales.htm#1">Chapter 1</a><br> <a href="sales.html#2">Chapter 2</a><br> <a href="sales.htm#3">Chapter 3</a><br>

<a href="reports.html"><h3>Reporting</h3></a>

<a href="reports.htm#4">Chapter 4</a><br> <a href="reports.html#5">Chapter 5</a><br>
</body> </html>

   
  








Related examples in the same category

1.CSS Tooltips
2.balloontip with a picture