Done, and gets things smart.
I’m really itching to get to one of two other projects currently in my personal queue, code-named Ptah or Magnets (you’ll see what they are eventually), but bug reports for Right Now have been coming in fairly quickly, and there have been some quite obvious problems in the code. The whole “release early, release often” and “your users […]
One of the things I like to use with CSS is percentages. Often, this goes a bit over the top; right now, I have a two column layout that looks something like this: .leftcolumn { float: left; width: 22.340425%; margin-right: 1.06382%; overflow: hidden; } .rightcolumn { float: left; width: 76.59574%; margin-right: 0; } Which is […]