[css-d] reusing a style definition for another ID

2005-06-19 Thread martin f krafft
I am trying to extend an existing site with heavy CSS use. More specifically, it's a Plone site, such as http://plone.org. If you notice those navigation tabs, these are implemented in pure CSS and identified by the ID "portal-globalnav". My task is to add a second set of tabs underneath the gray

Re: [css-d] reusing a style definition for another ID

2005-06-20 Thread Parker Torrence
I think what you are look for would look like #portal-globalnav li.selected, #portal-hangingnav li.selected { ...the old css... } #portal-hangingnav li.selected { border-style: solid none none none; } > > #portal-hangingnav li.selected { > include: #portal-globalnav li.selected; >