Re: [css-d] how to dynamically constrain amount of Text/Content in a DIV area that can vary in size??

2007-06-03 Thread Audra Coldiron
Greg Hauptmann wrote: > If I use the CSS "overflow" property and set it to hidden (the content is > clipped, but the browser does not display a scroll-bar to see the rest of > the content), the question then is I guess... To see a scrollbar you'd set it to overflow: auto instead. > > ... how to t

Re: [css-d] how to dynamically constrain amount of Text/Content in a DIV area that can vary in size??

2007-06-03 Thread Greg Hauptmann
If I use the CSS "overflow" property and set it to hidden (the content is clipped, but the browser does not display a scroll-bar to see the rest of the content), the question then is I guess... ... how to then determine when serving the content up from within ones RoR application, know how much te

Re: [css-d] how to dynamically constrain amount of Text/Content in a DIV area that can vary in size??

2007-05-31 Thread Audra Coldiron
Greg Hauptmann wrote: > Hi, > > Can anyone recommend how best to how to dynamically constrain amount of > Text/Content in a DIV area that can vary in size?? > > That is, say you have: > (a) a content (DIV) area on your view that can expand/contract depending > upon browser size ( i.e. when someon

[css-d] how to dynamically constrain amount of Text/Content in a DIV area that can vary in size??

2007-05-30 Thread Greg Hauptmann
Hi, Can anyone recommend how best to how to dynamically constrain amount of Text/Content in a DIV area that can vary in size?? That is, say you have: (a) a content (DIV) area on your view that can expand/contract depending upon browser size ( i.e. when someone is re-sizing the browser window) and