Thanks Wolfgang

I'm playing around with a hovering arrow in the manimenu right now.
#mainMenu a:hover {background: url([[youarehere.png]]) left no-repeat;
border: 1px solid transparent;}
.viewer {line-height: 0.2em;}
Would you hby any chance know how to limit its use to the shadowed
AccordionStyleSheet and only in the open sliderarea?

YS Måns Mårtensson

On 1 Okt., 18:20, wolfgang <[email protected]> wrote:
> If AccordionMenuPlugin works OK for you, next you could adapt it's
> shadowed 
> StyleSheet:http://dl.getdropbox.com/u/1064531/ChapBookClone/chapBookClone.html#S...
>
> by replacing hard coded color values to those of any ColorPalette, for
> example:
>
> ul.accordion li.accordion-active a, ul.accordion li a:hover
> {background:#00558F;color:#FFF;}
>
> to:
> ul.accordion li.accordion-active a, ul.accordion li a:hover
> {background:[[ColorPalette::PrimaryMid]];color:
> [[ColorPalette::Background]];}
>
> or adapt the padding of buttons here:
> ul.accordion a {display:block; padding:0.5em;}
>
> .. just in case you wouldn't know.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to