Opened 13 years ago
Closed 12 years ago
#6512 closed bug (invalid)
can't unset CSS property clip in IE
Reported by: | casey | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | css | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('div')
.css('clip', 'rect(auto, auto, auto, auto)') .css('clip', null); <-- doesn't work
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Priority: | → undecided |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Thanks for the report, but this is not a jQuery bug. null
is not a valid value to pass to .css
. To remove an inline CSS property, pass an empty string.
Note: See
TracTickets for help on using
tickets.
http://blogs.msdn.com/ie/archive/2009/02/10/i-found-a-web-page-that-doesn-t-work-now-what.aspx#9415681