Quote:
Originally Posted by zell_11
There is errors in Fire Fox with it not being at the side but at the bottom. Anyway to fix this?
|
Yes by reading this whole thread? Hehe, just messing but post number #43 or so:
Quote:
Originally Posted by o0Hubba0o
All I did was in the forumhome_vbshout, in this part here...
Code:
<div id="vbshout" style="overflow:auto;height:{$vboptions['shout_box_height']}px;width:88%;float:left;">
Loading...
</div>
<div id="vbshoutwol" class="alt2" style="overflow:auto;height:{$vboptions['shout_box_height']}px;width:12%;float:left;">
<div id="vbshoutwolhd" class="tcat">Shouting:</div>
<div id="vbshoutwolusers">
Loading...
</div>
</div>
<div style="clear:both;"><img src="$vboptions[cleargifurl]" border="0" hight="1" width="1" /></div>
...I deleted the part in red, the: class="alt2". And it's working like a charm in IE and FF.
|
I had the same problem as you and this is how I fixed it.