Closed Bug 49806 Opened 25 years ago Closed 25 years ago

Incorrect border rendering on PNG

Categories

(Core :: Graphics: ImageLib, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: matt, Assigned: pollmann)

References

()

Details

This page uses Strict XHTML1.0 and CSS. The stylesheet sets the border for class "w3cbutton" to be 0, but when Mozilla renders the three buttons (all three are set to class w3cbutton), the rightmost has a border that shouldn't be there. The rightmost button differs from the other two only in the fact that it is a PNG, and not a GIF like the left two.
Looks like a style sheet issue... Eric, let me know if it is actually an image issue. -p
Assignee: pnunn → pollmann
Am no longer keeping that page in particular, so I've given an alternative URL.
matt@tmp.com.au, I can not view the page at the new URL that you posted, can you post another, or attach an old copy of template.html? Thanks!
I'm sorry about that, I changed my script and forgot to update it here.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Thanks! Actually, the bug is really simple. There is a typo on that page. Towards the bottom, the PNG is: <IMG CLASS="w3button" It should be: <IMG CLASS="w3cbutton" to get the style rule that the others have. Also, I don't think this selector matches anything image {... Should it be: img {... ?
Well I feel like an utter idiot now... I should know my now to check my code for errors. *bangs head against table repeatedly*
Updating QA Contact
QA Contact: paw → tpreston
Source code problem not ours. (Happens to the best *and worst :)* of us) marking as verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.