Modify ↓
Ticket #8304 (closed bug: invalid)
after detach() css('display') returns block instead of inline-block
| Reported by: | leo.kuznetsov@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | unfiled | Version: | 1.5 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
also css('*display') does not work at all (ie7 workaround for absence of inline-block.
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.
Note: See
TracTickets for help on using
tickets.

Thanks for the report, but this is not a jQuery bug. Detached elements are removed from the document and no longer inherit cascaded styles. Furthermore, you don’t seem to understand how CSS hacks work; they do not create new special properties. Please use the jQuery Forum for support requests.