WpF Medinova 模板中的 rtl
rtl in WpF Medinova template
我正在自学学习网页设计。作为练习,我使用的是 here . My requirement is to include Arabic content and display it properly. I tried to change the CSS direction to rtl
and float to right
in the menu-area in the file style.css line 184. But it does not work. While the Home
should appear first, it appears at the end as if it is in English webpage. See this screenshot:
免费提供的 WpF Medinova 模板
下面三个点的单词应该正好出现在第一个位置。
如果您能告诉我如何将导航菜单方向更改为从右向左显示,我将不胜感激。
这是将 LTR 转换为 RLT 的解决方案,只需按照此 link 说明进行操作,希望对您有所帮助..
我正在自学学习网页设计。作为练习,我使用的是 here . My requirement is to include Arabic content and display it properly. I tried to change the CSS direction to rtl
and float to right
in the menu-area in the file style.css line 184. But it does not work. While the Home
should appear first, it appears at the end as if it is in English webpage. See this screenshot:
下面三个点的单词应该正好出现在第一个位置。
如果您能告诉我如何将导航菜单方向更改为从右向左显示,我将不胜感激。
这是将 LTR 转换为 RLT 的解决方案,只需按照此 link 说明进行操作,希望对您有所帮助..