HTML know-alls... Read on!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AdultNex
    Confirmed User
    • Feb 2003
    • 8985

    #1

    HTML know-alls... Read on!

    Is there any way to blank out the scrollbar (so that it's not scrollable), while having content below the fold?

    Below the fold, meaning you have to scroll down to view content.
  • aztecvision
    Confirmed User
    • Feb 2003
    • 979

    #2
    POPUP!

    Comment

    • The Truth Hurts
      Zph7YXfjMhg
      • Nov 2002
      • 15738

      #3
      Originally posted by AdultNex
      Is there any way to blank out the scrollbar (so that it's not scrollable), while having content below the fold?

      Below the fold, meaning you have to scroll down to view content.
      Yes.

      Comment

      • PhillipB
        Just a Simple Carpenter
        • May 2003
        • 1338

        #4
        Yes, but even if there are no scrollbars, you can still scroll using the wheel mouse or click-dragging downwards.

        Comment

        • AdultNex
          Confirmed User
          • Feb 2003
          • 8985

          #5
          What's the code for doing so?

          Yes, but even if there are no scrollbars, you can still scroll using the wheel mouse or click-dragging downwards.
          Yep, but if the scrollbar is greyed out, the surfer is unlikely to scroll down.

          Comment

          • Mutt
            Too lazy to set a custom title
            • Sep 2002
            • 34431

            #6
            in the BODY tag, "hahahahahahahahano"
            I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!

            Comment

            • AdultNex
              Confirmed User
              • Feb 2003
              • 8985

              #7
              Originally posted by Mutt
              in the BODY tag, "hahahahahahahahano"
              Say again?

              Comment

              • -=HUNGRYMAN=-
                Confirmed User
                • Jun 2001
                • 4751

                #8
                Originally posted by Mutt
                in the BODY tag, "hahahahahahahahano"
                Actually ... it is the HEAD tag

                Quote this message to see the code (which Mr. burns has disabled on the board ...LOL)


                <style>
                BODY{
                scrollbar-arrow-color: #000000;
                scrollbar-3dlight-color: #000000;
                scrollbar-highlight-color: #000000;
                scrollbar-face-color: #000000;
                scrollbar-shadow-color: #000000;
                scrollbar-darkshadow-color: #000000;
                scrollbar-track-color: #000000;
                }
                </style>

                Comment

                • Project-Shadow
                  Confirmed User
                  • Feb 2003
                  • 7340

                  #9
                  .. ok fine.. but there is a much better one :P

                  Unfortunately it will involve the use of frames.

                  <frame name="topFrame" scrolling="NO" noresize src="yourpagehere.html" >

                  To the best of my knowledge thats what ya should do.
                  [Click quote to see the txt..]

                  Comment

                  • funkmaster
                    So Fucking Banned
                    • Sep 2001
                    • 7938

                    #10
                    simply use this code:

                    hahahahahahahahahaha hahahaha hahahahahahaha

                    Comment

                    • -=HUNGRYMAN=-
                      Confirmed User
                      • Jun 2001
                      • 4751

                      #11
                      Originally posted by Project-Shadow
                      .. ok fine.. but there is a much better one :P

                      Unfortunately it will involve the use of frames.

                      <frame name="topFrame" scrolling="NO" noresize src="yourpagehere.html" >

                      To the best of my knowledge thats what ya should do.
                      [Click quote to see the txt..]
                      how is using frames much beter ??

                      Comment

                      Working...