Home › Forums › CSS › How to make sidebars move below content › Reply To: How to make sidebars move below content
August 29, 2013 at 12:42 pm
#148529
Participant
Yes I’m seeing that float and source issue more clearly now.
Chris’s clear distinction between float and absolute from this page
Floated elements remain a part of the flow of the web page. This is distinctly different than page elements that use absolute positioning. Absolutely positioned page elements are removed from the flow of the webpage…
gave me a clue about how to do what I want. I will absolutley postion them left, right and top in my wrapper until a certain size when they will then be made static and floated below the content. ding!!