Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Browser Size

    I have a problem with layers moving about when i test my site out on different
    computers browsers
    so i thought of an idea to get round that... ive seen it on a few websites
    were you click the enter button and the browser size automatically changes...
    does anyone know how to do this?

    heres the link
    [url]http://www.fireplacesdirectltd.co.uk/FPDnewsite/Pages/wood&castiron/wood_main.ht[/url]
    ml the layers migfht sit perfect in some browsers otheres, not

    i heard this forum is great for help
    hopefully someone can help me

    Thanks
    Conor

    Conor McKee Guest

  2. Similar Questions and Discussions

    1. Specify browser size when openning an url?
      Hello list, I am trying to change the size of a browser when opening an url from the extension that I am working on now....
    2. Fitting a swf to all browser?s size
      Hi, At (http://www.magwerk.com/mag.php?magazine=encore&language=en) we have a big swf that appers ok in 17? browsers or 15? as well. How to do...
    3. getUrl: size and browser var.?
      I am trying to have a button in flash load a html. file with restrictions such as browser size, no scroll bars, nav bars...etc I can do this in...
    4. specifying web browser window size
      Can this be done? Need to open html file in web browser (easy enough) but need the browser window to be a specific size. Can this be done through...
    5. Control Browser size?
      Hi Can I control the size of the browser window using php or javascript? I know I can control pop ups, same sort of thing maybe? Thanks in...
  3. #2

    Default Re: Browser Size

    Try this code in your body tags: onLoad="window.resizeTo(789,600);
    replacing the 789,600 with the pixel dimensions that you need. The only
    problem with this is if you have any windows open on the left like history or
    favourites it doesn't expand to allow for these.

    Kim Burrows Guest

Posting Permissions

  • You may not post new threads
  • You may 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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139