Patrick Shannon
05-07-2005, 12:06 AM
Well, I am absolutely stumped and have tried everything. I hope I can explain this well enough. I've prepared the following to help explain better.
http://www.patrickshannon.com/example.gif
I am currently redesigning my fencing club's website in CSS. That banner on the side uses DIVs of varying sizes to shape it's contour. Using relative positioning and floats, I can then wrap text perfectly around it in the content DIV.
The banner uses transparent DIVs and has a Z-index higher than the rest of the elements. That's to allow the "header" DIV to float behind it allowing for some neat tricks and design.
The header DIV uses absolute positioning. That's because if I use relative, then the banner bumps down considerably on the page (settling on the first banner DIV it can fit across from). Thus I HAVE to use absolute to put it in the correct place.
But the problem is that text will not wrap around absolute positioning, as you can see in the included picture. I tried to solve this by using "top: xx" on the content DIV, but the problem with that is that the bottom of the content drops past the white into the black. (Not using top, the "footer" will drop and reflow with the additional text accordingly.)
Is there any way to solve this problem?
http://www.patrickshannon.com/example.gif
I am currently redesigning my fencing club's website in CSS. That banner on the side uses DIVs of varying sizes to shape it's contour. Using relative positioning and floats, I can then wrap text perfectly around it in the content DIV.
The banner uses transparent DIVs and has a Z-index higher than the rest of the elements. That's to allow the "header" DIV to float behind it allowing for some neat tricks and design.
The header DIV uses absolute positioning. That's because if I use relative, then the banner bumps down considerably on the page (settling on the first banner DIV it can fit across from). Thus I HAVE to use absolute to put it in the correct place.
But the problem is that text will not wrap around absolute positioning, as you can see in the included picture. I tried to solve this by using "top: xx" on the content DIV, but the problem with that is that the bottom of the content drops past the white into the black. (Not using top, the "footer" will drop and reflow with the additional text accordingly.)
Is there any way to solve this problem?