Motivated by this "A list apart" article, I decided to embark on the journey of table-less web design. So far so good... I built a layout using only divs and my trusty css, basing my work on this article. But I think I went a bit too far...
I knew from the start that I would not support 4.0 browsers, but it turns out my layout doesn't work on 5.0 browsers either (namely IE5 Mac, IE5.5 Win). What troubles me is that ALA's example does work on these browsers
. My layout has some extra features (extra divs to hold shadows, and the main container is fixed-width and centered) that make it brake in such browsers. Should I really waste my time adding hacks to make it work on these browsers? or perhaps it is my fault (improper use of css is causing the problem)??
I mean, the original ALA article was published in 2001, it's 2006 and we still support non-compliant browsers? Please say it isn't so
I knew from the start that I would not support 4.0 browsers, but it turns out my layout doesn't work on 5.0 browsers either (namely IE5 Mac, IE5.5 Win). What troubles me is that ALA's example does work on these browsers
I mean, the original ALA article was published in 2001, it's 2006 and we still support non-compliant browsers? Please say it isn't so