Here is what my problems is:
I have a page that has many small images on it. They are all links, and I have a border of 1 set around them. Here is the code I'm using:
<font face = "courier"><a href="ghost.html"><img src="pics/ghostpre.jpg" width="50" height="38" border="1"></a></font>
also, the following .css file is linked to in the head of the document:
<font face = "courier"> BODY, P, TD { font-size: 12px;
font-family: Verdana, Geneva, Arial, sans-serif;
color: #CCCCCC;
}
A:link, A:active, A:visited{ text-decoration: none; color: #000000; border-color: #000000;}
A:hover { color: #CCCCCC;}</font>
On IE 5 and Netscaoe 6 on a Mac, this does exactly what I want: creates a thin white border around the link when it is moused over.
But I checked it out on a PC today, with IE 6, and it had the standard link color borders. No mouseover effect at all.
So I was wondering if someone here with more experience than me could give me a hint as to why this is happening. In the past I've always used Freeway or GoLive(ugh), but I just decided to teach myself HTML and CSS because I'm sick and tired of the bloated code WYSIWYG editors produce.
The site can be found at
http://jimb.whyareyoulookingatme.com then in the "things to see", use the gallery link.......
I was thinking that I might need to add something to the .css file defining a style for img?
Thanks a lot for the help
Jim B.
york28@mac.com
Thanks for the help. And I apoligize for the gigantic post.
[ 04-08-2002: Message edited by: york28 ]