PDA

View Full Version : Too Many files


thickandthin
08-23-2002, 02:42 AM
Hello everyone Im making a Restaurant Menu and on this menu I make each item clickable to have a description pop-up. The problem is that I have a lot of stuff on my menu and I was wondering if there was a way that I can avoid this. Thanks respond back!



Alessandro :thumbsup:

Alex Vincent
08-23-2002, 03:09 AM
<span title="Tool tip!">Move your mouse over this to see a tool tip in Internet Explorer.</span>

I think that also works for Netscape 6.x+ browsers.

stuntboy
08-23-2002, 03:18 AM
or an other option is serverside. you can have one file and populate it with entries from a db though that only can be used depending on what your server suports. though Alex's is much easier

boxer_1
08-23-2002, 03:26 AM
Alex's suggestion is a good quick solution. However, if you have a long description, the tooltip may disappear before the user finishes reading the description. There's a script here that does essentially the same thing, only different (customizable) :D:

http://javascriptkit.com/script/script2/tooltip.shtml