Ticket #1366 (closed bug: worksforme)
1.1.3.1 IE6 / IE7 background images disappear
| Reported by: | mgisonno | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.2 |
| Component: | core | Version: | 1.1.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
<script type="text/javascript"> $(document).ready(function(){
}); </script> <div id="intuit-container" style="border: 6px solid #bfbfc1; margin-bottom: 10px; background: url(/images/homepage/intuit-bg.gif) no-repeat;"></div>
When the <script></script> tag, including the document.ready function is removed, the CSS background image displays.
With the <script></script> tag, including the document.read function is not removed, the CSS background image does not display
Change History
comment:2 Changed 6 years ago by brandon
- Status changed from new to closed
- Resolution set to worksforme
This works for me. Please feel free to reopen with a test case.
comment:3 Changed 6 years ago by pittster
- Status changed from closed to reopened
- Resolution worksforme deleted
I seem to be having the same problem where when I am debugging an asp.net application using the development server which uses http://localhost:portnumber.
When I upload the file to a properly qualified domain, it seems to work. It only happens to me in IE6.
The problem does seem to exist.
I'm using the very latest version of jquery and the dimension plugin.
comment:4 Changed 5 years ago by davidserduke
- Status changed from reopened to closed
- Resolution set to worksforme
- Milestone changed from 1.1.4 to 1.2.2
I'm sure you are seeing something but I can't reproduce it. The background shows just fine for me. Again this will be closed but if you have an actual test case it can again be reopened.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

I just reverted back to 1.1.2 and this is still happening. I'm not sure why