Note that there are some explanatory texts on larger screens.

plurals
  1. POImages Pulled with JS Breaking Equal Height Columns
    primarykey
    data
    text
    <p>It looks like my problems never end with this site. I'm using jQuery to pull posts tagged "_featured" into the sidebar on a Tumblr blog. I have it calling the title of the text post along with the image included in it. Unfortunately, no matter what I try, this breaks the equal height columns on any page where the content column isn't longer than the sidebars. </p> <p>I've tried different methods of achieving equal columns (I'm currently using <a href="http://www.cssnewbie.com/equalheights-jquery-plugin/" rel="nofollow">The Equal Heights jQuery Plugin</a> since I'm already using jQuery on the site. I've also tried the padding/negative margin trick and good ol' Faux Equal Columns using a background image. I figured it would be easy to solve it by using the jQuery plugin and wrapping the function call in a $(window).load(function(), but it's still hit or miss (mostly miss right now for some reason). </p> <p>If anyone has any suggestions, please, save my computer from being thrown. The obvious solution that I'm thinking might work would be to have the JS calling the featured posts to also include the image size, but I'm not sure how I would do that.</p> <p>The JS calling the featured posts can be viewed <a href="http://static.tumblr.com/txv6iau/CoIll738q/featured.js" rel="nofollow">here</a> and the site itself is at <a href="http://escapebadmusic.com" rel="nofollow">escapebadmusic.com</a>. </p> <p>Thanks again, everyone. I think I say this just about every time I post a question, but the help here has saved me a lot of time and frustration. It's always appreciated.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload