Embedded Pictures from Picasa disappear and reappear
Posted: Tue Apr 21, 2009 11:41 pm
In at least two of my blogentries embedded pictures from picasa disappear and reappear from time to time. I noticed this at these two entries: one, two.
This not only occurs to me but also to visitors.
Both images are embedded via the img-tag picasa provides and an added class, but I removed the a tag which made the picture clickable, resulting in only this small piece of code:
If the pictures are not shown, firebug greys them out in the sourcecode, but is able to fetch them on hover.
The CSS I'm aware of that plays into these elements:
Does Picasa maybe needs the img-tags to be embedded in an a-tag? Or the css is invalid, resulting in strange behavior of Firefox?Or Serendipitys caching-mechanism doesn't work perfect.
Maybe anyone solved the same problem before?
sincerely
This not only occurs to me but also to visitors.
Both images are embedded via the img-tag picasa provides and an added class, but I removed the a tag which made the picture clickable, resulting in only this small piece of code:
Code: Select all
<img src="http://lh6.ggpht.com/_oj4mgYeUYX4/SeiDfD-9UuI/AAAAAAAAArE/qrWe4eUTB7A/twitter.png" class="lefticon" alt="" />The CSS I'm aware of that plays into these elements:
Code: Select all
img {
border: 0;
}
/*shouldn't play a role, but it's the only interesting piece of code*/
.serendipity_entry a > img {
border: 2px solid;
}
img.lefticon {
float: left;
margin-right: 10px;
}Maybe anyone solved the same problem before?
sincerely