Why the hell is there a scrollbar at the bottom of this gallery? (html experts help)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Myst
    Confirmed User
    • Feb 2004
    • 4708

    #1

    Why the hell is there a scrollbar at the bottom of this gallery? (html experts help)

    www.guyproject.com/john
    ICQ: 298-523-037
  • DX
    Feed me coffee.
    • Sep 2001
    • 1128

    #2
    there isn't.

    then again, who the hell knows what resolution you're running : )

    Comment

    • Myst
      Confirmed User
      • Feb 2004
      • 4708

      #3
      you using firefox? cause theres one in IE, and ive got 1280x1024 running
      ICQ: 298-523-037

      Comment

      • SmokeyTheBear
        ►SouthOfHeaven
        • Jun 2004
        • 28609

        #4
        its in a frame

        http://www.terra.es/personal8/teeniepump/john/

        that doesnt have a scroll
        hatisblack at yahoo.com

        Comment

        • Varius
          Confirmed User
          • Jun 2004
          • 6890

          #5
          Originally posted by Myst
          you using firefox? cause theres one in IE, and ive got 1280x1024 running
          It's due to the frame being set at 100%

          You prob have your window slightly smaller than maximum size right? Maximize the window and scrollbar should vanish.....I used IE and same res as you and only see scrollbar if i shrink window (even a tinyyyyyyyyyyy bit)
          Skype variuscr - Email varius AT gmail

          Comment

          • SmokeyTheBear
            ►SouthOfHeaven
            • Jun 2004
            • 28609

            #6
            change the base pages margin to 0 and it will work fine
            hatisblack at yahoo.com

            Comment

            • DX
              Feed me coffee.
              • Sep 2001
              • 1128

              #7
              Originally posted by Myst
              you using firefox? cause theres one in IE, and ive got 1280x1024 running
              i'm using IE.. at 1280x1024.. no scrollbars either way.

              Comment

              • Myst
                Confirmed User
                • Feb 2004
                • 4708

                #8
                the thing is, i cant change the frame code..

                the domain host adds that in (url forwarding)
                ICQ: 298-523-037

                Comment

                • SmokeyTheBear
                  ►SouthOfHeaven
                  • Jun 2004
                  • 28609

                  #9
                  Originally posted by Varius
                  It's due to the frame being set at 100%

                  You prob have your window slightly smaller than maximum size right? Maximize the window and scrollbar should vanish.....I used IE and same res as you and only see scrollbar if i shrink window (even a tinyyyyyyyyyyy bit)

                  Kind of, its because the frame has the margin set to 0 so the main page has the default margin making it a tad bigger
                  hatisblack at yahoo.com

                  Comment

                  • SmokeyTheBear
                    ►SouthOfHeaven
                    • Jun 2004
                    • 28609

                    #10
                    Originally posted by Myst
                    the thing is, i cant change the frame code..

                    the domain host adds that in (url forwarding)
                    You dont need to just set the page that you using to margin=0
                    hatisblack at yahoo.com

                    Comment

                    • Varius
                      Confirmed User
                      • Jun 2004
                      • 6890

                      #11
                      Originally posted by SmokeyTheBear
                      Kind of, its because the frame has the margin set to 0 so the main page has the default margin making it a tad bigger
                      Hey did you ever happen to find a solid "universal" solution to pop windows in both sp1 and sp2 ?
                      Skype variuscr - Email varius AT gmail

                      Comment

                      • Myst
                        Confirmed User
                        • Feb 2004
                        • 4708

                        #12
                        Originally posted by SmokeyTheBear
                        change the base pages margin to 0 and it will work fine
                        as in in the body tag?

                        <body margin=0> or is it something in the styles?
                        ICQ: 298-523-037

                        Comment

                        • SmokeyTheBear
                          ►SouthOfHeaven
                          • Jun 2004
                          • 28609

                          #13
                          Originally posted by Varius
                          Hey did you ever happen to find a solid "universal" solution to pop windows in both sp1 and sp2 ?
                          Kind of..

                          see www.earthunplugged.org/aa/

                          popunder and popexit code for sp1 sp2 and new FIREFOX popup code..
                          hatisblack at yahoo.com

                          Comment

                          • SmokeyTheBear
                            ►SouthOfHeaven
                            • Jun 2004
                            • 28609

                            #14
                            Originally posted by Myst
                            as in in the body tag?

                            <body margin=0> or is it something in the styles?
                            I think its topmargin=0 leftmargin=0 rightmargin=0 ?? not quite sure about that but try it..
                            hatisblack at yahoo.com

                            Comment

                            • Varius
                              Confirmed User
                              • Jun 2004
                              • 6890

                              #15
                              Originally posted by SmokeyTheBear
                              Kind of..

                              see www.earthunplugged.org/aa/

                              popunder and popexit code for sp1 sp2 and new FIREFOX popup code..
                              Coll I'll check it out, thanks....just need it for our members who wish to automatically launch our chat/IM/webcam system upon login
                              Skype variuscr - Email varius AT gmail

                              Comment

                              • DX
                                Feed me coffee.
                                • Sep 2001
                                • 1128

                                #16
                                redundancy...


                                for your css....

                                MARGIN-TOP: 0px;
                                MARGIN-BOTTOM: 0px;
                                MARGIN-LEFT: 0px;
                                MARGIN-RIGHT: 0px;

                                for your body....

                                LEFTMARGIN="0"
                                TOPMARGIN="0"
                                RIGHTMARGIN="0"
                                MARGINHEIGHT="0"
                                MARGINWIDTH="0"
                                BOTTOMMARGIN="0"

                                Comment

                                • SmokeyTheBear
                                  ►SouthOfHeaven
                                  • Jun 2004
                                  • 28609

                                  #17
                                  marginheight=0 marginwidth=0
                                  hatisblack at yahoo.com

                                  Comment

                                  • SmokeyTheBear
                                    ►SouthOfHeaven
                                    • Jun 2004
                                    • 28609

                                    #18
                                    Originally posted by Varius
                                    Coll I'll check it out, thanks....just need it for our members who wish to automatically launch our chat/IM/webcam system upon login
                                    I would suggest using the flash method then.

                                    It can popup a window using a small flash file , and will work in i.e. and firefox as long as the flash plugin is installed ( default in i.e. i think )
                                    hatisblack at yahoo.com

                                    Comment

                                    • Varius
                                      Confirmed User
                                      • Jun 2004
                                      • 6890

                                      #19
                                      Originally posted by SmokeyTheBear
                                      I would suggest using the flash method then.

                                      It can popup a window using a small flash file , and will work in i.e. and firefox as long as the flash plugin is installed ( default in i.e. i think )
                                      Hrm that sounds like a good option, since our new cam/chat/IM interface is being done in Flash (current one is html/javascript for chat/IM and java applet for cam - old but works ok)
                                      Skype variuscr - Email varius AT gmail

                                      Comment

                                      • SmokeyTheBear
                                        ►SouthOfHeaven
                                        • Jun 2004
                                        • 28609

                                        #20
                                        Originally posted by Varius
                                        Hrm that sounds like a good option, since our new cam/chat/IM interface is being done in Flash (current one is html/javascript for chat/IM and java applet for cam - old but works ok)
                                        http://www.earthunplugged.org/aa/fire.html

                                        use the flash file on that page and embed it like in source
                                        hatisblack at yahoo.com

                                        Comment

                                        • Varius
                                          Confirmed User
                                          • Jun 2004
                                          • 6890

                                          #21
                                          Originally posted by SmokeyTheBear
                                          http://www.earthunplugged.org/aa/fire.html

                                          use the flash file on that page and embed it like in source
                                          Thanks....google bar did block that method though, but as long as we can provide it for as many people as possible, it's ok.

                                          The rest can just open it themselves with a click, or allow our site...
                                          Skype variuscr - Email varius AT gmail

                                          Comment

                                          • Myst
                                            Confirmed User
                                            • Feb 2004
                                            • 4708

                                            #22
                                            didnt work :/

                                            http://www.guyproject.com/john/index2.html

                                            the auto frame generated code is horrible lol
                                            ICQ: 298-523-037

                                            Comment

                                            • DX
                                              Feed me coffee.
                                              • Sep 2001
                                              • 1128

                                              #23
                                              i still get no scrollbars in IE... even if i resize the window all the way down til the white is right on the window edges...

                                              Comment

                                              • Varius
                                                Confirmed User
                                                • Jun 2004
                                                • 6890

                                                #24
                                                Originally posted by Myst
                                                didnt work :/

                                                http://www.guyproject.com/john/index2.html

                                                the auto frame generated code is horrible lol
                                                try putting your margin options in the frameset tag instead of the frame tag....

                                                you can also force no scrollbar with scrolling="no" in your frameset tag.
                                                Skype variuscr - Email varius AT gmail

                                                Comment

                                                • Myst
                                                  Confirmed User
                                                  • Feb 2004
                                                  • 4708

                                                  #25
                                                  i cant modify any of the frameset code..
                                                  ICQ: 298-523-037

                                                  Comment

                                                  • Rantan
                                                    Confirmed User
                                                    • Aug 2004
                                                    • 714

                                                    #26
                                                    frames and iframes = teh suck
                                                    www.jesusjohnson.com

                                                    Comment

                                                    • Varius
                                                      Confirmed User
                                                      • Jun 2004
                                                      • 6890

                                                      #27
                                                      Originally posted by Myst
                                                      i cant modify any of the frameset code..
                                                      isn't the <frameset> tag in your page ? You can modify it...
                                                      Skype variuscr - Email varius AT gmail

                                                      Comment

                                                      • Myst
                                                        Confirmed User
                                                        • Feb 2004
                                                        • 4708

                                                        #28
                                                        Originally posted by Varius
                                                        isn't the <frameset> tag in your page ? You can modify it...
                                                        nope, its generated by my domain host - url forwarding

                                                        its so i can redirect the domain to another site, and the location bar will still show the domain
                                                        ICQ: 298-523-037

                                                        Comment

                                                        • bizmak
                                                          So Fucking Banned
                                                          • Apr 2004
                                                          • 10014

                                                          #29
                                                          nothing here

                                                          Comment

                                                          • Myst
                                                            Confirmed User
                                                            • Feb 2004
                                                            • 4708

                                                            #30
                                                            suggestions?
                                                            ICQ: 298-523-037

                                                            Comment

                                                            • Varius
                                                              Confirmed User
                                                              • Jun 2004
                                                              • 6890

                                                              #31
                                                              Originally posted by Myst
                                                              suggestions?
                                                              What part of the page exactly do you have control over? Could you paste the part of the page you can actually edit ??
                                                              Skype variuscr - Email varius AT gmail

                                                              Comment

                                                              • Myst
                                                                Confirmed User
                                                                • Feb 2004
                                                                • 4708

                                                                #32
                                                                i can edit everything except for the main frame source..

                                                                ie, go to the site, click View>Source (from the file/edit.. menu) - shows source of main frame source. if you right click, view source in the page, i can edit any of that
                                                                ICQ: 298-523-037

                                                                Comment

                                                                • Varius
                                                                  Confirmed User
                                                                  • Jun 2004
                                                                  • 6890

                                                                  #33
                                                                  Originally posted by Myst
                                                                  i can edit everything except for the main frame source..

                                                                  ie, go to the site, click View>Source (from the file/edit.. menu) - shows source of main frame source. if you right click, view source in the page, i can edit any of that
                                                                  Ahh.....then I don't thik you can do much, because the part causing the problem is in here:

                                                                  <!-- Redirection Services Redirector4C-CHG H1 -->
                                                                  <frameset rows='100%, *' frameborder=no framespacing=0 border=0>
                                                                  <frame src="http://www.terra.es/personal8/teeniepump/john/index2.html" name=mainwindow frameborder=no framespacing=0 marginheight=0 marginwidth=0></frame>
                                                                  </frameset>

                                                                  no matter what you do in your page, it won't change these things.....perhaps you could use javascript to set the properties of margins in the main page calling the frameset, but I doubt it (you'd have to do some reasearch if margins are settable via javascript)

                                                                  Otherwise, I don't see any way for you to interact with the outer page. Maybe call your host ?
                                                                  Skype variuscr - Email varius AT gmail

                                                                  Comment

                                                                  • Myst
                                                                    Confirmed User
                                                                    • Feb 2004
                                                                    • 4708

                                                                    #34
                                                                    look at this page though

                                                                    http://www.guyproject.com/david.html

                                                                    it loads up fine.. no scrollbar
                                                                    ICQ: 298-523-037

                                                                    Comment

                                                                    • Varius
                                                                      Confirmed User
                                                                      • Jun 2004
                                                                      • 6890

                                                                      #35
                                                                      BTW Myst, you seem to be doing a very nice RPC (revenue per click) of 20 cents with AAC.....

                                                                      I'd love to get you to try a little traffic once our new site launches next month and we offer the pay-per-email prog (less than a month away now )
                                                                      Skype variuscr - Email varius AT gmail

                                                                      Comment

                                                                      • Myst
                                                                        Confirmed User
                                                                        • Feb 2004
                                                                        • 4708

                                                                        #36
                                                                        sounds good - ill try it out
                                                                        ICQ: 298-523-037

                                                                        Comment

                                                                        • Varius
                                                                          Confirmed User
                                                                          • Jun 2004
                                                                          • 6890

                                                                          #37
                                                                          Originally posted by Myst
                                                                          look at this page though

                                                                          http://www.guyproject.com/david.html

                                                                          it loads up fine.. no scrollbar
                                                                          Hrm ok, then guess I was wrong it cannot be the frameset code because it's identical on both those links....

                                                                          Try lowering your width:700px in the CSS at top to like 650, see if the scrollbar vanishes.

                                                                          I think the main page still has margins, but the difference is the david page above doesnt have the same set width as the page that isnt working right.
                                                                          Skype variuscr - Email varius AT gmail

                                                                          Comment

                                                                          • Myst
                                                                            Confirmed User
                                                                            • Feb 2004
                                                                            • 4708

                                                                            #38
                                                                            that didnt work either :/
                                                                            ICQ: 298-523-037

                                                                            Comment

                                                                            • Dirty F
                                                                              Too lazy to set a custom title
                                                                              • Jul 2001
                                                                              • 59204

                                                                              #39
                                                                              Wtf, youre loading tera.es in an iframe??? Ahahahahaha

                                                                              Dude, hosting costs nothing lately...

                                                                              Comment

                                                                              • Myst
                                                                                Confirmed User
                                                                                • Feb 2004
                                                                                • 4708

                                                                                #40
                                                                                Originally posted by Battuss
                                                                                Wtf, youre loading tera.es in an iframe??? Ahahahahaha

                                                                                Dude, hosting costs nothing lately...
                                                                                lol i know

                                                                                this is for spamming purposes so i dont get complaints to my host.. although if you know of a spam friendly host im listening
                                                                                ICQ: 298-523-037

                                                                                Comment

                                                                                • Myst
                                                                                  Confirmed User
                                                                                  • Feb 2004
                                                                                  • 4708

                                                                                  #41
                                                                                  oO
                                                                                  ICQ: 298-523-037

                                                                                  Comment

                                                                                  • Myst
                                                                                    Confirmed User
                                                                                    • Feb 2004
                                                                                    • 4708

                                                                                    #42
                                                                                    Oo
                                                                                    ICQ: 298-523-037

                                                                                    Comment

                                                                                    • Doctor Dre
                                                                                      Too lazy to set a custom title
                                                                                      • Jan 2001
                                                                                      • 51692

                                                                                      #43
                                                                                      No scroolbars here
                                                                                      Originally posted by rayadp05
                                                                                      I rebooted, deleted temp files, history, cookies and everything...still cannot view the news clip. All I see is that fucking gay ass music video from "Rick Roll". Anyone else have a different link to the news clip?

                                                                                      Comment

                                                                                      • pornguy
                                                                                        Too lazy to set a custom title
                                                                                        • Mar 2003
                                                                                        • 62910

                                                                                        #44
                                                                                        may be the window size is set at a numeric value > 740px, instead of a percentage, and maybe you're at 800x600 res
                                                                                        PornGuy skype me pornguy_epic

                                                                                        AmateurDough The Hottes Shemales online!
                                                                                        TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!

                                                                                        Comment

                                                                                        • pornguy
                                                                                          Too lazy to set a custom title
                                                                                          • Mar 2003
                                                                                          • 62910

                                                                                          #45
                                                                                          Check your css. You have a class there with 700px.
                                                                                          PornGuy skype me pornguy_epic

                                                                                          AmateurDough The Hottes Shemales online!
                                                                                          TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!

                                                                                          Comment

                                                                                          • Myst
                                                                                            Confirmed User
                                                                                            • Feb 2004
                                                                                            • 4708

                                                                                            #46
                                                                                            im on 1280x1024 resolution... if i change that css my page gets completely fucked up
                                                                                            ICQ: 298-523-037

                                                                                            Comment

                                                                                            • Myst
                                                                                              Confirmed User
                                                                                              • Feb 2004
                                                                                              • 4708

                                                                                              #47
                                                                                              im on 1280x1024 resolution... if i change that css my page gets completely fucked up
                                                                                              ICQ: 298-523-037

                                                                                              Comment

                                                                                              • Myst
                                                                                                Confirmed User
                                                                                                • Feb 2004
                                                                                                • 4708

                                                                                                #48
                                                                                                oO
                                                                                                ICQ: 298-523-037

                                                                                                Comment

                                                                                                • Myst
                                                                                                  Confirmed User
                                                                                                  • Feb 2004
                                                                                                  • 4708

                                                                                                  #49
                                                                                                  im on 1280x1024 resolution... if i change that css my page gets completely fucked up

                                                                                                  anyone know what to do about this conundrum?
                                                                                                  ICQ: 298-523-037

                                                                                                  Comment

                                                                                                  • Myst
                                                                                                    Confirmed User
                                                                                                    • Feb 2004
                                                                                                    • 4708

                                                                                                    #50
                                                                                                    im on 1280x1024 resolution... if i change that css my page gets completely fucked up

                                                                                                    anyone know what to do about this conundrum?
                                                                                                    ICQ: 298-523-037

                                                                                                    Comment

                                                                                                    Working...