I am attempting to design a text block with precise dimensions for both width and height. In the event that the text exceeds these dimensions, I desire the functionality to drag the text horizontally in order to reveal the remainder of the content (by clicking on the text and moving it left or right). Currently, when I try to do this, the text is selected instead of being dragged. I have observed some websites achieving this using flash, but I believe there must be a simpler method utilizing CSS or jQuery.