Usage of image in sIFR
Posted
on Stack Overflow
See other posts from Stack Overflow
Published on 2009-07-31T23:09:40Z
Indexed on
2010/12/26
5:54 UTC
Read the original article
Hit count: 134
sifr
Hi there, I want to use sIFR in my blog posts also. But there's a major problem that I couldn't fix.
Let's say the blog post is between these divs:
<div class="post">BLOG POST IS HERE</div>
So, my selector is .post.
When I insert an image tag inside this div, the image isn't being showed by the browser. Just like this:
<div class="post"><img src="myimage.jpg" align="left" />BLOG POST IS HERE</div>
Is there a way to use sIFR with images?
© Stack Overflow or respective owner