#13421 closed bug (notabug)
$.css bug in firefox
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | css | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('selector').css('border-radius') dose not return the right value in firefox
Change History (8)
comment:1 Changed 9 years ago by
Component: | unfiled → css |
---|---|
Resolution: | → notabug |
Status: | new → closed |
comment:5 Changed 9 years ago by
Replying to gibson042:
#13565 is a duplicate of this ticket.
$(elem).css('borderTop') has the same effect http://jsfiddle.net/EMjJD/5/
comment:7 Changed 9 years ago by
For borders there is not only the side but the width/color/style, which means the actual single-number value is borderTopWidth
.
Note: See
TracTickets for help on using
tickets.
From http://api.jquery.com/css/: