Re: [css-d] UL based Event Calendar CSS

2008-06-25 Thread Bill Brown
Sohail Aboobaker wrote: > The problem that I see using tables is that in order to make changes to > the presentation, you will need to change the HTML code as opposed to > changing the CSS. In dynamic applications, the HTML code is ideally > generated through some sort of application engine (ASP, J

Re: [css-d] UL based Event Calendar CSS

2008-06-25 Thread Bill Brown
Christian Heilmann wrote: > Sohail Aboobaker wrote: >> Thanks Luc, >> >> This looks great and exactly what we were looking for. One Quick thing; How >> do we handle events that span multiple days? >> > Use a table, that's what they are for? Well put, Christian. I'm speaking at a conference in

Re: [css-d] UL based Event Calendar CSS

2008-06-25 Thread Christian Heilmann
Sohail Aboobaker wrote: > Thanks Luc, > > This looks great and exactly what we were looking for. One Quick thing; How > do we handle events that span multiple days? > Use a table, that's what they are for? __ css-discuss [EMAI

Re: [css-d] UL based Event Calendar CSS

2008-06-25 Thread Sohail Aboobaker
: Re: [css-d] UL based Event Calendar CSS Hello Sohail, It was foretold that on 25/06/2008 @ 23:32:08 GMT-0400 (which was 00:32:08 where I live) Sohail Aboobaker would write: > We are looking for example event calendar CSS that outputs event in calendar > format. The html conta

Re: [css-d] UL based Event Calendar CSS

2008-06-24 Thread Luc
Hello Sohail, It was foretold that on 25/06/2008 @ 23:32:08 GMT-0400 (which was 00:32:08 where I live) Sohail Aboobaker would write: > We are looking for example event calendar CSS that outputs event in calendar > format. The html contains an unordered list of days with events as a > sub-li

[css-d] UL based Event Calendar CSS

2008-06-24 Thread Sohail Aboobaker
Hi, We are looking for example event calendar CSS that outputs event in calendar format. The html contains an unordered list of days with events as a sub-line wherever applicable. Has anybody written such CSS? Regards, Sohail __