1) Script Title: Cool DHTML tooltip
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tmltooltip.htm
3) Describe problem: The script works great no issues there. It really deals with the way I'm implementing it. I am using some software to create some web based training and using the tooltip for glossary word descriptions. Well the software I use uses a third party editor for the code called fckeditor(sucks). On some pages(not sure why not all thats why this thing is finicky) but the script will break the images on the page. So the tooltip works but my images are broke. Found out it's because of less than symbols and the && operator. I modified the script of all those operators to work so far except for one line:
var ns6=document.getElementById && !document.all
I'm still learning and I'm not sure what this line means. I know the first part but don't get the && !document.all part. Does anyone know a way to make this line without the && and if not maybe explain what this line is doing? Any help is appreciated.
Thanks,
Shaun



Reply With Quote

Bookmarks