Actinic or Accordion CSS?

Two level, smoothly expanding, search engine friendly accordion menu.
Post Reply
noms
Posts: 3
Joined: Tue Apr 19, 2011 8:59 pm

Actinic or Accordion CSS?

Post by noms »

I'd like to edit the borders in Accordion li:

.glossymenu div.submenu ul li ul li{
border-bottom: none;
border-top: 1px solid <actinic:variable name="AM-MenuBackground" selectable="false" />;
}

but wondered if I should edit the Accordion CSS (border-top:1px solid #CCC;) or should this be done in the Actinic variable (which I'm far less able to find!)?
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Actinic or Accordion CSS?

Post by norman »

You can do it either way. If editing accordion-glossy.css you can replace Actinic Variables with fixed code.
Norman
Post Reply