How to stop my page from scrolling vertically

I currently have my page configured so that the header, footer, and links on the left hand side are all framed and positioned absolutely. This allows me to just have the content in the center of my page scroll.
It works wonderfully, however on some pages (such as one where I have a photo gallery), the page will scroll past the gallery, and either appears very long, or the content stops, and you can see the background of the page. It's difficult to explain, so I have included photos to demonstrate. I would simply like to prevent my page from scrolling PAST the content (gallery in this case) and onto the excess space.
Even if I extend the min-length or max-length value of the page, it only makes the white area even longer so it scrolls even further down the screen. Any suggestions would be apprecaited, and I can include the .css and html if necessary as well.
Regards,
-Dave

I'm sorry Nancy, I'm not exactly sure how to do that.
You can view my page at http://www.dvionline.com
but obviously you can't see the .css in there.
If it makes it anymore clear, I have posted it here:
@charset "utf-8";
/* CSS Document */
/***************STRUCTURE***************************/
/*Reset*/
margin:0;
padding:0;
/* Reset header position to fixed for real browsers such as Firefox*/
body>#header_wrap{
    position:fixed;
/* Reset footer position to fixed for real browsers such as Firefox*/
body>#footer-wrapper{
    position:fixed;
/* Sets minimum width for the smallest resolution available */
body{
    min-width:640px;
    background-color:#222222;
    min-height:900px;
    /* This containts the links to the left */
#menu_wrap_left{
        float:left;       
        height:228px;
        width:100px;
        margin:0px auto;
        padding:0px;
        position:fixed;
/* 994px because of the 3px margin on each side of the border.  Min width is 736px because that is the size of my large monitor */
#content_wide{
    width:994px;
    margin:85px auto;
    border:3px solid #c3c4c5;
    min-height:736px;
    background:#d8d7d7;
    /* Absolute positioned header for all browsers*/
#header-wrapper_75px{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:85px;
    position:fixed;
#header{
    height:85px;
    width:1000px;
    margin:0 auto;
    background:url(../Images/Defaut%20Images/yellow_white_background__85px.jpg);
    /* Logo image */   
#header_logo_over_links{
    position:absolute;
    margin-left:5px;
    margin-top:0px;
    width: 137px;
    height:77px;
    display:block;
    z-index:2;
    background:url(../Images/Defaut%20Images/resize_logo.gif) no-repeat
/* Contains the footer, and in a static position */
#footer-wrapper{
    width:100%;
    p\osition:absolute;
    bottom:0;
    left:0;
    height:24px;
/* Used for the 1000px site */
#footer_wide{
    width:1000px;
    height:24px;
    margin:0 auto;
    background:#edece7;
    color:fff;
/* EVERYTHING ABOVE THIS LINE IS USED IN THE TEMPLATE */
/* Used on all of the flash galleries */
.center_flashMedia{
    margin:0px auto;
    padding:0px;
    display:block;
/* Used on the top of the CONTACT page */
.bold_contact_header{
    font-size: 24px;
    font-weight: bold;
    color: #6785BB;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    display:block;
/* also used on the CONTACT page */
.center_contact_address{
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    display:block;
    padding: 5px;
/* used on the CONTACT page */
#container_contact{
    display:block;
    padding: 5px;
    margin-bottom: 0px;
    display:absolute;
    margin-top:90px;
/*used on the CONTACT page */
.bold_contact{
    font-size: 16px;
    font-weight: bold;
    color: #6785BB;
/* This holds just the text for the HOME page */
#home_text_container{
    width:450px;
    height:450px;
    border:none;
    padding:20px 0px;
    float:right;
    position:relative;
    margin-right:14px;
/* used on the HOME page */
#home_image_container{
    background:url(../Images/Defaut%20Images/home%20image%20shadow.jpg) no-repeat;
    width:450px;
    height:395px;
    display:inline-block;
    margin-left:14px;
    padding:20px 0px;
    margin-top:30px;
/* Used for the text on the HOME page */
.index_text_16px{
    font-size:16px;
    font-weight:normal;
    font-family: Arial, Helvetica, sans-serif;
/* used on the HOME page */
.project_header{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
/* used on the PHILOSOPHY page */
#philosophy_wrap{
width:800px;
height:100%;
margin:20px auto 0px auto;
padding:10px 20px 0px 10px;
border:3px solid #c3c4c5;
background: #d8d7d7;
/* Used on CONELLE MEMBERS, PHILOSOPHY, and PROJECT TEAMS pages */
.president_font{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding:10px;
    vertical-align: text-top;
/* used on PHILOSOPHY page */
.centered_philosophy_header_text{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding:5px;
    vertical-align: text-top;
    text-align:center;
/* used on the PRILOSOPHY TEAMS and SERVICES page */
.project_text_index {
    font-size:14px;
    font-weight:normal;
    padding: 0px;
    height: 150px;
    width: 250;
    font-family: Arial, Helvetica, sans-serif;
/* used on PHILOSOPHY page, to keep space around the images */
.philosophy_img_padding{
    padding:10px 5px;
    border:#C3C4C5 solid 3px;
/* used on PROJECT TEAMS page */
#project_teams_wrap{
     width:800px;
     height:100%;
     margin:10px auto 0px auto;
     border:3px solid #c3c4c5;
     background: #d8d7d7;
    z-index:-1;
/* Used on PROJECT TEAMS page */
.project_text{
    font-size:12px;
    font-weight:normal;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
/* used on the SERVICS page */
.services_header{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
/* logo image to the right on the CLIENT SERVICS page */
#client_services_img{
    float:right;
    padding:5px;
    clear:left;
    display:block;
    background:url(../Images/Defaut%20Images/project%20teams/client_services.jpg) no-repeat;
    width:300px;
    height:226px;
    margin-left:15px;
/* Background for the CONELLE MEMBERS page */
.horizontal_bar_grey{
    height:200px;
    width:800px;
    margin:0px 5px 15px 30px;   
    background:url(../Images/Defaut%20Images/horizontal_bar_grey.gif) no-repeat;
.align_left{
    float:left;

Similar Messages

  • How do I stop a page from scrolling vertically?

    I have just started using Adobe Muse and am using a accordion text widget on one page. The problem is that when I preview the site the whole page scrolls up and down, including the footer. The accordion is overlapping the footer.
    I don't want the pages to move at all, I want everything just on one page so that there is no scrolling up and down and I want the footer to stay where it is.
    I can't solve this, I've tried everything!

    Hello,
    Please go to File -> Site Properties and disable sticky footer and see if that resolves the issue.
    Cheers
    Parikshit

  • How to stop a page from loading?

    Does anyone know if there's a way to stop a webpage from loading (i.e. before it finishes)..? This page, for example:
    http://sportsillustrated.cnn.com/baseball/mlb/gameflash/2011/06/04/36460_recap.h tml
    When I click on the "X" (or type Cmd+period) i want to cease ALL communication with whatever website is in the address bar. I don't want periodic updates, i dont' want animated ads to finish loading, i don't want my screen rearranged.... nothing. I WANT TO TERMINATE ALL CONTACT WITH THAT WEBSITE until such time that i might click on "reload".  And i should be able to do this without having to yank out my ethernet cable.
    This may be a more general problem that applies to Firefox as well. 

    Huh, i didn't realize the escape key did something different than Cmd+period. It seems to work but i'll have to try it with some of the peskier websites.... Thanks.

  • How to stop my pages from freezing on Firefox?

    I noticed I've been having a lot of crashes and my pages keep freezing when I use Firefox. This started with the recent Firefox updates...I have version 3.6.7 right now. Sometimes a message pops up about some problem with plugin...I've also recently downloaded the latest Flash plugin but a few times, it says I need to reinstall it.
    I also cannot export Favorites from Firefox to Internet Explorer 8 because it says there are problems when I tried it.
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB5; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; SPOENB/1.0; .NET CLR 3.5.30729; .NET4.0C; .NET CLR 3.0.30729)

    Try here. http://kb.mozillazine.org/Firefox_hangs

  • How can I keep pages from scrolling when using keyboard page-down

    The bottom of the pages window has a gear. You can select "Page" in the drop down menu and click the arrow, to perform a page down. The new page is positioned exactly like the previous page. But when I type fn+down-arrow or cmd+down arrow the new page view is either higher or lower than the previous page. Resizing the window makes it almost possible to get a consistent page display but not quite. It's awkward trying to read a document when each new page jumps to a new position. The arrow next to the gear is the only solution I've found.
    Does anyone know a way to achieve this page down view using just the keyboard. I'm using the iMac wireless keyboard?
    Thanks,
    Mark

    It is an annoyance, due to the 2 meaning two different things.
    The page down key means the whole window view which is not the physical page that you see in Pages.
    Apple could have clarified it by labelling the key +window down/up.+
    Peter

  • How do I stop pages from scrolling when i'm creating an interactive PDF?

    I'm attempting to create an interactive PDF portfolio with links from the homepage to gallery pages and projects etc, but it seems useless if I can't stop the PDF pages from scrolling? Can anyone help?
    I have InDesign CS5.5 and Adobe Acrobat Pro.
    Thanks,
    Elizabeth

    I had the same problem with an interactive PDF I created out of InDesign CS5.5. Not sure if what I found will work for a PDF portfolio but here is what I did.
    After creating my document and exporting it as an interactive PDF I opened it in Acrobat X. I went to file/properties and opened the dialogue box. I then clicked on the "initial view" tab and checked the "hide toolbars" and "hide window controls" clicked okay, closed the dialogue box and re-saved the PDF.
    The next time I launched it you could not mouse click to navigate the pages anymore, you had to use the interface I had created. The only caveat is that the keyboard arrows and the mouse scroll wheel still work but if you click anywhere on the page other than my buttons the pages now stay put.
    Hope this works for you,
    Phil

  • How to stop the Browser from caching my web pages

    Hi There
    Can anyone tell how to stop the browser from caching my jsp pages
    I am using
    <%response.setHeader("Cache-Control","no-cache");
    response.setHeader("Pragma","no-cache");
    response.setDateHeader ("Expires", 0);
    %>
    but this does not work anduser is able to go back to the previous page
    which i dont want and i want the browser to display the message the page has expired
    Help appreciated
    Thanks
    Mumtaz

    response.setHeader("Cache-Control", "no-cache");
    response.setHeader("Pragma", "no-cache");
    response.setDateHeader("max-age", 0);
    response.setDateHeader("Expires", 0);
    I have cut paste the code from my jsp which is working. There is one additional line. I do not know if that is the cause but there is no harm in trying that out.
    Srinivasan Ranganathan

  • Can stop the Bottomline from scrolling down or up when I moved it manually down.

    Can stop the Bottomline from scrolling down or up when I moved it manually down. It kept on scrolling until i forced a program quit.

    I Use a Mac Pro 2x28 Quad OS 10.9.3 and A Wacom Intous3 Driver 6.3.7-3
    Thank you for the fast replay.
    Mit freundlichen Grüßen,
    Michael Stubbs
    PROEXPOCONSULT
    Idstein, Germany
    Am 23.05.2014 um 22:49 schrieb Zak Williamson (Adobe) <[email protected]>:
    Can stop the Bottomline from scrolling down or up when I moved it manually down.
    created by Zak Williamson (Adobe) in Adobe Muse Bugs - View the full discussion
    Mac or Windows? What input device? If it's a Wacom tablet, do you have the latest version of the driver?
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6404952#6404952
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Muse Bugs by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • How do I transfer Pages from one user account to another

    How do you transfer Pages from one user account to another on the same Mac?

    Welcome to the Apple Support Communities
    If you haven't modified anything, Pages is installed on /Applications. All users have access to this folder, identified as "Applications" on the Finder sidebar, so you don't have to move anything, because Pages will work on all your users.
    If you have installed Pages on ~/Applications (being ~ your user folder), then you have to move Pages to /Applications. After doing this, you will be able to access to Pages on all users

  • How to open web pages from japplet??

    Hi
    Does anybody know how to open web pages from java japplet??
    Any help is apreciated!
    zick

    the getAppletContext() method of the Applet class will get you an AppletContext, with which you can call the ShowDocument(URL url) or ShowDocument(URL url, String target) method...
    check it out at http://java.sun.com/j2se/1.4/docs/api/java/applet/AppletContext.html
    have a good one :)
    Jay

  • How do you combine pages from separate PDFs?

    How do you combine pages from separate PDF files into one document?

    I use Adobe Acrobat for this.

  • How to block a page (from a business job searching website) from appearing on my screen without me searching for it?

    How to block a page (from a business job searching website) from appearing on my screen without me searching for it?

    Look under:
    System preferences > Network > WiFi > ( Advanced ) > DNS
    System Preferences > Network > Ethernet > ( Advanced ) > DNS
    There should be two or more IP addresses there.
    Those addresses should be EXACTLY the ones your current ISP provided when you signed up for service. They do not start with 85 or 86 -- those are hacker sites.
    If you are in the US, you could also use OpenDNS:
    208.67.222.222
    208.67.220.220

  • How do I install Pages from iWorks on my iMac onto the iPad?

    How do I install Pages from iWork on my iMac onto my iPad?

    You don't. The Mac version of Pages works on Macs - not on iPad.
    You need to buy the iPad version of Pages from the AppStore, and install that on your iPad:
    http://itunes.apple.com/gb/app/pages/id361309726?mt=8

  • How to stop Time Machine from backing up Temp Files?

    Hi folks!
    I am trying to find out how to stop Time Machine from constantly backing up 'useless' temporary files accumulated from web browsing? Although I don't change or add large files to my HD, Time Machine backs up hundreds of MBs every hour. Those file amounts make sense when I consider that I browse a lot to YouTube, SoundCloud, etc to watch videos or listen to music - I just don't want them to be backed up.
    Under Time Machine Options I already excluded the following items from backups:
    ~/Library/Caches
    /Library/Caches
    ~/Downloads
    But even though I did this weeks ago, Time Machine stills finds large files to be backed up every hour and my only guess is that I am still missing a location where either Safari or Firefox - the two web browsers I use - store temporary files.
    Can you help?
    Thanks a lot in advance!

    oas2103 wrote:
    they come from my anti-virus software
    Are you sure you need that? There are no viruses that run on OSX. None. Zip. Zero.
    If you're running Windoze on your Mac, that's the same as running it on a PC, so it needs all the same anti-everything stuff you'd use on a PC.
    There is some "malware," such as Trojans, for Macs, though. But (unlike viruses that can get onto your system without your knowledge), you must approve their installation (via your Admin password) and/or operation (via the "This application was downloaded from the internet ..." prompt).
    Appropriately enough, some of these Trojans are included in pirated versions of Apple software, such as iWork!
    For the gory details, see Thomas Reed's [Mac Virus Guide|http://www.reedcorner.net/thomas/guides/macvirus].
    Thanks a lot again!
    You're quite welcome, and thanks for posting back.

  • How to stop the Dialog from being dragged

    I was hoping that someone could tell me when calling a Dialog from Jframe, a how to stop the Dialog from being dragged
    while a dialog is showing.
    When it is visible I can still click and drag the Dialog
    I want to set it so you can not drag it until the dialog has be closed.

    If you don't have access to the parent frame, a "hack" that usually works:
    Frame frame = Frame.getFrames()[0];
    if (null != frame && frame instanceof JFrame){
    JFrame jf = (JFrame)frame;
    JDialog jd = new JDialog(jf, "title");
    ... code here ...
    As each JFrame (or Frame) is opened, its stored in the array of Frames that you can get. Same thing with Dialog.getDialogs(). Almost always, at least so far for me I've never had this problem, the [0] index is the main window opened, or the parent/top frame. I'd put the check in there to be safe and make sure its a JFrame and usually you'll only have the one JFrame.

Maybe you are looking for

  • Help.. how do I clean out my network settings?

    I'm having a big problem connecting to a particular network. It connects fine at home, but there seems to be something wrong at work. when I connect I get an IP address but then I'm not able to ping anything, not even the router. Of course nothing el

  • Persistently scrolling video for video out

    Maybe someone can help me here I just got a mac mini and want to use it for video I hoooked it up to an old RCA tube, using S video and the video adapter. I accidentally hit the frame rate to PAL while setting it up and it started scrolling & became

  • Receiving Group Text : How do i see who else is in the distribution list???

    Receiving Group Text : How do i see who else is in the distribution list??? other phones seem to have this, how can i see this?  Post relates to: Pre p100eww (Sprint)

  • ICR 002 - Object Groups and Sets

    Hi, Tcode here is FBCR009. I need one help on the PROCESS 002 for ICR. In the current system, we have implemented the Object groups and Sub groups as mentioned below: Object Group - 100 Object Subgroup 100 Object group  Sequence      Company Field  C

  • When to use PreparedStatement.close()

    Hi, For a long time I was/am convinced that it is good to use prepared statement eventhough you are not going to use them propertly, cause whenever in the future you are going to modify your code to use your connections wisely along with prepared sta