Hi
We are trying to insert an 90px height picture as topbanner in the standalone chat.
This picture gets cut around 60px.
Basicly I need this line to change:
<div class="ContentPanel HtmlPanel HtmlParentControl HtmlComplexControl HtmlControl Object" style="border: 1px solid rgb(76, 106, 164); position: absolute; overflow: hidden; top: 84px; left: 8px; width: 1374px; height: 769px;">
To:
<div class="ContentPanel HtmlPanel HtmlParentControl HtmlComplexControl HtmlControl Object" style="border: 1px solid rgb(76, 106, 164); position: absolute; overflow: hidden; top: 114px; left: 8px; width: 1374px; height: 739px;">
But as far as I can tell this line i generated in code.
Have anyone got any thoughts on how to push the chat window down a bit, so that the whole banner can be shown?
Regards
Janus