saeed199024 / cssjanus

Automatically exported from code.google.com/p/cssjanus
Apache License 2.0
0 stars 0 forks source link

feature request : flip background-position: 0 0; #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
seems like "right 0" is more correct.

Original comment by els...@gmail.com on 22 May 2009 at 9:44