I need a DIV to have constant width, regardless showing the scroll bar.
This is what I have so far:
<div style="overflow: auto; width:100%; height: 100px;">
How should this be changed ?
|
|
The
Change the x or y overflow to |
|||
|
|
|
To get a constant width, specify a pixel value:
|
|||
|
|