CSS Based Calendar Layout?
Anyone have a reference? I searched google and found nothing. I can do it from scratch, but it'll take a lot of nested divs and I was wondering if anyone had a better idea?
Anyone have a reference? I searched google and found nothing. I can do it from scratch, but it'll take a lot of nested divs and I was wondering if anyone had a better idea?
Abhishek Reddy posted this at 07:04 — 6th January 2005.
He has: 3,348 posts
Joined: Jul 2001
Tables? Tables are for tabular data. I think a calendar is tabular.
Dragon of Ice posted this at 15:32 — 6th January 2005.
He has: 578 posts
Joined: Jun 2004
So it wouldn't be taboo to use tables in this case?
TaylorAtCTS posted this at 17:29 — 6th January 2005.
He has: 153 posts
Joined: Nov 2004
CSS would probably be better, however it is tabular data and is therefore acceptable. with CSS you could control the data and make changes a little bit easier
Dragon of Ice posted this at 17:33 — 6th January 2005.
He has: 578 posts
Joined: Jun 2004
I'll use table. Thanks guys. I can still control the table using css, btw.
TaylorAtCTS posted this at 00:26 — 7th January 2005.
He has: 153 posts
Joined: Nov 2004
Yep you can
Show us what your makin when u get done
Dragon of Ice posted this at 01:45 — 7th January 2005.
He has: 578 posts
Joined: Jun 2004
http://madclassifieds.000k.net/lib/calendar.html
Most of the links don't go anywhere, and none of the links on the calendar go anywhere.
Abhishek Reddy posted this at 03:30 — 7th January 2005.
He has: 3,348 posts
Joined: Jul 2001
Tables are not taboo in CSS. It's not about using CSS everywhere; it's about semantically correct markup. For layouts, page structure, etc, tables don't make sense, hence their bad reputation. For tabular data (what tables are meant to contain), tables are perfectly fine.
TaylorAtCTS posted this at 16:28 — 7th January 2005.
He has: 153 posts
Joined: Nov 2004
nice calendar GJ
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.