theEclipse
Programmer
This may or may not be any help at all, but its a demonstration of where I am failing:
I am working with a CSS 3 column layout:
In my center column I have a series of paragraphs, each with an associated picture. I have set the pictures to float left, so that the paragraphs will flow around the pictures.
Some of my paragraphs are *short*....and sometimes more than one paragraph is associated with a picture.
So I add <hr style=clear:both> to the mix. Now my problem is that the <hr>s are clearing the nav menus outside the content div too. (see example if necessary. I removed the float:left from the image placeholders, but the effect is the same).
How am I doing this wrong? What should I be doing?
Thanks
Robert Carpenter
Remember....eternity is much longer than this ~80 years we will spend roaming this earth.
ô¿ô
I am working with a CSS 3 column layout:
Code:
Some *bare bones* psuedo html/css
<div id=left style=float:left width:100>...</div>
<div id=right style=float:right width:100>...</div>
<div id=centen style=width:auto margin:0 100;>... ... ...</div>
In my center column I have a series of paragraphs, each with an associated picture. I have set the pictures to float left, so that the paragraphs will flow around the pictures.
Some of my paragraphs are *short*....and sometimes more than one paragraph is associated with a picture.
So I add <hr style=clear:both> to the mix. Now my problem is that the <hr>s are clearing the nav menus outside the content div too. (see example if necessary. I removed the float:left from the image placeholders, but the effect is the same).
How am I doing this wrong? What should I be doing?
Thanks
Robert Carpenter
Remember....eternity is much longer than this ~80 years we will spend roaming this earth.
ô¿ô