Quote:
Originally Posted by mp3president
Here also, firefox and ie are working perfect. However chrome and opera the scroller starts all the way at the right outside te moviestrip. It scrols over the sidebar. Only chrome and opera have this problem. Please someone a solution????
|
Edit "forumhome_vb4filmseriti" template ..copy and paste the code below into the template after saving the original template.
HTML Code:
<ol id="forums" class="floatcontainer">
<li class="forumbit_nopost L1" id="filmseriti">
<div class="forumhead foruminfo L1 collapse">
<h2><span class="forumtitle"><img align="left" src="{vb:stylevar imgdir_editor}/video.png" alt="{vb:raw ismi_vb4filmseriti}" class="imagebutton" /> <a id="collapse_c_filmseriti" href="{vb:raw relpath}#">{vb:raw ismi_vb4filmseriti}</a></span>
<span class="forumlastpost">View <a href="javascript:sizeTbl('block')">Full</a> / <a href="javascript:sizeTbl('none')">Scroller</a></span>
<a class="collapse" id="collapse_c_filmseriti" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="Hide the filmstrip" title="Hide the filmstrip" /></a>
</h2>
</div>
<ol id="c_filmseriti" class="childforum">
<li id="forum2" class="forumbit_post L2">
<div id=tbl name=tbl style="overflow:hidden;display:none">
{vb:raw film_seriti2}a>
</div>
<div class="forumrow table">
<div><marquee scrollamount="{vb:raw hizi_vb4filmseriti}" onmouseover="this.stop()" onmouseout="this.start()"> {vb:raw film_seriti}a></marquee></div>
</div>
</li>
</ol>
</li>
</ol>
<script language="JavaScript" type="text/javascript">
<!--
function sizeTbl(h) {
var tbl = document.getElementById('tbl');
tbl.style.display = h;
}
// -->
</script>