User Profile
Collapse
-
it's alright, that's not really important. Since the page height is static, the text wrap area is also static. In that case, could we just put a second box inside the content with float: left; and the equivitent of float: bottom;? You see what I'm trying to do here?... -
Is there a way to set static height? Like min-height working with max-height, even at over flow?Leave a comment:
-
Try putting the div outside of any parent with restricted widths then adding "margin: auto auto;" Which makes the div have auto left and right margins. In other words, centered. Try removing the right and left positions and play around with the "position" style. Make sure the div width is set to image width.Leave a comment:
-
I understand float and everything, but my picture is at the bottom of the content not and the top. I also have to have it absolute positioned as it's supposed to stick out. I have tried to add a div the size of the image that covers the content, but unless I have a float: bottom;, it is always at the top. The only way that could be fixed is to add the new div into the indent line break manually, but my page is dynamic thus can't be done.Leave a comment:
-
Upgrade your flash version, it worked for me. I set required flash version to 10.0.22.87 which seems to be the one that worksLeave a comment:
-
Absolute Positioning and Text Wrap
This is what I'm having problems with: I have a image that is in an absolute positioned div at the bottom left of my content. I want the content to be full width until reaching the image then wrap around it. Refer to the image for details:
The red is the content div with padding, the black is the div + image, and the white is the content. I want the text to only be in the white spot and wrap around the black.
...
No activity results to display
Show More
Leave a comment: