Posted by Jonathan N. Little on 12/24/07 14:20
Dave Kelly wrote:
> How do I keep the main division from wrapping around the navigation
> division?
>
> Go here to see my problem.
> http://www.texasflyfishers.org/flytying/Receipe.html
Thai is how floats are *supposed* to work where the non-floated content
flows around the float.
You could increase your left margin on the content you want to offset.
#centercol {
position:relative;
padding:0 20px;
margin-left:220px <-- Add this
}
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|