Bug 67291 - minid.net links rendered wrong
Summary: minid.net links rendered wrong
Status: RESOLVED DUPLICATE of bug 59600
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 4.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-05 13:04 UTC by Alejandro Exojo
Modified: 2003-11-05 13:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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