I'm a css noob, and though I want this DIV to resize when the window is resized, I don't want inner content to change the size of it.
|
|
|||||
|
|
|
Use the overflow statement. e.g. overflow: hidden; /* all content hidden as it spills over */ overflow: auto; /* Scroll bars appear on div when required to allow moving around */ overflow: scroll; /* Scroll bars will be present at all times */ |
|||
|
|
Have you looked into CSS and the |
||
|
|
|
|
|
||
|
|
|
|
set |
||
|
|
