DHTML

tidbits CSS Overflow

• Specifies how content larger than its box should behave.

o overflow: visible o overflow: hidden → (default) content outside box → (clipped overflow) content hidden

o overflow: scroll o overflow: auto → overflow content can be scrolled → Scrollbar when needed CSS: Box Size

• Content fitted to the Viewport → Example

height: 100%; object-fit: contain; } iFrame Issues

• HTML 4: