How to make a Arabic style (right to left direction) web page with css?.

 Posted by Godly77 on 10/19/2011 | Category: CSS 3 Interview questions | Views: 6246 | Points: 40
Answer:

Answer is,
<style>


*{direction:rtl}

</style>


This css rule will change the direction all elements in the page from left to right. by default, elements direction is left to right.
it will helps to make website in arabic version.


Asked In: Many Times in my Comapny | Alert Moderator 

Comments or Responses

Posted by: SheoNarayan on: 10/20/2011 | Points: 10
Excellent, thanks for sharing this.

Keep it up!
Posted by: Akiii on: 10/21/2011 | Points: 10
This info is very useful......

Thanks and Regards
Akiii

Login to post response

More Interview Questions by Godly77