Hi, I am really new to YUI and have been struggling with this for days now..
I have this piece of code where detailsPanel is HTMLDivElement
var resizeDetails = new YAHOO.util.Resize(detailsPanel,
{
handles: ['t'],
maxHeight: 150
});
When I examine this in Firebug there is no resize handle on top. I'm sure I'm missing something trivial, but what can it be? Are there some requirements that have to be fulfilled in order for the handles to show up?
Thanks