2 replies [Last post]
sirugo
sirugo's picture
Offline
newbie
Last seen: 9 years 27 weeks ago
Timezone: GMT+2
Joined: 2013-09-22
Posts: 2
Points: 3

I have a large div with a small div inside it.
I want the smaller div to be positioned at the bottom of the large div.
So I have positioned the small div using "bottom: 0px; left: 0px; position: absolute;"
The large div has "position: relative;"

As you can see the small div appears where it should but the text does not float around it.
I have tried "float: left;" in combinations with various alternatives of display, but it does not seem to work.

sirugo
sirugo's picture
Offline
newbie
Last seen: 9 years 27 weeks ago
Timezone: GMT+2
Joined: 2013-09-22
Posts: 2
Points: 3

Screen dump

Obviously the screen dump wasn't attached.
Here it is (I hope)...

Skärmavbild 2013-09-22 kl. 10.12.33.png

gary.turner
gary.turner's picture
Offline
Moderator
Dallas
Last seen: 2 years 4 weeks ago
Dallas
Timezone: GMT-6
Joined: 2004-06-25
Posts: 9776
Points: 3858

You're not going to be able

You're not going to be able to wrap text around a fixed or absolute positioned element. It's not in the flow and is not seen by other elements.

Can you link to the page? It may be that something can be found for your specific problem. Without specifics, we can only guess.

cheers,

gary

If your web page is as clever as you can make it, it's probably too clever for you to debug or maintain.