Closed Bug 35243 Opened 25 years ago Closed 25 years ago

Background Page with watermark didn't work under Netscape but works under IE5 (bgproperties)

Categories

(Core :: Layout, enhancement, P3)

x86
Windows 2000
enhancement

Tracking

()

VERIFIED DUPLICATE of bug 7474

People

(Reporter: famtie, Assigned: rickg)

References

()

Details

From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0) BuildID: 2000033112 Background Page with watermark didn't work. See clear difference betweeen Netscape and IE5. Reproducible: Always Steps to Reproduce: 1.Start Netscape 2.Type www.xs4all.nl/~famtie/test1.htm 3. Actual Results: background page with watermark did in IE5 But it didn't work in Netscape 6 (M15) It's clear difference between Netscape and IE5 <body background="roze.gif" bgcolor="#FFFFFF" bgproperties="fixed"> ^^^^^^^^^^^^^^^^^^^ It's added this bgproperties = "Fixed" This mean Background with watermark. It would be beautiful. This website is designed by Frontpage 97 / 2000.
This should be filed with severity "enhancement", if at all. A bug it is not. "Watermarks" work under IE5 because MS created that feature specifically for MSIE, well aware that it wasn't a standard and thus not be visible with any other browsers. The "invention" may even be patented for all i know. However, it is W3C that is the formal authority on web standards. Undermining their importance benefits noone in the long run. Should W3C standardize some watermark effect one day, i'm sure browser developers would incorporate it. Untill then you can achieve much the same effect with CSS, if desired. It may even be quicker :)
the poster of course meant http://www.xs4all.nl/~edwtie/test1.htm for the example page.
fixing URL and changing severity to enhancement. i agree with dark@c2i.net on this one.
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
I'm glad you agree with me, but you disagree with yourself ;) URL in the url-field on top here was intially correct: It was the URL in the reporter's description further down that was wrong. Not that it matters..i think this is a "WONT".
This can be done with CSS background: fixed. See http://www.w3.org/TR/1999/REC-CSS1-19990111#background-attachment The attribute is not in the spec, so this ain't a bug. Marking INVALID.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
It is not wrong. It's not standard HTML Element.'Bgportperties' can only read by IE5 but not by netscape 5. YOu will make two versions of your website for Netscape and IE5. B
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Also added // Non-standard HTML elements from anothor browsers. http://www.xs4all.nl/~famtie/test1.htm : Try with Netscape 6 and IE5.
Searching for "bgproperties", this issue has been marked INVALID three separate time already. Marking a DUP of bug 7474, 'BGPROPERTIES="FIXED"'. The following should work: > <body background="foo.gif" style="background-attachment: fixed;"> This should also work with IE5, but if it doesn't, you could always use both. *** This bug has been marked as a duplicate of 7474 ***
Status: REOPENED → RESOLVED
Closed: 25 years ago25 years ago
Resolution: --- → DUPLICATE
Summary: Background Page with watermark didn't work under Netscape but works under IE5 → Background Page with watermark didn't work under Netscape but works under IE5 (bgproperties)
Marking verified dup of 7474.
Status: RESOLVED → VERIFIED
Component: HTML Element → Layout
SPAM. HTML Element component deprecated, changing component to Layout. See bug 88132 for details.
You need to log in before you can comment on or make changes to this bug.