Some additional background positions could easily be flipped:
background: url(myimage.gif) 0 0 no-repeat;
to
background: url(myimage.gif) right top no-repeat;
and
background-position: 0 0;
to
background-position: right top;
Original issue reported on code.google.com by chad.lit...@gmail.com on 23 Oct 2008 at 9:05
Original issue reported on code.google.com by
chad.lit...@gmail.com
on 23 Oct 2008 at 9:05