paul2463 Posted October 4, 2006 Share Posted October 4, 2006 Hello - really new to CSS so please excuse the probable stupidity of this question.i have a calendar that shows course availability and is styled by CSS, it pulls the availability dates from a database, what I would like to know is:-is it possible to show a dialog "hint" style box on "hover:" showing other information that is held in the same database i.e course name and available spaces on that course?I have not posted any code here because I like sorting things out myself, just a bit of direction to set me off correct would be nice.many thanks Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted October 4, 2006 Share Posted October 4, 2006 if you make each date a link you can use the title attribute of the a tag. When the user hovers over the link it will display the text in that is in the title attribute vale.Alternatively you could use javascript - but this is a little more complex.... Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted October 4, 2006 Share Posted October 4, 2006 You can use the title attribute on other tags than anchors. 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.