Unless you haven't uploaded the solution to your main page there yet, no you haven't, at least not in IE, which was the only browser that had this problem to begin with. Not only that, some change(s) that you did make now leaves large gaps in the layout.
I've discovered another workaround for this. Here's a demo:
http://home.comcast.net/~jscheuer1/side/romance_h.htm
First you should revert to what you had at the start of this thread. Second, remove the highlighted form your stylesheet:
Code:
/* ----- MIDDLE ADS ----- Blogger template design by Ourblogtemplates.com */
#middleads-wrapper {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 980px;
position: relative;
text-align: center;
}
Finally, adjust the offX setting in the script to the negative value 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= 175;
var offX= -175; // how far from mouse to show tip
var offY= 1;
var tipFontFamily= "Verdana, arial, helvetica, sans-serif";
var tipFontSize= "8pt";
// set default text color and backg . . .
Bookmarks