Quote:
Originally Posted by nerbert
Erica1977, try this:
In "threadnav" replace function setWidth() with this:
Code:
function setWidth() {
var n=list.innerHTML.match(/<td id="td_|<td class="blank">/gi).length;
var tableWidth=(width)*n;
fetch_object('table').style.width=''+tableWidth+'px';
for(i=0; i<cells.length; i++) {
if(cells[i].id.match(/td_\d/i)||cells[i].className=='blank'){
cells[i].style.width=''+(width)+'px';
}
}
}
At the top of "threadnav_bit" replace <td> with this:
Code:
<td id="td_{vb:raw thread.threadid}">
|
Ok did the 3 that was messed up only go take a look please.