AdRock Posted July 12, 2007 Share Posted July 12, 2007 I have been looking at the phpFreaks website and was looking at the registration page (not for the forum but for the main site) and I noticed something that I thought was a good idea for forms. If you look at http://www.phpfreaks.com/register.php and look where they ask for an email address, there is a question mark in brackets and when you hover over it it brings up a hint box with some information about the field. What i would like to know is how is it done? Is it done using CSS or JavaScript or both? Is there anywhere I can find out how to do this for my forms on my site? ??? Quote Link to comment Share on other sites More sharing options...
dewey_witt Posted July 12, 2007 Share Posted July 12, 2007 Well i know you can do that with plain everyday grafix useing the alt="your message" attribute in the html image tag. Im am however going to look at what it is your talking about tho to grasp better what your saying. Quote Link to comment Share on other sites More sharing options...
dewey_witt Posted July 12, 2007 Share Posted July 12, 2007 ok after looking at it its done with java as a mouseover effect. Quote Link to comment Share on other sites More sharing options...
AdRock Posted July 12, 2007 Author Share Posted July 12, 2007 Any idea of what it's called so I can do a search for something similar? Quote Link to comment Share on other sites More sharing options...
RichardRotterdam Posted July 13, 2007 Share Posted July 13, 2007 Well i know you can do that with plain everyday grafix useing the alt="your message" That only works for IE though Any idea of what it's called so I can do a search for something similar? It's called a tooltip the javascript tooltips do looker cooler but you can achieve it by using css only Quote Link to comment Share on other sites More sharing options...
nogray Posted July 13, 2007 Share Posted July 13, 2007 check this out http://www.walterzorn.com/tooltip/tooltip_e.htm Quote Link to comment Share on other sites More sharing options...
chronister Posted July 13, 2007 Share Posted July 13, 2007 Check out dynamicdrive.com They have a bunch of mouseover tooltips and they give you step by step directions for implementing them on your site 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.