Skipperkirk
02-09-2005, 07:55 AM
can some one give me the code for a tool tip please? i looked at the one from dynamicdrive but i cant really follow on how i am to do it...
thanks!
Skipperkirk
thanks!
Skipperkirk
|
View Full Version : tool tip Skipperkirk 02-09-2005, 07:55 AM can some one give me the code for a tool tip please? i looked at the one from dynamicdrive but i cant really follow on how i am to do it... thanks! Skipperkirk Erotica_Bliss 02-09-2005, 11:02 AM By using title="text for your tooltip here" in your tag when the user hovers over the text a tooptip will appear. IE in a link use <a href="blah.html" target="_self" title="go to blah.html">blah</a> for bolded text use <b title="blahblahblah">blahblah</b> Monkey Bizzle 02-09-2005, 09:07 PM or are you talking about one of those that you can color the way you want? why don't you post the script from DD and maybe someone can explain it to you? Skipperkirk 02-10-2005, 03:11 AM mb, yes what your talking about...not the title/alt thing... http://dynamicdrive.com/dynamicindex5/popinfo.htm all i really need is someone to tell me where to put the stuff on the page and if i need to have like a few files or something...cause when ever i download the zip file with the instructions, it messes up... so thanks! Skipperkirk Monkey Bizzle 02-10-2005, 03:38 AM Well since you said that you couldn't download the file properly, i am going to assume that you didn't read the instructions that came with it... because i am a nice person... i unzipped the file, and uploaded them to my site... here they are. let me know when you downloaded them so i can delete them off my server. http://blue-starz.net/test/readme.txt http://blue-starz.net/test/main.js http://blue-starz.net/test/style.js http://blue-starz.net/test/demo.txt the demo file is actually an html file, but i didn't want to encourage you to just view it on my server instead of downloading it. so, i copied the source into a file and made it a text file. if you want to see it properly, you have to open it, and save it as "demo.htm" again, let me know when you downloaded them all. Skipperkirk 02-10-2005, 03:45 AM Thankyou Thankyou Thankyou! (i got them all so you can delete them) it must have been something with my winzip or something... thanks again! Skipperkirk Monkey Bizzle 02-10-2005, 04:08 AM you're welcome! |