codeforamerica / srtracker

Open311 Service Request Status Site
BSD 3-Clause "New" or "Revised" License
20 stars 23 forks source link

Nicer activity history display for IE < 9 #37

Open Mr0grog opened 12 years ago

Mr0grog commented 12 years ago

In IE7 and 8, we show boxes instead of circles for each activity on the SR details page (because border-radius is not supported). In IE7, we don't show a line between the items because generated content is not supported. In IE6, s*\ just gets crazy.

Could use VML, behaviors, or images for the circles, JS or non-generated content for the lines, and so on. Not sure how worthwhile this endeavor is overall, though.