1. Opera implementing -webkit prefixes is only as big a deal as we make it. Provided we don’t say ‘hey, it’s alright to only use -webkit now’ there’s no problem.

  2. I’ve recently started using these styles for adding automargins (margic = magic + margin) to floated items:

    .floatLeft.margic { margin-right: 1em; }
    .floatRight.margic { margin-left: 1em; }
    
  3. I’ve recently started using these styles for adding automargins (margic = magic + margin) to floated items:

    .floatLeft.margic { margin-right: 1em; }
    .floatRight.margic { margin-left: 1em; }