+ Reply to Thread
Results 1 to 11 of 11

Thread: No scrolling (what you see is what you get)
      
   

  1. #1
    Brocula is offline Corporal
    Join Date
    Sep 2006
    Posts
    19

    Question No scrolling (what you see is what you get)

    I am trying to make a web site which involves no scrolling whatsoever (horizontal or vertical), and am trying to make my background image the right size for this.

    I've tried a variety of sizes (760x400) (780x400) (800x400) yet there always seems to be a bit of a gap on the right hand side and bottom of the page.- used for scrollbar perhaps?

    To fill in this gap I've made my background image to (800x410)

    Is this wize or should i stick to what the GTP company suggests?

    Follow this link to GTP page:

    http://www.gtp.com.au/gtp/gtp-icom/i...d=2131&tags=on

  2. #2
    ez-ez is offline Special Status
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    1,329

    Default Re: No scrolling (what you see is what you get)

    I honestly don't know if that link is to your website or some other web design company.. If the issue is about your page, can we have the link to your page so we can look..??
    Cheers.

  3. #3
    Brocula is offline Corporal
    Join Date
    Sep 2006
    Posts
    19

    Default Re: No scrolling (what you see is what you get)

    It's a link to a company on the net. Was looking for articles on screen dimensions and found it.

    My website isn't up and running yet, haven't got a domain name or anything. Just creating the pages offline at the mo.

  4. #4
    ez-ez is offline Special Status
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    1,329

    Default Re: No scrolling (what you see is what you get)

    Are you using BV?

  5. #5
    Brocula is offline Corporal
    Join Date
    Sep 2006
    Posts
    19

    Default Re: No scrolling (what you see is what you get)

    I'm using BV and dreamweaver 8; seeing what happens to the screen dimensions in both

  6. #6
    ez-ez is offline Special Status
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    1,329

    Default Re: No scrolling (what you see is what you get)

    In BV, just as in DW, the background has to be a background, not just as an inserted image.. the reason being, backgrounds correspond with the attributes you put into the page properties and adjust any background content accordingly.. In english, here's an example: if you use a 400X100px image as a background, then you set the page size to 800X600, the image which is set as background will be adjusted accordingly.. But if you use an image as in inserted image, the background settings will not affect that image size. I gues what I am saying is, background will fix itself with the page, images wont do that.

    Lets assume that you've done that right.. the scrolling depends on the size of the page, from what you've said above, it looks like you have some element, even if it's a tiny little dot, is floating somewhere.. you need to find it.. the only other thing I can think of is if you create the page, preview it, and then copy the code source from your browser and paste it here so we can have a look.
    Cheers.

  7. #7
    Brocula is offline Corporal
    Join Date
    Sep 2006
    Posts
    19

    Default Re: No scrolling (what you see is what you get)

    Here is the source code for the preview, as requested. The image
    has been set as background, not inserted image. It looks
    fine on my screen, which is set to 800x600, I don't know
    what it looks like on others.


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
    background-image: url(800x410.jpg);
    background-repeat: no-repeat;
    background-color: #000000;
    }
    -->
    </style></head>

    <body>
    </body>
    </html>

  8. #8
    ez-ez is offline Special Status
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    1,329

    Default Re: No scrolling (what you see is what you get)

    Your page looks fine.. the gaps you're looking at are the scroll guides.. (the space where the scroll lift moves)... No scroll on that page.. The only way you can get rid of the scroll lift guides is to bring your page up in a popup.. which would be the craziest thing ever done on the net for an index page.. But your page is fine as it is.

  9. #9
    ez-ez is offline Special Status
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    1,329

    Default Re: No scrolling (what you see is what you get)

    May I add, people with lower monitor settings may end up with a scroll on the same page.. but I use the most popular settings and it looked without scroll.

  10. #10
    Brocula is offline Corporal
    Join Date
    Sep 2006
    Posts
    19

    Thumbs up Re: No scrolling (what you see is what you get)

    Cheers for your help

  11. #11
    ez-ez is offline Special Status
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    1,329

    Default Re: No scrolling (what you see is what you get)

    Pleasure.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49