Got the issue resolved for the most part, I had to change the Image Mod CSS code to this:
Code:
#content {
position:relative;
text-align:center;
}
span img {
border:none;
}
a.swap, a.swap:link, a.swap:visited, a.swap:hover {
border:none;
text-decoration:none;
}
.swap {
display:none;
WHITE-SPACE: nowrap;
border: 2px solid #313130;
}
a:hover span.swap {
position:absolute;
left:0px;
top:0px;
display:block;
}
Now, I need to figure out the check out page problem. Here is a screen shot of that problem.
Mike