#14187 closed bug (notabug)
jQuery-1.7.2 Not working for IE8
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello,
In my project i used 'jquery-1.7.2' new update before i used 'jquery-1.3.2' for crossbrowser changes, but after changed jquery-1.7.2 my project does not working on IE8(Document Mode IE8 Standards).
Please help me to solve this issue.
Thanks & Regards, Yuvraj
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by
The problem you were having was a css-related jquery issue. I noticed that only in ie8 Standards Mode my tables were not resizing properly and after debugging noticed that my css for the table had a duplicate entry. There must be a difference in the way that jquery.<object>.css("border-left-width") responds in ie8 as the following css renders correctly in ie7 and ie9 Standards Modes, but not in ie8 Standard Mode:
table { border: 8px solid #C2DDEE; border: none; }
Ask for help on a forum, this isn't a bug report.