Hi again, Dave,
Just in case you want to narrow your css down to certain buttons -
e.g. only those in the toolbar - you could use:
.toolbar .button{border:1px solid transparent;}
.toolbar .button:hover{border:1px solid
[[ColorPalette:SecondaryDark]];}
This trick will allow you to use a border only onhover without having
the button jump around.
As for understanding CSS, JS and HTML better I highly recommend you
use Firebug with Firefox ...or the Developper Tools in Chrome. Those
will show you precisely what css rules apply / you need to overwrite /
are overwriting some other rules.
Cheers, Tobias.
--
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.