Re: [WSG] CSS calendar

2004-05-14 Thread Kristof Neirynck
Barbara Dozetos wrote:
Anyone have examples of calendars created with CSS?  I want to create a 
calendar for our clients to see when we have training scheduled, etc. 
and I'm curious to see what others have managed.

Everyone uses a table for that kind of thing.
You can style the table with css.
Don't forget to add some classes:
odd, even, calendar, today, weekend, nextmont, prevmonth, ...
--
Kristof
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
* 



Re: [WSG] CSS calendar

2004-05-14 Thread Barbara Dozetos
ah, this is exactly the kind of example I was wanting to see.  Thanks, 
Manuel.

Barb

Manuel González Noriega wrote:

Agreed. For real nice styling, see Mena's calendar
http://www.dollarshort.org/days/
 



--
Barbara Dozetos [EMAIL PROTECTED]
Physician's Computer CompanyMarketing Team
1 Main St., Ste 7   802-846-5532
Winooski, VT 05404
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
* 



Re: [WSG] CSS calendar

2004-05-14 Thread Manuel González Noriega
El vie, 14-05-2004 a las 15:40, Tonico Strasser escribió:
> Barbara Dozetos wrote:
> 
> > Hello all,
> > 
> > Anyone have examples of calendars created with CSS?  I want to create a 
> > calendar for our clients to see when we have training scheduled, etc. 
> > and I'm curious to see what others have managed.
> 
> I would say that tabular calendar data is a classic candidate for table 
> markup, you'll need some advanced table styling skills:
> 

Agreed. For real nice styling, see Mena's calendar
http://www.dollarshort.org/days/

-- 
Manuel trabaja para Simplelógica, construcción web
(+34) 985 22 12 65 http://simplelogica.net 

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*



Re: [WSG] CSS calendar

2004-05-14 Thread Lea de Groot
On Fri, 14 May 2004 09:11:26 -0400, Barbara Dozetos wrote:
> Anyone have examples of calendars created with CSS?  I want to create 
> a calendar for our clients to see when we have training scheduled, 
> etc. and I'm curious to see what others have managed.

You know, while I wouldnt discourage the technical challenge, there 
*is* the argument that a calendar is tabular data! eg. 
http://diveintomark.org/archives/2002/07/03/day_18_giving_your_calendar_a_real_caption
Hmmm... that doesnt really cover it. U...
http://gammatron.novarese.net/2003/10/30.html (scroll down to the 
second entry)

Lea
~ bah, i hate it when google doesnt give me what I want!
-- 
Lea de Groot
Elysian Systems - http://elysiansystems.com/
Brisbane, Australia
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
* 



Re: [WSG] CSS calendar

2004-05-14 Thread Bruce . Gilbert




I was just going to suggest Eric Meyer on CSS as well.

Bruce Gilbert
Webmaster
Durham Public Schools
Durham, North Carolina
(919) 560-9118 -Office Phone
http://www.dpsnc.net


   
 Barbara Dozetos   
 <[EMAIL PROTECTED] 
 >  To 
 Sent by:  [EMAIL PROTECTED]   
 [EMAIL PROTECTED]  cc 
 group.org 
   Subject 
   [WSG] CSS calendar  
 05/14/2004 09:11  
 AM
   
   
 Please respond to 
 [EMAIL PROTECTED] 
 roup.org  
   
   




Hello all,

Anyone have examples of calendars created with CSS?  I want to create a
calendar for our clients to see when we have training scheduled, etc.
and I'm curious to see what others have managed.

Thanks.

Barb

--
Barbara Dozetos  [EMAIL PROTECTED]
Physician's Computer Company Marketing Team
1 Main St., Ste 7802-846-5532
Winooski, VT 05404


*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*



*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
* 



Re: [WSG] CSS calendar

2004-05-14 Thread Barbara Dozetos
yes, folks -- I plan to do this in a tabular layout, but I would like to 
see how you all have turned on the CSS to make it fabulous.

Barb

Tonico Strasser wrote:

Barbara Dozetos wrote:

Hello all,

Anyone have examples of calendars created with CSS?  I want to create 
a calendar for our clients to see when we have training scheduled, 
etc. and I'm curious to see what others have managed.


I would say that tabular calendar data is a classic candidate for 
table markup, you'll need some advanced table styling skills:

Tables for Tabular Data
  
Tonico



--
Barbara Dozetos [EMAIL PROTECTED]
Physician's Computer CompanyMarketing Team
1 Main St., Ste 7   802-846-5532
Winooski, VT 05404
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
* 



Re: [WSG] CSS calendar

2004-05-14 Thread Tonico Strasser
Barbara Dozetos wrote:

Hello all,

Anyone have examples of calendars created with CSS?  I want to create a 
calendar for our clients to see when we have training scheduled, etc. 
and I'm curious to see what others have managed.
I would say that tabular calendar data is a classic candidate for table 
markup, you'll need some advanced table styling skills:

Tables for Tabular Data
  
Tonico

--
Tonico Strasser ?:-)
http://Tonico.FreeZope.org
Contact_Tonico at Yahoo dot de
Check out http://www.WebProducer.at
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
* 



RE: [WSG] CSS calendar

2004-05-14 Thread P.H.Lauke
I'd argue that calendars are a prime example of tabular data, so I
would strongly advise against attempting any table-less, pure-css solution that
can convey the exact same semantic structure that a properly built table
with correct THs with row and column scope can give...

Anyway, this could help http://www.ericmeyeroncss.com/projects/03/

P

Patrick H. Lauke
Webmaster / University of Salford
http://www.salford.ac.uk

> -Original Message-
> From: Barbara Dozetos [mailto:[EMAIL PROTECTED]
> Sent: 14 May 2004 14:11
> To: [EMAIL PROTECTED]
> Subject: [WSG] CSS calendar
> 
> 
> Hello all,
> 
> Anyone have examples of calendars created with CSS?  I want 
> to create a 
> calendar for our clients to see when we have training scheduled, etc. 
> and I'm curious to see what others have managed.
> 
> Thanks.
> 
> Barb
> 
> -- 
> Barbara Dozetos   [EMAIL PROTECTED]
> Physician's Computer Company  Marketing Team
> 1 Main St., Ste 7 802-846-5532
> Winooski, VT 05404
> 
> 
> *
> The discussion list for http://webstandardsgroup.org/
> See http://webstandardsgroup.org/mail/guidelines.cfm
> for some hints on posting to the list & getting help
> * 
> 
> 
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*