How Css Is Parsed???
Instead of having 2 versions of an event one a short one and the other an extended one i am using a <div> within the text and a css statement display: none to hide the extended text in one template and display: inline to display it in another template
I understand that by resetting variables one can have various 'types" of list in the same page and that in a template one can change which of the field ie title descr are included but it appears that one cannot have two variants of the same css statement on one page (I am not that familiar with css is all css parsed first and then the page processed? making the last <div class the one that is used?) or should it be possible to have on the same page one list with display: none; in its template and another on the same page with display: inline; in ints template
Regards, Chris
|