Quote:
Originally Posted by KingPin6
thank you, I changed line 314 to :
PHP Code:
if ($vbulletin->options['javh_mode']!='always') $javh_close_button='<td><IMG name="close info box" SRC="images/custom/close.png" width="10px" height="10px" border="0" style="cursor:hand" onclick="hidejavhbox()"></td>';
also feel free to list it if you wish.
|
Thanks and the close image even better.
Whoever want to use an image for a close button can replace this line
PHP Code:
if ($vbulletin->options['javh_mode']!='always') $javh_close_button='<td><input style="MARGIN-TOP: 0px; FONT-SIZE: 10px; WIDTH: 50px; FONT-FAMILY: Tahoma; HEIGHT: 18px" type="button" onclick="hidejavhbox()" value="close" ID="Butclose" NAME="Butclose"></td>';
with this line
PHP Code:
if ($vbulletin->options['javh_mode']!='always') $javh_close_button='<td><IMG name="close info box" SRC="images/close.png" width="10px" height="10px" border="0" style="cursor:hand" onclick="hidejavhbox()"></td>';
you need to upload the close.png image attached to /vb/images folder