June 2010
2 posts
Width Bug on iDevices?
Today, I was “unfixing” a footer on a client’s site. One that, last year when we coded the website, they wanted fixed to the bottom of the browser viewport. But with the arrival of iDevices who “don’t do fixed positioning,” this footer placement is now being rethought. (As an aside, this makes me sad because just as Internet Explorer 6 was starting to die enough...
Some of my favorite HTML5 and CSS3 tools and info
http://w3viewer.com/ - The W3C spec (for LOTS of things) made simpler to read and navigate.
HTML5
http://www.modernizr.com/ - One of my favorite tools. Modernizr tests, and then reports back what the user’s browser supports so you can write fallback CSS and JavaScript where needed. It also adds support in IE for most new HTML5 elements (with more being added in vs 1.2). I need to write a...