I just saw someone in the 9CBS forum, in fact, it is also a very old problem, I want to talk about it when I am working online.
123456
div>
body>
html>
In the HTML tag, pl% is DIR = "RTL" means Direction is R (Right) t (to) L (left), from right to left, in this case, the scroll bar goes to the left side, the same, the same Is DIR = "LTR" is the kind of our normal habit,; use DIR = "RTL", so the content of the text is also displayed from the right left. What should I do?
The body part is the content between the body, but it can't write
Because of this, it is in the "html dir =" rtl "> conflict, it has become a scroll bar in the right side.In this way, we will add a container between
body>.Show your text here
div>
OK, get it