Home >Web Front-end >HTML Tutorial >Under IE, the vertical scroll bar blocks the last column of the table_html/css_WEB-ITnose
The table is super wide, and then the vertical scroll bar that appears on the far right side of the page blocks part of the last column. How can I solve it?
It only appears in IE, and FF does not have this problem.
For compatibility issues, search the compatibility code under IE
Set the width of the overall table: 100%; or 95%;
Agree with the previous one, it is not a compatibility issue at all
Solved, the form has exceeded 100%, adding 95% has no effect, just put the form directly Put a container and move it left and right