I am running into a screen layout problem. Here is the sympton, it has two scroll bars on the right side of the screen which customers don't always notice on their computers. That prevents them from viewing the rest of the website. It also presents problem on smartphones which is getting more and more popular. Basically customers can only view the first couple of paragraphs on our website.
Here is the website I am talking about. http://www.camptents.com/
What I want to accomplish is to have the main body display properly which means people can scroll up and down freely along with the chat session floating on the screen of computers and smartphones. Any wisdom?
Here is the current code. The main body has a wrapper around it. I believe that is the one created two scroll bars. Underneath that, the chat session has the following code:
<!-- Powered by: Crafty Syntax Live Help http://www.craftysyntax.com/ -->
<div class="box">
<div id="craftysyntax">
<script type="text/javascript" src="/livehelp/livehelp_js.php?eo=1&relative=Y&department=2&serversession=1&pingtimes=15"></script>
<br><font style="font-family: verdana, helvetica, sans-serif; font-size: 8px; color: #000000;">Powered By:</font>
<a href="http://www.craftysyntax.com" alt="Crafty Syntax Live Help" target="_blank" style="font-family: verdana, helvetica, sans-serif; font-size: 10px; color: #11498e; text-decoration: none; font-weight: bold;">Crafty Syntax</a>
</div>
</div>
<!-- copyright 2003 - 2008 by Eric Gerdes -->



Reply With Quote

Bookmarks