Results 1 to 7 of 7

Thread: Stop the page from scrolling

  1. #1

    Thread Starter
    Fanatic Member chrismitchell's Avatar
    Join Date
    Jan 2001
    Location
    With Hobbes in New Zealand
    Posts
    568

    Stop the page from scrolling

    I have a site that I am working on for DragonFly and I want to stop the page from Scrolling.. at the moment there is not much there but the homepage needs to not scroll off the bottom of the screen.

    Thanks in advance for any help

    Chris

  2. #2
    Fanatic Member punkpie_uk's Avatar
    Join Date
    Sep 2001
    Location
    UK
    Posts
    645
    You can disable scrolling by adding this to your document body SCROLLING=NO (or it could be a SCROLL=no cant remember) but I beleive this only works in Internet Explorer???
    SPREAD THE WORD!!! Are You Lee McCormick? Because I Am



    Lee M McCormick
    [email protected]

    Lee McCormick.com - Live
    Dynamically Webbed.com - In development but live

  3. #3

    Thread Starter
    Fanatic Member chrismitchell's Avatar
    Join Date
    Jan 2001
    Location
    With Hobbes in New Zealand
    Posts
    568
    hmmm well I just don't know where to put the SCROLLING= NO thats the problem.. cause its only a little test site to see if she likes the design.. but it may still be used (just improved upon), so it would be nice to get rid of the scrolling on the homepage.

    The homepage was made using Fireworks.. Not the most useful in the world.. but it gets a design done quickly.

    Chris

  4. #4
    dattapuro
    Guest

    Re:Stop the page from scrolling

    hi,

    This is very simple code just insert the body tag scroll="no"
    as like

    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll="no">

    byeeeeeeeeeee!
    dp

  5. #5
    Fanatic Member punkpie_uk's Avatar
    Join Date
    Sep 2001
    Location
    UK
    Posts
    645
    Sorry, it goes in the <body> tag.

    <body scrolling="no"> or <body scroll="no">
    SPREAD THE WORD!!! Are You Lee McCormick? Because I Am



    Lee M McCormick
    [email protected]

    Lee McCormick.com - Live
    Dynamically Webbed.com - In development but live

  6. #6
    PowerPoster beachbum's Avatar
    Join Date
    Jul 2001
    Location
    Wollongong, NSW, Australia
    Posts
    2,274
    And maybe put it all in a table and set the table height to 100% ...

    eg
    Code:
    <body scroll="no" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
    
    <table border="0" cellpadding="0" cellspacing="0" width="100%" height ="100%">
    Stuart Laidlaw
    Brightspark Financial Software
    http://www.gstsmartbook.com

  7. #7

    Thread Starter
    Fanatic Member chrismitchell's Avatar
    Join Date
    Jan 2001
    Location
    With Hobbes in New Zealand
    Posts
    568
    I will have to work out the table.. as it is gonna be complicated as hell.. :P

    But I have got the no scroll now which is a start..

    Now to think of the tables .. hmm

    Cheers for all your help

    Chris

Posting Permissions

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



Click Here to Expand Forum to Full Width