I am a relative noob at graceful degredation, and wanted some tips on a site that just went live. I know that at this point the layout is completely broken in IE 8 or lower, and wanted to see how much I could do to make things work without a massive overhaul.
www.unccti.org
On IE 8, for example, it looks like:
http://unccti.org/unc-cti-ie8.png
It is supposed to look like:
http://unccti.org/unc-cti-modern.png
The main issue is that the content is completely illegible on older browsers, and some users have actually mistakenly believed this is how the site was intended to look in order to be perceived as 'stylish.' I have included a script to notify users when their browser is out of date, but I want to at least see if I can get this mildly functional on IE8. I am assuming 7 is a lost cause.
What I have tried in addition but without results:
- normalize.css and
- HTML5Shiv
Thank you for your help.