Click to See Complete Forum and Search --> : I need help: IE and Firefox issue


UniqueCreations
05-10-2008, 10:27 PM
I am almost done with a site and am experiencing some problems. Everything looks and functions fine in Firefx but is weird in Internet Explorer. The problem with IE is that it is outlining all of my images that are set up as links in blue and there is no hover change. I want them to outline in black when hovered and they work fine in Firefox. I have went over the page settings and CSS so many times I am turning blue.... just link my links!

The site in question is temporarily published here:
http://piolthy.com/spirit

I still have some content to add but I have not been given it yet. The site was made in Dreamweaver CS3 using a .dwt template. There are still a few other minor issues but this one is pressing and has got me stumped.

Anyone have any ideas?

Centauri
05-11-2008, 01:30 AM
IE doesn't apply the link color to embedded images like FF does - you have to target the image borders :a img {border-color: #AA0000;}
a:hover img {border-color: #000000;}

UniqueCreations
05-12-2008, 05:57 AM
Thanks much!

I knew it had to be a simple CSS rule, but I was drawing a blank! All is well now!