> Would you hby any chance know how to limit its use to the shadowed
> AccordionStyleSheet and only in the open sliderarea?
>
this is the stylesheet of chapbook:
#contents - the table of contents
#contents li is a section
#contents li ol li is an individual page
*/
#contents
{
position: fixed;
top: 47px;
left: 0px;
bottom: 0px;
width: 249px;
padding: 6px;
overflow: auto;
background-color: #f4f4f4;
margin: 0px;
border-right: 1px solid #ddd;
}
#contents, #contents ol
{
padding-left: 6px;
margin-left: 0px;
overflow: display;
}
#contents li
{
cursor: pointer;
color: #333;
font-size: 12px;
margin-top: 12px;
font-weight: bold;
padding-left: 20px;
background: url("img/book.png") top left no-repeat;
line-height: 16px;
}
#contents li ol
{
margin-top: 4px;
position: relative;
left: -20px;
margin-bottom: 0px;
}
#contents li ol li
{
list-style-type: none;
font-weight: normal;
background-image: none;
padding-left: 15px;
margin-top: 0px;
line-height: 18px;
}
#contents li ol li:hover, #contents li ol li a:hover
{
color: #4d4f97;
text-decoration: underline;
}
#contents li ol a
{
color: #333;
text-decoration: none;
}
#contents li.open
{
background-image: url("img/bookopen.png");
}
#contents li.selected
{
background: url("img/youarehere.png") top left no-repeat;
}
/*
replacing #contents to ul.accordion on specific elements should limit
their scope.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---