how to make outer lengthy text wrap around & scroll through a fixed/floating without hiding some text behind that [closed]

If I’m understanding the problem correctly, it’s that you are trying to have your text wrap within the div. In order to accomplish this, try adding the following CSS to your div selector: word-wrap: break-word; There may be more to it, but it’s hard to tell without the actual CSS and markup. Try including that … Read more