Nov
15

Future-proof Your Sites

If you’re like me, you still haven’t quite taken the dive into all out HTML5 markup. Don’t feel bad. From what I’ve read, there still isn’t a whole lot of importance placed on the HTML5 markup itself.  Search engines and mobile devices don’t care if you use <div> tags in place of <section> or <article> [...]

0 Comments

Sep

15

Dead simple way to target IE6/7 separately in CSS

Most of the time when your CSS is solid, you’re not going to see too many layout discrepancies between modern browsers.  However if you have just one or two elements that are acting up in IE6 and/or IE7, here are a couple very useful tricks. The underscore hack, and the star element hack: .box { [...]

0 Comments