<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"?
&lt;code&gt;
&lt;div class="frei_tab" style="position: absolute; margin-right: -83px;"&gt;
&lt;span&gt;Chat Room&lt;/span&gt;
&lt;/div&gt;
&lt;/code&gt;
Where in the source code to replace the "absolute" to "fixed" and "-83" to "-483"?