HTML/CSS Help...

racoweb

New Member
Messages
17
Reaction score
0
Points
0
Hi

My website is http://www.raulcornejo.com

It works flawlessly on firefox and opera, but there's a problem with the border of the photos and images that have a link. If you see it on firefox, it shows no border and then it changes to a white border, but on IE it shows only a fixed blue border.

Any tip?

Thanks!
 

Pi606

New Member
Messages
85
Reaction score
0
Points
0
Does this work?
HTML:
<a href="yourpage.html"><img src="img.png" style="border:none;" /></a>

Or this?

HTML:
<a href="yourpage.html"><img src="img.png" border="0" /></a>
 
Top