Results 1 to 3 of 3

Thread: Bizarre Scrolling

  1. #1
    Join Date
    Feb 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Bizarre Scrolling

    1. Open this site in Firefox:
    http://stacieandtodd.com/indexNew.html

    2. Click on the “Guestbook” button

    3. For some bizarre reason, when I vertically scroll the guestbook content area, the whole page scrolls with it! I embedded the guestbook in an iFrame so I could have the custom scrollbars show up

    Does anyone know a fix for this?

    Thanks,
    stacie

  2. #2
    Join Date
    Dec 2007
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post

    I think its the Tabs bar in FF that makes it scroll.

    Where you have

    Code:
    <div id="guest_book" class="slide">
    Add the code in blue to it:
    Code:
    <div id="guest_book" class="slide" style="overflow:auto";>
    This should work.

  3. #3
    Join Date
    Jun 2007
    Posts
    543
    Thanks
    3
    Thanked 78 Times in 78 Posts
    Blog Entries
    1

    Thumbs up

    i just want to say great website design. i love it.
    [Jasme Library (Javascript Motion Effects)] My Site
    /\/\@§†ê® §©®¡þ† /\/\@|{ê®
    There are 10 kinds of people in the world, those that understand binary and those that don't.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •