Quote:
Originally Posted by Zero Tolerance
What value's did you put in for the height and width?
|
800X600 works fine and lets me resize.
Code:
function OpenvBChat(){
vBChat = window.open('/forum/vBChat.php?$session[sessionurl]','vBChat','directories=no,height=600,width=800,location=no,resizable=yes,menubar=no,scrollbars=yes,status=no,toolbar=no')
I'm not sure if this is the answer, but it works on my browser. Normal is 1024X768 on my screen. Even so, many text items could be shortened or in a smaller font.
also, how would one shrink the font size on these items?
Code:
<td height='1%'><b>Current Users:</b></td>
Code:
<td class='alt2' align='center'><a href='javascript:MsgUser(\"{$UserIN['userid']}\");' title='Send A Private Chat Message To {$UserIN['username']}'>Send Pvt Msg</a></td>