codehover
codehover copied to clipboard
turn 2 columns off
Once you get through a side-by-side display. Turn off column setting. Turn on again for another graphical pipeline if needed.
I used two CSS classes and it worked, but still with glitches (somethimes when it should return to one-full-column-format it starts with half... I guess its a question of how many divs to close with /div tag).
Here is the css .column_left { float: left; width: 50%; }
.column_right { float: right; width: 50%; }
And an exemple test.zip
I looked at test.zip. I didn't see the glitches yet. I like the example. :-) I'll try with the reduced code soon!