Home › Forums › CSS › Responsively word wrapping content around a sidebar › Re: Responsively word wrapping content around a sidebar
March 9, 2013 at 4:39 pm
#127619
Participant
I should note that that is but one way. You could also position: absolute the sidebar and use jquery to calculate the needed -bottom length.
edit// I just realized this can be done without jquery using top: 100%