Log in

View Full Version : Bizarre Scrolling



leftwave
02-12-2008, 09:05 PM
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

A800
02-13-2008, 01:31 PM
I think its the Tabs bar in FF that makes it scroll.

Where you have



<div id="guest_book" class="slide">


Add the code in blue to it:


<div id="guest_book" class="slide" style="overflow:auto";>


This should work.

Master_script_maker
02-14-2008, 01:15 AM
i just want to say great website design. i love it.:)