CSS Columns

Discussion in 'CSS' started by luckybee, May 27, 2007.

  1. #1
    Is there any methods for columns in CSS other than floating divs or absolute positioning? This is because both of those methods are not working with a little piece of JS I'm working with.
     
    luckybee, May 27, 2007 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    There would be more methods if IE weren't a PoS. You could use {display: table-cell;}, or as the modern browsers start implementing css3 (IE doesn't even implement half of css2), you could use flowed columns. But, both methods you mentioned are very effective. I'd guess you haven't coded appropriately. Show us what you have, and tell/describe what it is you want.

    cheers,

    gary
     
    kk5st, May 27, 2007 IP
    luckybee likes this.
  3. luckybee

    luckybee Peon

    Messages:
    151
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It's for a new WP theme I'm working on. I want to store some information in a sliding element at the top. I use the slide.fx function from mootools to attempt to do this. The code works fine for me in IE7 but not in FF2. Here is the URL:

    http://www.dirsrc.com/wp/index.php?wptheme=Moonlit
    (Note that this is a WIP so spacing / colors / etc might look ugly)
     
    luckybee, May 27, 2007 IP