CSS victory? Text overflow
I think I have 'won' my fight with CSS. The main point of victory was to tidy up the code, and secondly to use Absolute positioning to get the 2 columns I craved. I then tried to solve the problem of text overflowing my CSS boxes and discovered a piece of CSS called overflow.
This can be
auto
scroll
hidden
If you use overflow:scroll; it creates scroll bars!
This works but is not terribly elegant.
Anyway I have a temporary victory.
This can be
auto
scroll
hidden
If you use overflow:scroll; it creates scroll bars!
This works but is not terribly elegant.
Anyway I have a temporary victory.
Comments