// dynamic thumb positioning and sizing >>
var title_width = $j("dd.title", $j(this)).css('width');
title_width = parseInt(title_width.replace('px',''));
var cssTitle = {
'width': title_width-thumbs_width + 'px',
'padding-left': (pad_margin/2)-adjust_size
};
$j("dd.title", $j(this)).css( cssTitle );
There are currently 1 users browsing this thread. (0 members and 1 guests)