Hi all,
I'm strugglin with a html/css column layout. So I searched for a forum and here I am. Hope some of you can give me an advice how to proceed.
So I have 2 colums and a quote in the middle. The way I did it now is simply:
<p>1 paragraph</p>(float left)
<p>3 paragraph</p>(float left)
<blockquote>quote here</blockquote>
<p>2 paragraph</p>(float left)
<p>4 paragraph</p>(float left)
--
I could to it with css3 columns, but I'd like it working crossbrowser. The javascript solutions for that issue I'm not to excidid about.
What you guys think?
Ilja