Abbr or acronym that has a title attribute is rendered with a dotted “underline” in Mozilla and related browsers. This “underline” cannot be removed with the declaration text-decoration: none. In fact it is a bottom border, so if you wish to remove the “underline” from abbr and acronym elements, this can be done with the following rule:
abbr[title], acronym[title] {
border-bottom-width: 0;
}
1 Comment Already
Pingback & Trackback
Related Post
Leave Your Comments Below