Jump to content

matthyx

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by matthyx

  1. No, it still doesn't help :) Again, this problem only shows with IE... Firefox and Safari rendering are fine.

    .mylink {  background: url(myimage.png) left center no-repeat;  padding-left: 13px;  border-width: 0px 0px 0px 0px;}

  2. Hello,To make some links look more fancy, I am adding an image in front of them with this kind of definition in my CSS:.mylink { background: url(mytinyimage.png) left center no-repeat; padding-left: 13px;}Everything works fine: XHTML 1.0 strict and CSS validated, rendering fine in Firefox.Unfortunately, some of my friends are using IE6 and, with it, a 1px blue border appears around the image. This is pretty ugly as mytinyimage.png has a rounded shape...Is there a way to force-remove this border?

×
×
  • Create New...