Jump to content

Dorky

Members
  • Posts

    287
  • Joined

  • Last visited

    Never

Posts posted by Dorky

  1. For IE Mac, we use display:inline-block;float:left; and we clear the columns using the footer.

        Yes, I had to break my promise a bit: just to support IE Mac I do use float here.

     

    Now we need extra declarations:

     

        * vertical-align to make the content of the LIs appear near the header rather than the footer (by default, content appears bottom-aligned).

        * width to make the LIs sit next to each other rather than take the whole width of their parent container (note that the widths add up: 12em + 29em + 14em = 55em).

     

      #s1,#s2,#s3,{display:inline;zoom:1;vertical-align:top;}

      #s1 {width:12em;}

      #s2 {width:29em;}

      #s3 {width:14em;}

      /*\*//*/

      #s1,#s2,#s3 {display:inline-block;float:left;}

      #ft {clear:left;}

      /**/

    i can see why

  2. we arent here for me. please keep you eye on the ball. if you want to debate post in misc. thanks.

     

    The original reply wasn't aimed at you. It was telling the OP that you'd given bad advice.

     

    Though this one is aimed at you, and for hijacking the thread I apologise.

    i provided a link to another site that uses the same. im sure they can decide for themselves if it was bad info. and telling them i am giving bad info without a link as i provided to back your statement is a bad call. and yes, you did hijack the thread.
  3. yeah...see how far that outlook gets you when (if) you start working in the real world.

    lmfao, everything from garbage man, cook, to atm technician and tech support.@32. but i guess that doesnt count.  :'(

  4. i see a lot of folks drop into the php coding section with problems they have trying to use some over written script they found somewhere on the net and it seems counterproductive to struggle with it rather then building their own and learning something they will obviously need to know in the future.

  5. Or pre-built as in PHPBB? Many people consider forums as the "wheel" of internet and find it redundant to re-invent the "wheel".

    by that shouldnt we all just give up and use dreamweaver?

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.