
11-11-2011, 02:57 AM
|
 |
|
|
Join Date: Nov 2009
Location: Laramie, Wyoming
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by nerbert
I've watched that page load several times and can see no general method of catching it at just the right stage with any general purpose code. There's just too many things going on with all those modifications.
But ....
Here's a little work-around just for your site. Find
Code:
listWidth=fetch_object('right').offsetLeft-19-17+1;
near the bottom of threadnav and just below it add this line
Code:
if(',50,29,31,41,'.match(/{vb:raw style.styleid}/))listWidth-=34;
It anticipates the problem styles will shrink 34 pixels horizontally and subtracts that much from the calculated width of the space available.
|
which style all?
|