WebSite X5Help Center

 
Luis R.
Luis R.
User

Text Box Rollover Scroll does not function on new site  en

Autor: Luis R.
Visitado 323, Seguidores 1, Compartilhado 0  

I have a text box that scrolls fine on one project but on another the show scrollbar optin does not work.

This appears to be the code that affects the working scrolling text:

<div id="imCell_30" class="" > <div id="imCellStyleGraphics_30"></div><div id="imCellStyleBorders_30"></div><div id="imCellStyleTitle_30">An Association for Homeowners and Community</div><div id="imTextObject_30">
<div id="imTextObject_30_tab0" class="grid-prop current-tab" style="opacity: 1;text-align: left; overflow: auto;"><div data-index="0" class="text-tab-content grid-prop current-tab text-inner" style="opacity: 1; " ><div data-line-height="1.15" class="lh1-15"><span class="fs14lh1-15 cf1 ff1">

There is no reference to the text box settings for rollover or scroll.

On the text that does not work there is a reference to the rollover setting in script not present in above:

<script>

function loadimTextObject_02_tab0() { var box = $("#imTextObject_02_tab0 .text-inner"); var data = box.data('imRollover'); if (data != null) { data.disable(); } x5engine.imRollover({"id": "#imTextObject_02_tab0 .text-inner", "movement": "CONTINUE", "direction": "UP", "effect": "LINEAR", "height": 175, "time": 180, "autostart": true, "mouselock": true}); } x5engine.boot.push(loadimTextObject_02_tab0); </script>

Perhaps there setting for x5engine.imRollover can be changed?

Publicado em
1 RESPOSTAS - 1 ÚTIL
Paul M.
Paul M.
Moderator

Hello Luis,

Please include a link to the page online (for the project which does not work correctly).

Kind regards,

Paul

Search the WebSite X5 Help Center

Ler mais
Publicado em de Paul M.