Мне удалось создать альтернативное решение для отображения разных вертикальных областей на нескольких вкладках. Это альтернативное решение основано на: - следующем jquery tabs-script, проверке этой ссылки ... - следующем вертикальном сценарии выделения, проверке этой ссылки ...
<style>
#marqueecontainer {
position: relative;
width: 100%; /*marquee width */
height: 300px; /*marquee height */
background-color: #F5F5F5;
overflow: hidden;
// border: 2px solid purple;
// padding: 2px;
margin-left: 3px;
padding-left: 0px;
// margin-top: -5px;
}
#vmarquee {
position: absolute;
width: 100%;
}
</style>
<link href="https://www.aeternus.org/linski_tabs/vermar.css" rel="stylesheet" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://www.aeternus.org/linski_tabs/jquery.fwd_tabs.js"></script>
<script type="text/javascript">
/***********************************************
* Cross browser Marquee II- � Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
var delayb4scroll=1500 //Specify initial delay before marquee starts to scroll on page (2000=2 seconds)
var marqueespeed=1.0 //Specify marquee scroll speed (larger is faster 1-10)
var pauseit=1 //Pause marquee onMousever (0=no. 1=yes)?
////NO NEED TO EDIT BELOW THIS LINE////////////
var copyspeed=marqueespeed
var pausespeed=(pauseit==0)? copyspeed: 0
var actualheight=''
function scrollmarquee(){
if (parseInt(cross_marquee.style.top)>(actualheight*(-1)+8)) //if scroller hasn't reached the end of its height
cross_marquee.style.top=parseInt(cross_marquee.style.top)-copyspeed+"px" //move scroller upwards
else //else, reset to original position
cross_marquee.style.top=parseInt(marqueeheight)+8+"px"
}
function initializemarquee(){
cross_marquee=document.getElementById("vmarquee")
cross_marquee.style.top=0
marqueeheight=document.getElementById("marqueecontainer").offsetHeight
actualheight=cross_marquee.offsetHeight //height of marquee content (much of which is hidden from view)
if (window.opera || navigator.userAgent.indexOf("Netscape/7")!=-1){ //if Opera or Netscape 7x, add scrollbars to scroll and exit
cross_marquee.style.height=marqueeheight+"px"
cross_marquee.style.overflow="scroll"
return
}
setTimeout('lefttime=setInterval("scrollmarquee()",30)', delayb4scroll)
}
if (window.addEventListener)
window.addEventListener("load", initializemarquee, false)
else if (window.attachEvent)
window.attachEvent("onload", initializemarquee)
else if (document.getElementById)
window.onload=initializemarquee
</script>
<script>
$(function() { $(".tabs").fwd_tabs(); });
</script>
<div class="tabs">
<ul class="tab-menu">
<li><a href="#tab-NL">Quotes - NL</a></li>
<li><a href="#tab-EN">Quotes - EN</a></li>
<li><a href="#tab-DE">Quotes - DE</a></li>
<li><a href="#tab-NL">Quotes - FR</a></li>
</ul>
<div id="marqueecontainer" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed">
<div id="vmarquee">
<div class="tab-content" id="tab-NL">
<br><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Wees niet bang voor schaduwen, het betekent dat er ergens dichtbij licht is.</div>
<div class="right">Ruth Renkle</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Waarom moeilijk doen als het samen kan?</div>
<div class="right">Loesje</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Hij die anderen kent is geleerd. Hij die zichzelf kent, is wijs.</div>
<div class="right">Lao Tse</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Probeer eerst te begrijpen, dan pas begrepen te worden.</div>
<div class="right">Stephen Covey</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Zorg ervoor dat de stem van je hart luider is dan die van je ego.</div>
<div class="right">Chinees gezegde</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Er ontstaat geen harmonie als iedereen dezelfde noot zingt.</div>
<div class="right">Doug Floyd</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Hoewel iedereen uniek is, durft slechts een enkeling anders te zijn.</div>
<div class="right">Wouter Kloosterman</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
De mens die zich niet ontwikkelt, loopt de kans ingewikkeld te blijven.</div>
<div class="right">Eric de Waard</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Bij een overwinning op jezelf is er geen verliezer.</div>
<div class="right">Olaf Hoenson</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Vriendschap is liefde op het eerste woord.</div>
<div class="right">Harry Mulisch</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Mensen met vaststaande antwoorden zijn bang voor de vraag.</div>
<div class="right">Kees Tillema</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
De dichter is een beeldhouwer die muziek schildert.</div>
<div class="right">Clem Schouwenaars</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Wie de toekomst als tegenwind ervaart, loopt in de verkeerde richting.</div>
<div class="right">Robbert Nijenhuis</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Misschien is ‘misschien’ het juiste woord voor zeker.</div>
<div class="right">Marc van Halsendaele</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Groot worden doe je door klein te blijven.</div>
<div class="right">Eckart Wintzen</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Het schijnt dat mensen die fouten durven maken ook veel creatiever zijn.</div>
<div class="right">Loesje</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Onze manier van aandacht geven, maakt het verschil tussen au en wow.</div>
<div class="right"> Isaac Shapiro</div><br><br>
</div>
<div class="tab-content" id="tab-EN">
<br><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Change is painful in the beginning, but worth it in the end.</div>
<div class="right">Jaykaran Sagar</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Raise your words, not your voice. It is rain that grows flowers, not thunder.</div>
<div class="right">Rumi</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
We are not retreating, we are just advancing in another direction.</div>
<div class="right">General D. McArthur</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Be the change you wish to see in the world.</div>
<div class="right">Mahatma Gandhi</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Each of us can make a difference. Together we make change.</div>
<div class="right">Barbara Mikulski</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Small opportunities are often the beginning of great enterprises.</div>
<div class="right">Demosthenes</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Minds are like parachutes, they work best when open.</div>
<div class="right">Thomas Dewar</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Let's make the impossible possible as possible as soon as possible.</div>
<div class="right">Pierre Linssen</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
A good plan today is better than a perfect plan tomorrow.</div>
<div class="right">George Patton</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
All things are difficult before they are easy.</div>
<div class="right">Thomas Fuller</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Honesty is being able to tell the truth without hurting anyone.</div>
<div class="right">Federico Fellini</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
It is harder to crack a prejudice than an atom.</div>
<div class="right">Albert Einstein</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Either you run the day, or the day runs you.</div>
<div class="right">Jim Rohn</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Ideologies separate us. Dreams and anguish bring us together.</div>
<div class="right">Eugene Ionesco</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Most smiles are started by another smile.</div>
<div class="right">Frank A. Clark</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
The only way to have a friend ist to be one.</div>
<div class="right">Ralph Waldo Emerson</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
The greatest amount of wasted time is the time not getting started.</div>
<div class="right"> Dawson Trotman</div><br><br>
</div>
<div class="tab-content" id="tab-DE">
<br><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Fang an! Dadurch alleine kann das Unmögliche möglich werden.</div>
<div class="right">Thomas Carlyle</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Das Neue ist immer risikoreich. Denn für das Neue gibt es keine Erfahrungen.</div>
<div class="right">N. Blüm</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Wer glaubt etwas zu sein, hat aufgehört etwas zu werden.</div>
<div class="right">Philip Rosenthal</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Ich kann, weil ich will, was ich muss.</div>
<div class="right">Immanuel Kant</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Die Kinder sind die wirklichen Lehrmeister der Menschheit.</div>
<div class="right">Peter Rosegger</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Wer seine Schwächen nicht kennt, hat eine Stärke zu wenig.</div>
<div class="right">Lothar Habler</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Das Wichtigste in einem Gespräch ist zu hören, was nicht gesagt wurde.</div>
<div class="right">Peter F. Drucker</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Das Unmögliche ist das, was man nie versucht hat.</div>
<div class="right">Hans Günther Adler</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Lass deine Taten sein wie deine Worte. Und deine Worte wie dein Herz.</div>
<div class="right">Ludwig Uhland</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Wer etwas will, findet Wege. Wer etwas nicht will, findet Gründe.</div>
<div class="right">Dalai Lama</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Es gibt keine fünf oder sechs Weltwunder, sondern nur eines: die Liebe.</div>
<div class="right">Jacques Prévert</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Nicht: Es muß etwas geschehen, sondern: Ich muß etwas tun.</div>
<div class="right">Hans Scholl</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Interessante Selbstgespräche setzen einen klugen Partner voraus.</div>
<div class="right">Herbert George Wells</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Die Praxis sollte das Ergebnis des Nachdenkens sein, nicht umgekehrt.</div>
<div class="right">Hermann Hesse</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Die Gedankenfreiheit haben wir. Jetzt brauchen wir nur noch die Gedanken.</div>
<div class="right">Karl Kraus</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Optimisten leiden ohne zu klagen. Pessimisten klagen ohne zu leiden.</div>
<div class="right">Karl Farkas</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Wer wirklich Neues erdenken will, kann gar nicht genug, “verrückt” sein.</div>
<div class="right"> Niels Bohr</div><br><br>
</div>
<div class="tab-content" id="tab-FR">
<br><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Rien n’est permanent, sauf le changement.</div>
<div class="right">Héraclite d’Ephèse</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Aimer, c’est savoir dire je t’aime sans parler.</div>
<div class="right">Victor Hugo</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
L’extraordinaire se trouve au chemin des gens ordinaires.</div>
<div class="right">Paulo Coelho</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Un vrai leader n’a pas besoin de conduire. Il suffit qu’il montre le chemin.</div>
<div class="right">Henry Miller</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Aucun homme n’a reçu de la nature le droit de commander aux autres.</div>
<div class="right">Denis Diderot</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Il ya une grande différence entre gagner beaucoup d’argent et être riche.</div>
<div class="right">Marlène Dietrich</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
La beauté commence au moment ou vous décidez d’être vous-même.</div>
<div class="right">Coco Chanel</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Celui qui ne rêve pas, est déjà mort, mais il ne le sait pas.</div>
<div class="right">Jo Coeijmans</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Celui qui ferme sa porte aux erreurs, la ferme aussi aux vérités.</div>
<div class="right">Tagore</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
L’arbre se sauve en laissant tomber ses feuilles.</div>
<div class="right">Pierre Jean Jouve</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Ecrire, c’est une façon de parler sans être interrompu.</div>
<div class="right">Carla Lane</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Grand est celui qui n’a pas perdu son coeur d’enfant.</div>
<div class="right">Mencius</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Il est bon de lire entre les lignes, cela fatigue moins les yeux.</div>
<div class="right">Sacha Guitry</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Être un homme, c’est bien. Mais il y a encore mieux: être humain.</div>
<div class="right">Jules Romains</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Ce qui compte, c’est l’intensité d’une vie, pas la dureé d’une vie.</div>
<div class="right">Jacques Brel</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
Il faut vivre l’instant présent, jour après jour … ici et maintenant.</div>
<div class="right">Simone Elkeles</div><br><br>
<div style="float:left"><i class="fa fa-circle" style="font-size:0.6em"></i>
On oublie le dernier rêve; on se remémore toujours le premier amour.</div>
<div class="right"> Michel Bouthot</div><br><br>
</div>
</div>
</div>
</div>
Демонстрацию codepen, включая HTML, CSS и JS, , можно найти здесь ...
Тем не менее, я все еще открыт для предложения, чтобы решить мой начальный вопрос. И предложения по дальнейшему улучшению альтернативного решения приветствуются.