Hi Tobbe,
Apologies for the late reply I've been out of the country and away
from internet, so lots to catch up with.

Css Drop-shadow should work for newer browsers to give you a shadow
behind an image.
Try adding to the StyleSheet
.tiddler img {
-webkit-box-shadow: rgba(0, 0, 0, 0.496094) 0px 1px 5px; /*for safari
*/
-moz-box-shadow: rgba(0, 0, 0, 0.496094) 0px 1px 5px; /*for firefox */
}
If it doesn't work if you send me the file I'll take a closer look at
what's going on.

As for the problem with the facts box, it's possible that's broken, as
I said before I hadn't fully tested the code. I'll take a look at this
later or tomorrow and get back to you with a working version! :)

You've not been forgotten!
Jon

On 23 June, 21:06, Tobbe <[email protected]> wrote:
> Thanks Måns, I try that.
>
> Now til something else.
>
> In the "Facts" section you can see when the person is born and when he/
> she died + the age and occupation. That doesn't seems to work. As soon
> I put in the death date it only show the occupation and the date the
> person died and how old the person was when he/she died, not the born
> date, it's gone (with the wind). Jon...help!!! :)
>
> If I add a picture to a person I wanna have a shadow behind the
> picture. The same as you can do with "text-shadow" that I just figured
> out, really nice and good looking. What do I put in StyleSheet to have
> shadow behind a picture?
>
> That's all for now...
>
> Best regards
> //Tobbe

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