Secondly, in my XHTML I define an A thus: <a title="Show more information" class="info" href="text.html"></a>
and the CSS for it is:
.info {
position: absolute;
left: 890px;
top: 556px;
width: 80px;
height: 30px;
background-image: url(images/info.png);
background-repeat: no-repeat;
background-position: 0 0;
cursor: default;
}With IE, but not MZ or FF, if I increase the font zoom to larger than "medium" then a 2 or 3 px border appears under the A (info.png is actually larger than 80 x 30 px). Why is a border appearing?
Andrew Poulos ****************************************************** The discussion list for http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/ Web standards, accessibility, inspiration, knowledge To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
