The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

Quick CSS Question

DelzhandDelzhand Registered User, Transition Team regular
edited September 2009 in Help / Advice Forum
What's the easiest way to divide a horizontal block into thirds without using a table? I have a div with width:100%, and three divs inside of that. I tried width:33% on the inner, but it isn't exact. Google results are just a bunch of stuff on the Rule of Thirds and 3-column layouts.

Delzhand on

Posts

  • rfaliasrfalias Registered User regular
    edited September 2009
    Are you getting gaps?
    Try a -1px margin, each browser tends to display it oddly (IE:IE *gigglesnort*) ... Usually a -1px margin and a float left on the column in subject works

    rfalias on
Sign In or Register to comment.