Bug 67291

Summary: minid.net links rendered wrong
Product: [Applications] konqueror Reporter: Alejandro Exojo <suy21>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 4.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Alejandro Exojo 2003-11-05 13:04:33 UTC
Version:           4.0 (using KDE 3.1.93 (3.2 beta 1), compiled sources)
Compiler:          gcc version 2.95.4 20011002 (Debian prerelease)
OS:          Linux (i686) release 2.4.18-bf2.4

In http://minid.net/ there are some links that are not rendered correctly (see the attached image). I think it's because this CSS rule in http://www.minid.net/css/basic.css:

a[rel="help"] {
	padding-right: 13px;
	background-image: url(/images/set1/general/external.gif);
	background-position: right !important;
	background-repeat: no-repeat;
}

Seems that the "no-repeat" property is being ignored, because it appears a lot of times, and doesn't allow to see the text (selecting the text, the image dissappear).

Best regards.
Comment 1 Stephan Kulow 2003-11-05 13:34:53 UTC
and as such...

*** This bug has been marked as a duplicate of 59600 ***
Comment 2 Alejandro Exojo 2003-11-05 13:42:14 UTC
Subject: Re:  minid.net links rendered wrong

El Mi