
03-08-2009, 03:10 PM
|
 |
|
|
Join Date: Dec 2008
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by TandyServices
In your file look for this and play around with the width and height.. I think that is what you are looking for..
Code:
createHiddenDiv : function() {
if (document.getElementById('FB_HiddenContainer') == null) {
document.write('<div id="FB_HiddenContainer" '
+ 'style="position:absolute; top:-10000px; left:-10000px; width:0px; height:0px;" >'
+ '</div>');
|
Which file is this in?
|