The latest build of this product (v5.2.0) was released 23 years ago, which was before this thread was created.
Posted 21 years ago by Galley - Greenville, SC
Avatar
I am in the process of designing my new site. One annoyance I have never figured out a way around is when the mouse hovers an image that is a link. For instance, I am using the green color as my hover color. That color appears to the right of an image when hovered. On my current site, the hover color was the same as the background, so it wasn't that big a deal. I tried creating a new CSS class called "ImageLink" with a transparent background color, but that doesn't seem to help. Any suggestions?
: <A HREF="http://www.galleytech.com/about_us.html" TARGET=_blank>Check out this page</A>

The CSS file is located <A HREF="http://www.galleytech.com/style.css" TARGET=_blank>here</A>

Thanks.

"I'm not a cool person in real life, but I play one on the Internet". Galley

Comments (4)

Posted 21 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Remove the whitespace from between the IMG and /A tags to get rid of that border on the right. Change the BORDER property to show the entire box.


Actipro Software Support

Posted 21 years ago by Galley - Greenville, SC
Avatar
Thanks for the tip about removing the whitespace. I use the "beautify document" command, so I guess that is the culprit.
Sorry, but I don't understand what you meant by "Change the BORDER property to show the entire box".
Anyway, the images look fine now. <IMG SRC="smile.gif" border="0">

"I'm not a cool person in real life, but I play one on the Internet". Galley

Posted 21 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
BORDER="1" would make the box border always show around the image.


Actipro Software Support

Posted 21 years ago by Galley - Greenville, SC
Avatar
I did try the border set at "1", (which I would actually prefer), but the border was purple, the standard color for a visited link. I do have the visited link color set to black in the style sheet, so I'm guessing it's an IE problem. The border is black in Opera.

"I'm not a cool person in real life, but I play one on the Internet". Galley