My requirement: There are 2 divs: div1 and div2, of which div2 is inside div1. Now I want to add 100 tables in div2. These tables can only be arranged horizontally, and div2 can only have horizontal scroll bars. If There are multiple div2, and only vertical scroll bars can appear in div1. How to implement
Here is my code:
Private Sub Command5_Click()
Dim w1 As String, i As Long
w1 = "
... |
This is a style sheet problem and can be solved by adding styles in div2
It is recommended to ask in the style sheet area or go directly
If table If you know the width and quantity, it's easy to solve. Now the question is how to solve it if the width and quantity are unknown?