Side navigation
#11748 closed bug (cantfix)
Opened May 10, 2012 10:14PM UTC
Closed May 11, 2012 04:24PM UTC
ie7 set display = table
Reported by: | tbrix13@uzitech.com | Owned by: | tbrix13@uzitech.com |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
if you set display to table in ie7 the table disappears
check this jsfiddle in ie7
Attachments (0)
Change History (3)
Changed May 10, 2012 10:16PM UTC by comment:1
owner: | → tbrix13@uzitech.com |
---|---|
status: | new → pending |
Changed May 11, 2012 02:45AM UTC by comment:2
status: | pending → new |
---|
checking for ie7 and using block instead of table seems to give the expected result
Changed May 11, 2012 04:24PM UTC by comment:3
resolution: | → cantfix |
---|---|
status: | new → closed |
Unfortunately, IE6/7 don't support display: table
so your solution is the best you can do.
Okay... since you reported this as a bug, what are you proposing that jQuery do?