> .boxed img { border:2px solid; }
>
> works great. However, when the mouse moves over the image, the nice border
> disappears!
>
> How can I have the same border, mouse over it, or not?
>

You could try:
.boxed img:hover { border:2px solid; }

That might work

Colm

-- 
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