hecrowell Posted April 10, 2014 Share Posted April 10, 2014 Table built with MySQLphpadmin Php crud form built with Php mysql form generator The form allows users to see the table and database contents. The table is populated with many airport ICAO codes. When a user places his mouse pointer on an ICAO code, I would like the actual name of that airport to be displayed in a little text box. I think this is called a tool tip? For instance, the Halifax airport ICAO code is CYHZ. Text to be displayed would be "Halifax" Quote Link to comment Share on other sites More sharing options...
requinix Posted April 10, 2014 Share Posted April 10, 2014 The HTML you want looks like CYHZMake sure you have ABBRs styled to give some visual indication that you can hover over them. By default browsers will give a dotted underline and maybe a special mouse cursor (on hover). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.