This site heavily relies on bug reports created by its readers. Anyone can report a bug and be published.
Main navigation:
Search reports by browser:
Opera 8.02 does have a maximum (2048) and minimum (-2048) values for "background-position" property.
If the given value exceeds this numbers, it will be treated as the corresponding extremum. So the declaration:
background-position: 4000px 10px;
will result the same as
background-position: 2048px 10px;
No straight-forward workaround seems to be possible. Consider not using such a large numbers at all.
Limit for IE6 is 100 millions of pixels, literaly.
Test page Workaround is not included
Reported by: Constantine Vesna.
Opera | Reported on 22 September 2005.
Commenting guidelines:
Posted by Frenzie on 22 September 2005
1The bug is not fixed in Opera 8.5.