dynamically wrap around floating div as it scrolls
Would it be possible to have text dynamically wrap around the scrolling div as it scrolls down the page. I'd prefer to do this rather than have a completely empty column in my layout to allow for the floating div.
1
person likes this idea
I like this idea!
Tell me when this idea gets some attention.
The more people who like this idea, the more it gets noticed.
The more people who like this idea, the more it gets noticed.
The company has not planned to implement this.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?As far as I know, there are only two ways to accomplish this:
- Change the top margin of a floated element.
- Actually move the element down the HTML hierarchy.
Neither is a very attractive situation. Adding margin to the top of the element will leave a big empty block above it all the way down the page. Trying to move the element around in the hierarchy is a nightmare to put it mildly.
Anyway, it would be hard to convince me that supporting such behavior is a good idea. Having the text constantly shifting around as the user scrolls would be a disorienting experience.
Loading Profile...


