ciao a tutti ho messo un titolo un po strano perchè penso sia l'unico titolo adatto alla mia richiesta....
allora
io ho fatto un iframe a scomparsa da mettere in "overall_header.html" tra i tag <head></head>
il codice è
Codice:
<!-- IF S_USER_LOGGED_IN --><style>
a {
  color: black;
  text-decoration: none;
  }

</style><div style="position: fixed; bottom: -10px; right: 10px; padding: 10px; text-align: left;"><a onclick 

="javascript:ShowHide('HiddenDiv_1')" href="javascript:;" ><div style="border: 1px solid #777;background: -webkit-gradient

(linear, left bottom, left top, color-stop(0.32, rgb(224,224,224)), color-stop(0.83, rgb(252,252,252)));background: -moz-

linear-gradient(center bottom, rgb(224,224,224) 32%, rgb(252,252,252) 83%);width: 100px;"><span style="background: url

(http://img213.imageshack.us/img213/863/3hjfdy8tjji.gif) no-repeat left;padding-left:23px;margin-left:3px;">Chat 

Veloce</span></div></a><div id="HiddenDiv_1" style="DISPLAY: none" ><iframe id="cbframe" src="./pwdlchat/index.php" 

width="800px" height="500px" scrolling="no" frameborder="0"></iframe></div><!-- ENDIF -->
questo codice racchiude la chat....
io volevo sapere se è possibile fare come su facebook che mentre navigo sul forum questo iframe sia visibile.... spero di essere stato chiaro
Grazie ^^