I am looking to increase the width from right to left.
<div dir="rtl" id="progress">
<dt id='dt'></dt>
<dd id='dd'></dd>
</div>
The ultimate objective here is to have this progress bar progress from right to left when using Arabic language on my website (given that the default direction of Arabic language is right to left).
Although I attempted using the dir
attribute as mentioned, it did not solve the issue. I have a potential solution in mind, but it would involve changing the HTML structure. I prefer not to alter the HTML as my website supports both English and Arabic languages; instead, I am seeking a way to adjust the style or JavaScript code.