Hi there theremotedr,
it does no make any difference if a page has a scrolling marquee or not.
If the page has one, it is displayed on the mobile device, if it does not
then there will be, obviously, nothing to display on the mobile either.
The code for the
"acclexus.html" file in question would be this...
Code:
<!-- left sidebar -->
<aside id="selection">
<h2 class="pc-thing">ITEM SELECTION....</h2>
<div id="google_translate_element"></div>
<nav id="secondary-navigation" class="pc-thing">
<ul>
<li><a href="javascript:" onclick="replaceMainImage('m-images/photos/LEXUS003.png', 'Lexus003','<b>£8.00</b><br>Key Will Require Cutting<br>Emergency Key<br><span class=noteColor>Same Groove Each Side Of Key</span><br><b>UK Recorded £2.50</b><br><b>International Signed For £10.00<br></b><b>Posted From The UK</b><br><span class=drColor>The Remote Doctor</span>')">Smart remote type 1 uncut key</a></li>
<li><a href="javascript:" onclick="replaceMainImage('m-images/photos/LEXUS004.png', 'Lexus004','<b>£8.00</b><br>Key Will Require Cuttingh<br>Emergency Key<br><span class=noteColor>Different Groove Each Side Of Key</span><br><b>UK Recorded £2.50</b><br><b>International Signed For £10.00<br></b><b>Posted From The UK</b><br><span class=drColor>The Remote Doctor</span>')">Smart remote type 2 uncut key</a></li>
<li class="licenter"><a href="https://www.facebook.com/www.theremotedoctor.co.uk/posts_to_page/" id="rmfb" target="blank">Read My Facebook Feedback</a></li>
<li class="licenter"><a href="#home" id="rtm" class="scroll">Return To Menu</a></li>
</ul>
</nav>
<!-- **** mobile phone code **** -->
<ul id="special-items" class="mobile-thing">
<li>
<span id="butt">CLICK FOR OPTIONS...</span>
<div id="ul-holder">
<ul>
<li><a href="#home">Return To Menu</a></li>
<li onclick="replaceMainImage('m-images/photos/LEXUS003.png', 'Lexus003','<b>£8.00</b><br>Key Will Require Cutting<br>Emergency Key<br><span class=noteColor>Same Groove Each Side Of Key</span><br><b>UK Recorded £2.50</b><br><b>International Signed For £10.00<br></b><b>Posted From The UK</b><br><span class=drColor>The Remote Doctor</span>')">Smart remote type 1 uncut key</li>
<li onclick="replaceMainImage('m-images/photos/LEXUS004.png', 'Lexus004','<b>£8.00</b><br>Key Will Require Cuttingh<br>Emergency Key<br><span class=noteColor>Different Groove Each Side Of Key</span><br><b>UK Recorded £2.50</b><br><b>International Signed For £10.00<br></b><b>Posted From The UK</b><br><span class=drColor>The Remote Doctor</span>')">Smart remote type 2 uncut key</li>
<li><a href="https://www.facebook.com/www.theremotedoctor.co.uk/posts_to_page/" target="blank">Read My Facebook Feedback</a></li>
<li><a href="#home">Return To Menu</a></li>
<li onclick="replaceMainImage('m-images/photos/LEXUS003.png', 'Lexus003','<b>£8.00</b><br>Key Will Require Cutting<br>Emergency Key<br><span class=noteColor>Same Groove Each Side Of Key</span><br><b>UK Recorded £2.50</b><br><b>International Signed For £10.00<br></b><b>Posted From The UK</b><br><span class=drColor>The Remote Doctor</span>')">Smart remote type 1 uncut key</li>
<li onclick="replaceMainImage('m-images/photos/LEXUS004.png', 'Lexus004','<b>£8.00</b><br>Key Will Require Cuttingh<br>Emergency Key<br><span class=noteColor>Different Groove Each Side Of Key</span><br><b>UK Recorded £2.50</b><br><b>International Signed For £10.00<br></b><b>Posted From The UK</b><br><span class=drColor>The Remote Doctor</span>')">Smart remote type 2 uncut key</li>
</ul>
<div id="cover-top"></div>
<div id="cover-bottom"></div>
</div>
</li>
</ul>
<audio id="click-sound" class="mobile-thing" controls>
<source src="sound-file/click.mp3" type="audio/mpeg">
</audio>
<!-- *************************** -->
<h2>
<script src="js/neon/neonlights.js"></script>
</h2>
</aside><!-- #end left sidebar -->
coothead
Bookmarks