Quote:
Originally Posted by weedheaven
Yes its not only me having the white text apearing. The other styles are dark, so white is ok then. But not on the kirsch template, wich the template i want as default. And i can't get that color working like it should be.
|
It's strange, you are using last chatbox version and last vbulletin version right ?
Quote:
Originally Posted by XiZa
I think the chatbox is in constant loading when you don't have javascript enabled.
So maybe it would be better to do <table id="chatbox" style="display:none">..</table>
and then
<script type="text/javascript">
document.getElementById('chatbox').style.display = '';
</script>
or something
|
What is the advantage of such a way to make it ?