Ticket #10842 (closed bug: worksforme)
Version 1.7 break background color in opera 11.52
| Reported by: | pminetti@… | Owned by: | pminetti@… |
|---|---|---|---|
| Priority: | low | Milestone: | 1.7.1 |
| Component: | css | Version: | 1.7 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
please try these in opera 11.52
<!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01 TransitionalEN" " http://www.w3.org/TR/html4/loose.dtd"> <html> <head>
<meta name="GENERATOR" content="NetBeans IDE"> <script language="javascript" type="text/javascript" src="jquery-1.4.2.min.js"></script>
</head> <body style="background-color: red;"> </body>
and then try these
<!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01 TransitionalEN" " http://www.w3.org/TR/html4/loose.dtd"> <html> <head>
<meta name="GENERATOR" content="NetBeans IDE"> <script language="javascript" type="text/javascript" src="jquery-1.7.min.js"></script>
</head> <body style="background-color: red;"> </body>
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket!
Additionally, be sure to test against the "jQuery (edge)" version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.