Sun, 2016-05-29 22:07
Hi Guys,
I'm trying to divide my page in different blocks.
I want the blocks to be updated when the screen is resized. I'm using width: %.
The blocks I tried to divide with Float left / right and clear left / right. Till now I didn't succeed.
See below for the desired result. Is this possible in CSS with function float? Or do I need to use something else? Thanks for feedback!
---------------------------------------------------------------- - - - - - - - - - - - - - ----------------- - - - - - - - - - ---------------- ----------------- - - - - - - - - ----------------- - - - - - ----------------- - - - - - - - - - - ----------------------------------------------------------------
Greetings,
Valon
//mod edit: ASCII pic wrapped in [code][/code] tags to maintain formatting. ~gt
Sun, 2016-07-03 05:26
#1
I would use {display:
I would use {display: inline-block;} and @media to reset the column widths as the viewport becomes narrower.
If you could show us the markup you have or a link to the page, we could be more specific.
cheers,
gary