FreiChat related discussions
Problems displaying a bookmark "Chat Room"
<div class="frei_tab" style="position: absolute; margin-right: -83px;">
<span>Chat Room</span>
</div>


Where in the source code to replace the "absolute" to "fixed" and "-83" to "-483"?
&amp;lt;code&amp;gt; &amp;lt;div class=&quot;frei_tab&quot; style=&quot;position: absolute; margin-right: -83px;&quot;&amp;gt; &amp;lt;span&amp;gt;Chat Room&amp;lt;/span&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;/code&amp;gt; Where in the source code to replace the &quot;absolute&quot; to &quot;fixed&quot; and &quot;-83&quot; to &quot;-483&quot;?

Add a selector in the css file freichat/client/jquery/freichat_themes/basic/css.php

#dc-slick-9 {
/* Add your style here for the chatroom*/
}

Add a selector in the css file freichat/client/jquery/freichat_themes/basic/css.php &amp;lt;code&amp;gt; #dc-slick-9 { /* Add your style here for the chatroom*/ } &amp;lt;/code&amp;gt;
Necessity is the mother of all inventions!

Changing the style sheet is not working as it should.
"absolute" is not covered by "fixed."

Where in the source code are generated those values?

Changing the style sheet is not working as it should. &quot;absolute&quot; is not covered by &quot;fixed.&quot; Where in the source code are generated those values?

The values are generated in freichat/client/freichat.js , but the code is highly compressed

But , there is one more way , you can use javascript to dynamically change the css .

The values are generated in freichat/client/freichat.js , but the code is highly compressed But , there is one more way , you can use javascript to dynamically change the css .
Necessity is the mother of all inventions!
48
3
0
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft