Easy Calendar
    I too have a problem with the layout..., December 25, 2006 |
0 of 1 people find this review helpful:
If ever there was a case for CSS-only layouts being totally unnecessary, then this is it. Previous commenters have mentioned the calendar layout, and that is where the components falls down.
The layout is done without tables - now if ever there was a valid, reasonable, sensible time to use a table for layout, then a calendar is it! It *is* tabular data!
As it stands, the layout is done through CSS in absolute pixel sizes (% or ems would be better), which is completely unnecessary, when HTML tables are designed to display this kind of information without messing up the display on a narrower or wider screen than the designer's.
Sorry, but this ruins an otherwise useful component.
|
|