Opened 12 years ago
Closed 12 years ago
#8304 closed bug (invalid)
after detach() css('display') returns block instead of inline-block
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
also css('*display') does not work at all (ie7 workaround for absence of inline-block.
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.