I am trying to implement DIVthat contains some text and behaves as follows:
I know how to implement # 2 ( overflow: auto; position: relative), but this behavior depends on the presence height=400px, which, of course, negates the desired behavior # 1.
How can this be done with CSS?
I would prefer a reasonable cross-platform solution, if it's too complicated, should work on IE7, IE8 and FireFox 10+.
source
share