Jackie,

My client has asked me for a section of scrolling text dammit!


Looks as though you can just make a div a certain size, then add a "clip" attribute.

Example:

width: 300px;
height: 200px;
clip: rect(0, 300px, 200px, 0);
overflow: auto;

Hope this gets you going.

-Hugh

*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************




Reply via email to