en
for position of this picture
Code: Select all
/* Online image */
.online { background-image: url("./icon_user_online.gif"); background-position: right top; }
Open:Froddelaar wrote: ↑Tue Aug 01, 2017 7:02 pm JV Shoutbox 2.0.0 problem.
https://jv-arcade.com/viewtopic.php?p=7280#p6914
I noticed there is a little "problem" with the JV Shoutbox.
There is a grey space between 2 messages..
Can this be fixed in the css somewhere please?
2017-08-01 02 01 38.jpg
ext/jv/shoutbox/styles/all/template/shoutbox.html
Code: Select all
<div id="jv-shoutbox" class="forabg">
Code: Select all
<div id="jv-shoutbox" class="bg1">
Code: Select all
<dt <!-- IF S_JV_SHOUTBOX_CLOSE -->class="jv_shoutbox_rmb"<!-- ENDIF -->>{L_JV_SHOUTBOX}<!-- IF not S_JV_SHOUTBOX_CUTOM_PAGE --><a href="#" onclick="JV_Shoutbox.Close(); return false;" id="jv-shoutbox-close" class="<!-- IF S_JV_SHOUTBOX_CLOSE -->jv_shoutbox_close<!-- ELSE -->jv_shoutbox_open<!-- ENDIF -->" title="<!-- IF S_JV_SHOUTBOX_CLOSE -->{L_JV_SHOUTBOX_OPEN}<!-- ELSE -->{L_JV_SHOUTBOX_CLOSE}<!-- ENDIF -->"></a><!-- ENDIF --> <span id="jv-shoutbox-copyright"><a href="https://jv-arcade.com/JV_Shoutbox.html" onclick="window.open(this.href); return false;"><img src="{JV_SHOUTBOX_COPYRIGHT_SRC}" alt="© JV Shoutbox" title="© JV Shoutbox" /></a></span></dt>
Code: Select all
<dt style="color:#596A7A;" <!-- IF S_JV_SHOUTBOX_CLOSE -->class="jv_shoutbox_rmb"<!-- ENDIF -->>{L_JV_SHOUTBOX}<!-- IF not S_JV_SHOUTBOX_CUTOM_PAGE --><a href="#" onclick="JV_Shoutbox.Close(); return false;" id="jv-shoutbox-close" class="<!-- IF S_JV_SHOUTBOX_CLOSE -->jv_shoutbox_close<!-- ELSE -->jv_shoutbox_open<!-- ENDIF -->" title="<!-- IF S_JV_SHOUTBOX_CLOSE -->{L_JV_SHOUTBOX_OPEN}<!-- ELSE -->{L_JV_SHOUTBOX_CLOSE}<!-- ENDIF -->"></a><!-- ENDIF --> <span id="jv-shoutbox-copyright"><a href="https://jv-arcade.com/JV_Shoutbox.html" onclick="window.open(this.href); return false;"><img src="{JV_SHOUTBOX_COPYRIGHT_SRC}" alt="© JV Shoutbox" title="© JV Shoutbox" /></a></span></dt>