On Oct 3, 1:25 am, FND <[EMAIL PROTECTED]> wrote:
> That's because both are descendants of the sliderPanel parent element.
> If I understand this correctly, what you want is .tabset and .tabContents.
>
got it.
> Generally speaking, you should use Firebug[1] or a bookmarklet like
> MODI[2] or XRAY[3] to find out which selector you need to use.
>
Ahhh! Thanks! WIsh I knew about these a long time ago. THey would
have saved hours of frustration and trial and error.
> > Also, I am trying to put a border around the main open tiddler, which
> > appears in a tab (via TabEditPlugin). I can get rounded corners, but
> > when I try to change the width or color of the borders, nothing
> > changes. ANy ideas why not?
>
> CSS specificity; there's a more specific rule in StyleSheetTiddlersBar
> that takes precedence over yours:
> .tiddler,
> .tabContents {
> border: 1px solid #EEEEEE;
> }
Got it.
Thanks!
Rich
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---