Re: Using a different CSS
Olivier Grisel <[email protected]>
| Newsgroups | gmane.comp.web.zope.cps.general,gmane.comp.web.zope.cps.devel |
|---|---|
| Message-ID | <[email protected]> |
Mario Menezes a écrit : > Hi, > > I would like to use a different CSS definition to provide > Horizontal Drop-down menus, like this: > http://meyerweb.com/eric/css/edge/menus/demo.html > > How to include the new CSS definition into the page header? Is it > possible to do this without modifying files in the CPS base > installation directory? call it custom.css (or custom.css.dtml to be able to add http caching headers) an drop it into a portal_skins layer (use the persistent 'custom' layer if you do not want to setup a new FileSystem based layer). -- Olivier