Overflowed Window |
We can put a scrollable window on our page or in our table. <div style="overflow:auto; height:250px; width:150px; background-color : white" > <p> This code will allow you to create a window that will have a menu bar that you can scroll down when the text will not fit in the designated window. </p> <p> I think this is going to be a nice option for placing files of various sizes on a prefomatted web page. test<br> test<br> test<br> test<br> </p> </div> |
This code will allow you to create a window that will have a menu bar that you can scroll down when the text will not fit in the designated window.
I think this is going to be a nice option for placing files of various sizes on a prefomatted web page.
test |