In this situations, I prefer to use dimension plugin. It is quite charming
to use it.
2007/8/30, b0bd0gz <[EMAIL PROTECTED]>:
>
>
>
> Thanks for the quick reply, still getting a height value of zero I'm
> afraid,
> any other ideas?
>
> b0bd0gz
>
>
>
> Try this:
>
> $('#content').load('home.html',
Thanks for the quick reply, still getting a height value of zero I'm afraid,
any other ideas?
b0bd0gz
Try this:
$('#content').load('home.html', function(){
$(".seperator").height( $(this).height() );
});
--John
--
View this message in context:
http://www.nabble.com/height-of-div-tf43523
Try this:
$('#content').load('home.html', function(){
$(".seperator").height( $(this).height() );
});
--John
On 8/30/07, b0bd0gz <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
> I'm trying to get the height value of a div that's contents are retrieved
> from a separate html file using .load, but it onl
3 matches
Mail list logo