8 replies
I have a client who was modifying his web page and he messed something up so that a vertical scroll came up within the page.

Here is the page
Grow-Herbs-Veggies-Smallspaces

Can someone tell me what could have caused it?
its not a frame
#scroll #vertical
  • Profile picture of the author kingofthecrate
    the horizontal scroll is the best scroll ive seen
    Signature

    Think Positive

    {{ DiscussionBoard.errors[2302230].message }}
  • Profile picture of the author alexei_aus
    i am talking about the horizontal scroll inside the page, not the standard one
    {{ DiscussionBoard.errors[2302236].message }}
  • Profile picture of the author CDarklock
    I'm not seeing one. Where is it?
    Signature
    "The Golden Town is the Golden Town no longer. They have sold their pillars for brass and their temples for money, they have made coins out of their golden doors. It is become a dark town full of trouble, there is no ease in its streets, beauty has left it and the old songs are gone." - Lord Dunsany, The Messengers
    {{ DiscussionBoard.errors[2302255].message }}
  • Profile picture of the author jcoolbaugh
    In the css file, you need to change the overflow in the container div. Right now it looks like this:

    #container {
    height:auto;
    margin:0 auto;
    overflow:auto;
    width:908px;


    }

    Change overflow: auto; to overflow: hidden;

    HTH
    Signature
    veni, addidicī, vici.
    {{ DiscussionBoard.errors[2302261].message }}
  • The problem is with the following code found before your Doctype declaration (at the top):

    Code:
    <!-- Google Website Optimizer Tracking Script -->
    <script type="text/javascript">
    if(typeof(_gat)!='object')document.write('<sc'+'ript src="http'+
    (document.location.protocol=='https:'?'s://ssl':'://www')+
    '.google-analytics.com/ga.js"></sc'+'ript>')</script>
    <script type="text/javascript">
    try {
    var gwoTracker=_gat._getTracker("UA-9427572-3");
    gwoTracker._trackPageview("/2167029088/test");
    }catch(err){}</script>
    <!-- End of Google Website Optimizer Tracking Script -->
    {{ DiscussionBoard.errors[2302280].message }}
  • {{ DiscussionBoard.errors[2302577].message }}
  • heads up

    in firefox the white background stops at the menu and the entire site is black text on a green background.
    Signature


    {{ DiscussionBoard.errors[2302994].message }}
  • Profile picture of the author jcoolbaugh
    Glad I could help, Alexei. Looks like you've got a couple <div> tags that aren't closed out correctly toward the bottom now, so it's cutting off part of your page. If you need help, catch me on Skype or PM me and I'll help you sort the code.
    Signature
    veni, addidicī, vici.
    {{ DiscussionBoard.errors[2303231].message }}

Trending Topics