Side navigation
#1366 closed bug (worksforme)
Opened July 06, 2007 04:58PM UTC
Closed November 28, 2007 05:20AM UTC
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: | ||
Blocked by: | Blocking: |
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
Attachments (0)
Change History (4)
Changed July 06, 2007 05:08PM UTC by comment:1
Changed July 20, 2007 09:07PM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
This works for me. Please feel free to reopen with a test case.
Changed August 26, 2007 12:37AM UTC by comment:3
resolution: | worksforme |
---|---|
status: | closed → reopened |
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.
Changed November 28, 2007 05:20AM UTC by comment:4
milestone: | 1.1.4 → 1.2.2 |
---|---|
resolution: | → worksforme |
status: | reopened → closed |
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.
I just reverted back to 1.1.2 and this is still happening. I'm not sure why