Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Blocks of Text

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29187
    brad_langdon
    Member

    Hi,

    I am wanting to alter my WP site so that a blog post is placed into a square div but if the text exceeds the div I want a new identical div to float to the left of it with the remaining text… so new divs would keep auto generating until the article is done.

    So basically the whole article will be displayed horizontally in divs lined up next to each other.

    Any ideas?

    #76692
    Rob MacKay
    Participant

    you mean you want to display your text in columns?

    I’m guessing yes – here are some options:

    http://welcome.totheinter.net/2008/07/2 … nd-jquery/

    and CSS3

    http://www.css3.info/preview/multi-column-layout/

    #76701
    brad_langdon
    Member

    Not too keen on css3 options until its more mainstream. The jquery option looks good… The thing is its dynamic so I can’t just code normal colums. Cheers.

    #76714
    Rob MacKay
    Participant

    yea one of the big issues is that columns are just not natively supported yet… :) CSS 3 will sort that out but obviously like you know – it needs to be supported…

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.