View Single Post
  #4 (permalink)  
Old Mar 27th, 2007, 22:48
Ryan Fait's Avatar
Ryan Fait Ryan Fait is offline
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Image hyperlinks

I could be wrong on this, but I think IE still puts a border around them. Don't shoot me if I'm wrong, but this will ensure there is no border:

Code: Select all
a img {
    border: 0;
}
Reply With Quote