djr33,
Did you look at one of the 'tour' pages? Here's one:
http://campbellriverhomes.com/matchless.htm
I don't have a Mac, but I play one in the movies.
Anyways, I do have a Mac browser (Safari 3) for windows, and there were no lines in it (as I understood you to mean) on the above page. However, the tool tips weren't wide enough for the images and text that they contain. Make sure these are set properly in the script and in the script calls. IE will expand the tip to accommodate overflowing text and images, almost all other browsers will not, and therefore the widths should be set correctly.
Added Later:
For example, on the page in question (the link in this post), all you need is to change this (red) as shown:
Code:
/////////////////////// CUSTOMIZE HERE ////////////////////
// settings for tooltip
// Do you want tip to move when mouse moves over link?
var tipFollowMouse= true;
// Be sure to set tipWidth wide enough for widest image
var tipWidth= 320;
var offX= 20; // how far from mouse to show tip
var offY= 12;
var tipFontFamily= "Verdana, arial, helvetica, sans-serif";
var tipFont
That's because no individual width settings are specified in the in page script calls. This may or may not be the problem that was originally reported to you. It is a problem and needs to be fixed. It can be seen in almost any browser other than IE, on any computer.
Bookmarks