coding problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • spanky part 2
    Confirmed User
    • Oct 2003
    • 1981

    #1

    coding problem

    I know this might be a silly question, but here goes. I have a non adult site of my own that I want to resize to the browser settings the person has set for their computer.

    Anyone have the code for it. I can't seem to find it.
  • Bdiddy
    Confirmed User
    • Mar 2006
    • 2456

    #2
    do you mean window size or what settings?
    "..and which one of you had the prime rib?" - Waiter

    "frankly, I don't see how that's any of your business!" - Peter Griffin

    Comment

    • spanky part 2
      Confirmed User
      • Oct 2003
      • 1981

      #3
      Originally posted by Bdiddy
      do you mean window size or what settings?
      I guess it's window size. Lets say they have their setting at 800x640 and someone else is at 1024x768 so that it looks right on both.

      Comment

      • StuartD
        Sofa King Band
        • Jul 2002
        • 29903

        #4
        Code:
        if (window.screen) {
            window.moveTo(0,0);
            window.outerHeight = screen.availHeight;
            window.outerWidth = screen.availWidth;
        }
        This is me on facebook
        This is me on twitter

        Comment

        • chartescorts
          Registered User
          • Feb 2007
          • 92

          #5
          Tech Assistantance

          It is nice to see people giving others help. You rarely get it on IT forums
          http://www.chartescorts.co.uk

          London Escorts

          Comment

          • psili
            Confirmed User
            • Apr 2003
            • 5526

            #6
            <table width="100&#37;">
            ... content by %
            </table>

            ---------
            <div style="width: 100%; clear: both;">
            ... content by %
            </div>

            *shrug*
            Your post count means nothing.

            Comment

            • spanky part 2
              Confirmed User
              • Oct 2003
              • 1981

              #7
              thx guys.

              Comment

              • Big_Red
                Confirmed User
                • Jun 2006
                • 4147

                #8
                GFY to the rescue. woot woot!
                60% Revshare.
                http://www.boobycash.com We got the boobs and the cash!
                ICQ 198-580-197 24/7 support

                Comment

                Working...