Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS div height:100% of div height:auto? Re: div height:100% of div height:auto?

#72170
soap
Participant

$(".article_img").load(function () {
var aheight = $("#a").css("height");
alert(aheight);
});

Works great. :)