Re: [css-d] CSS Calendar

2006-08-27 Thread Mike Purvis
Hi there, I'm the author of these demos, and I've been running a pretty robust calendar of similar ilk here: It's just a basic PHP script that parses a wikipage (such as this one: ) into that viewable page and feed. My ratio

Re: [css-d] CSS Calendar

2006-08-27 Thread Rimantas Liubertas
> And even if some may think that a calendar should not be done in CSS, why > not try? I agree that there are times when tables are the right answer, but > I think that part of what we do as advocates of CSS design is to push the > limits of our craft. > > Besides, you gotta admit, it pretty friki

Re: [css-d] CSS Calendar

2006-08-27 Thread Grady Kelly
I thought that I would hunt down other examples of CSS Calendars, you may find these interesting ... http://www.cssplay.co.uk/menu/calendar.html http://www.cssplay.co.uk/menu/calendar2.html And even if some may think that a calendar should not be done in CSS, why not try? I agree that

Re: [css-d] CSS Calendar

2006-08-27 Thread Eric A. Meyer
At 6:36 PM -0500 8/26/06, Alan wrote: >I am trying to find a template or a good source to make a month by month >calendar in XHTML/CSS - I have found a lot of examples of ones with tables >that look fairly good but I am trying to find a solution that is done >without tables. I did one back in

Re: [css-d] CSS Calendar

2006-08-27 Thread ross
I agree with David. Tables can still be very usefull and were designed to do that job. Ross __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/

Re: [css-d] CSS Calendar

2006-08-27 Thread David Dorward
On 27/08/06, Alan <[EMAIL PROTECTED]> wrote: > I am trying to find a template or a good source to make a month by month > calendar in XHTML/CSS – I have found a lot of examples of ones with tables > that look fairly good but I am trying to find a solution that is done > without tables. MondayTuesd

Re: [css-d] CSS Calendar

2006-08-26 Thread Grady Kelly
On 8/26/06, Alan <[EMAIL PROTECTED]> wrote: > > I am trying to find a template or a good source to make a month by month > calendar in XHTML/CSS > I found some css calendars done with lists. I can't remember who did it, or where I found it, but I placed them on my server so that you can see the

Re: [css-d] CSS Calendar

2006-08-26 Thread Shelly
>>I am trying to ... make a ... calendar in XHTML/CSS – ... but I am trying to find a solution that is done without tables. << Just out of curiosity - why? I would think that a calendar is a perfect example of when you *should* use tables. It *is* tabular data... Spank me with a wet noodle i

[css-d] CSS Calendar

2006-08-26 Thread Alan
I am trying to find a template or a good source to make a month by month calendar in XHTML/CSS – I have found a lot of examples of ones with tables that look fairly good but I am trying to find a solution that is done without tables. Has anyone seen one done? Thanks Alan Dunbar Akhl

Re: [css-d] css calendar

2005-08-28 Thread Mark Mckee
thank you. i will do that On 8/28/2005 5:57:53 PM, Mark Mckee ([EMAIL PROTECTED]) wrote: hi all on my page here -- http://sixfoottwo.gotdns.com/~sixfoottwo/blog_.html in the top right i have a tabled calendar. i am new to css and am trying to eventually remove all tables from my sites. i hav

[css-d] css calendar

2005-08-28 Thread Mark Mckee
hi all on my page here -- http://sixfoottwo.gotdns.com/~sixfoottwo/blog_.html in the top right i have a tabled calendar. i am new to css and am trying to eventually remove all tables from my sites. i have had a search for css calendars and know that eric meyer has made what i am looking for b