On Thursday 2009-06-25 23:44 +0300, Usamah M. Ali wrote:
> I've tried to declare a direction: rtl; on such elements but it didn't have
> any effect.

direction:rtl shouldn't add anything since it should already be
there (because the dir="rtl" in the markup causes a 'direction:rtl'
style).

> Does anyone knows if CSS3 has dealt with this limitation?

The current draft adds the ability to give values relative to any
side, such as:
  background-position: top 10px right 5px;
  background-position: right 10px bottom -20px;
etc.  See
http://dev.w3.org/csswg/css3-background/#the-background-position-property

-David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to