Modify ↓
Ticket #9586 (closed bug: worksforme)
relative CSS value does not work for "right"
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | css | Version: | 1.6.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
An absolutely-positioned element with right:0,left:auto ignores a css change of "right" : "+=x". Width and left works fine. Encountered in Chrome 12.
Change History
comment:2 Changed 2 years ago by addyosmani
- Priority changed from undecided to low
- Resolution set to worksforme
- Status changed from new to closed
- Component changed from unfiled to css
Thanks for submitting a ticket to the jQuery Project! I've run your test case using our jQuery edge version (1.6.2+) and it appears to be working fine in Chrome 12 without any issues http://jsfiddle.net/W76j6/3/. Please try using a more recent version of jQuery as there have been updates made since 1.6.
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.

Example: http://jsfiddle.net/W76j6/1/