View Single Post
Old 01-27-2013, 11:40 AM   PM User | #1
Ilja
New to the CF scene

 
Join Date: Jan 2013
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Ilja is an unknown quantity at this point
Question html/css columns discussion

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

Click image for larger version

Name:	columns.jpg
Views:	34
Size:	41.9 KB
ID:	11897
Ilja is offline   Reply With Quote