<li><a href="#" ><img src="images/hospitality.png" title="" /></a>
Problem- image is getting displayed inside a blue rectangle box in IE and Mozilla but not in Chrome.How can I remove that blue box from IE also?
|
|
Or add it inline to the img element:
|
|||
|
|
|
You can set this CSS to remove the blue border on every image within a link:
|
|||
|
|
|
The "border=0" solution works, but it is not very easy to implement since it requires its addition in every and each link image you put in your project. The better solution is to include the following tag within your page's
|
||||
|
|