install firebug for firefox or show as working webpage
I use firebug for all debugging problems but for some reason its not showing me what’s wrong in this situation.
For several reasons I am not able to post a link to the full working webpage at this time.
Despite the fact that my thumbnail is within the .article div it seems to be acting as its own separate and absolutely positioned element. Firebug shows the .article and .articleText working together but .article doesn’t seem to be picking up the height of the thumbnail within the post.
If I add a height property to the .article div that is large enough to contain the thumbnail then it all looks correct, however because the size of each post and its thumbnail vary adding a strict height property is not an option.
Help?