SolarCanine wrote:
> Specifically, assume I have a div tag of absolute dimensions. I need
> to figure out, first, whether or not the text inside the div tag is
> partially hidden by the overflow setting, and if so, what the hidden
> text is.
>
> Is this even possible? Obviously, the rendering engine in the browser
> "knows" this information, but is it accessible through Javascript?
Yes it possible to find out using offsetHeight and scrollHeight.
Here's a demo and some script :
http://km0ti0n.blunted.co.uk/viewng....28407808750000
Hope that helps