Resize webpage

When I preview my designed page in IE, by pressing F12, the
horizontal width is OK, but the vertical has to be scrolled. How
can I adjust the size of my page to fit exactly into the IE
page?

Murray *ACE* wrote:
> Which is why I have replaced the
>
> "This page best viewed in Internet Explorer at 1024x768"
>
> on my site, with
>
> "This page best viewed on my computer"
>
Why are you using absolute sizes for your web pages.
in the setting for height and width remove any numbers That
way the page
resize to the appropriate size for the viewers monitor.
If you want everything lined up neat use tables put you
information in
the table cells and click on table to select entire table and
the very
center arrow showing for dimension click on and remove height
and widths
That way the maximum width is just at the absolute width of
any graphics
used and the text flows according that absolute width. and
height sucks
up just below last item in that cell.
<
http://www.vpea.org> the
majority is created with Dreamweaver8 on a
Mac. the convention items are created by a PC using Coffee
Cup.
Phillip M. Jones, CET |LIFE MEMBER: VPEA ETA-I, NESDA, ISCET,
Sterling
616 Liberty Street |Who's Who. PHONE:276-632-5045,
FAX:276-632-0868
Martinsville Va 24112 |[email protected], ICQ11269732, AIM
pjonescet
If it's "fixed", don't "break it"!
mailto:[email protected]
<
http://www.kimbanet.com/~pjones/default.htm>
<
http://www.kimbanet.com/~pjones/90th_Birthday/index.htm>
<
http://www.kimbanet.com/~pjones/Fulcher/default.html>
<
http://www.kimbanet.com/~pjones/Harris/default.htm>
<
http://www.kimbanet.com/~pjones/Jones/default.htm>
<
http://www.vpea.org>

Similar Messages

  • Hello, in my newest version of firefox is unable to resize webpages with ctrl + like it was in older version. What should I do if I want to have the webpage in all width of my LCD? Thanks. Peter

    Hello, I want to resize webpages with ctrl + to achieve full width of my LCD. In older versions of firefox it works very well but now in 6.0.2 no. So can you help how to do this? Thanks. Peter

  • Auto resize webpage?

    i have just finished my site which can be seen here www.jbpermanentcosmetics.co.uk The site looks fine on my Macbook pro on Mac and windows but it is way too large for 4:3 monitors. The site width is 1200 which in hindsight is too large really but i don't want to have to resize the whole website. Is there any HTML code which i can add which will auto resize the page to avoid horizontal scrolling?

    rossn49 wrote:
    I found the following code which looks like it might do what i want:
    <SCRIPT language="JavaScript">
    <!--
    if ((screen.width>=1024) && (screen.height>=768))
    window.location="highres.html";
    else
    window.location="lowres.html";
    //-->
    </SCRIPT>
    rossn49, you can not use that javascript. It switches between two pages/sites (I bolded the code), which means you have to add another site with narrow width.... you indicated that you wouldn't like to do that.
    However, you can find the sweet spot for your site design; many people started to design their sites for regular computer and also accommodate mobile devices such as iPhone.
    You may like to do just that, iPhone's resolution is 960px wide, so I would conservatively take it down to 900px~920px wide.
    OT, thanks for the good words... I'd not read the forum today. I'd been spending time today to figure out and mount my GPS on my new motorscooter, maybe I will buy motorscootersaurus.com for my new site. LOL!

  • Flash Catalyst CS5 resizable application with webpage zoom?

    Hi guys,
    I've come back to Catalyst cs5 after a long while of not using it and am wondering if it is possible to create something and make it resizable?
    I seem to remember reading a while back about a way to do it in flash builder but can't for the life of me find the discussion again.
    What I have is a basic photo gallery with thumbnails on the side and one large image that changes when you click the thumbnail. All this is great on a standard webpage but when you zoom in on the web browser with CTRL and + or zoom out with CTRL and -  the SWF stays the same size. I'd like to be able to make it so the SWF resizes with the zoom so people with trouble seeing can view it bigger.
    Does anybody have any idea how I can do this, if it is possible? (Baring in mind I can't upgrade to Catalyst 5.5)
    Thanks,
    Gareth

    Hi,
    That really helped me out!
    I was playing around with importing all different file types to see what would crash Flash Catalyst and it appears to just be .flv files, because it imports images, mp3s, and swf files and .f4v video files with no problems. Hey, at least now I can continue importing videos as long as they are .f4v's!
    Would still be helpful to figure out why it doesn't like .flv's though...
    The step are: File>Import>Video/Sound File...Dialogue box opens, I choose any .flv file (include files which seemed to work fine before) and the program just quits itself giving me the error report window. When I use .f4v files no such problem occurs...
    Will send you a yousendit link containing one of the guilty .flv files now - this is a .flv file I used in creating a page with flash Catalyst just days ago before it decided it would no longer import them.
    Thanks for your help so far
    Adam

  • Some webpages resize the window but when the window opens in a new tab, the entire firefox browser is resized. How do I stop this from happening?

    This usually happens when the window is resized in order to fit the smaller content/intention for a webpage.
    I would like Firefox to ignore the window resizing (down sizing) commands when opening a window in a new tab and just display the window in full size.

    Go into ''Tools > Options > Content'' and next to where it says ''Enable JavaScript'', click ''Advanced...''' and then untick ''Move or resize existing windows''.
    This is the only way to do it. I believe there is a bug filed to prevent all sites (by default) from resizing the window if there are more tabs open, but I don't think it has been fixed.

  • How do webpage developers get Firefox to use the windows.resize or windows.moveTo javascript functions that seem to now be passed over?

    Before V7, this code worked and did as requested every time the page was run. Now, it does not work and no error is reported. Google Chrome and Internet Explorer are able to produce th correct result.
    <script type="text/javascript">
    window.resizeTo(325,700);
    window.moveTo(1150,10);
    </script>
    I have a site where I use window.open to create a login window with minimum chrome.
    On successful login, the window that created the login window updates itself to another page. The login window is supposed to resize itself and move to create a console panel to the right of the screen.
    I have tried to update the window from its parent at the point of successful login (flagged by a database change, checked frequently). I have also included code in the new window itself to resize itself to no avail.
    The new code seems to be failing on both the conditions laid out!

    Some conditions were added in 7.0 to avoid abuse of the resize and move functions:
    #Can't resize a window/tab that hasn't been created by window.open.
    #Can't resize a tab if the tab is in a window with more than one tab.
    * https://bugzilla.mozilla.org/show_bug.cgi?id=565541#c24
    There's still some discussion on the bug - including some solutions and troubleshooting for pages that were affected that shouldn't be - and it's being tracked to make sure it doesn't have any adverse effects.

  • 1st webpage in DW in 10+ yrs (need resizing help)

    Hello guys, I just did a intro page and I have it up on my test site http://webuildcmssites.com/compassion/Intro.htm everything looks great and full screen on most browsers I test thus far, but if I take the browser and start to resize the window the images move.
    1. background was added via properties/html/page properties/background image
    2. I 1st tried adding my images via Ap Div but I didn't like that much so I'm using tables
    3. when you resize the window the images are moving and I would like it to be fluid or whichever you guys think would be best
    If you don't want to go to the website here's the code
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Welcome to Compassion Ministries</title>
    <style type="text/css">
    body {
              background-image: url(Images/cmbackground.jpg);
              background-repeat: no-repeat;
              margin: auto;
              background-position: center center;
              height: auto;
              width: auto;
              background-attachment: scroll;
    #apDiv1 {
              position:absolute;
              width:200px;
              height:115px;
              z-index:1;
              left: 756px;
              top: 62px;
    #apDiv2 {
              position:absolute;
              width:249px;
              height:181px;
              z-index:1;
              left: -495px;
              top: -981px;
    #apDiv3 {
              position:absolute;
              width:200px;
              height:129px;
              z-index:2;
              left: 753px;
              top: 81px;
    #apDiv4 {
              position:absolute;
              width:200px;
              height:129px;
              z-index:3;
              left: 492px;
              top: 80px;
    #apDiv5 {
              position:absolute;
              width:200px;
              height:129px;
              z-index:4;
              left: 227px;
              top: 81px;
    #apDiv6 {
              position: absolute;
              width: 721px;
              height: 58px;
              z-index: 5;
              left: 226px;
              top: 304px;
    #apDiv7 {
              position:absolute;
              width:200px;
              height:115px;
              z-index:6;
              left: 425px;
              top: 466px;
    #apDiv8 {
              position:absolute;
              width:116px;
              height:41px;
              z-index:1;
    #apDiv9 {
              position:absolute;
              width:120px;
              height:42px;
              z-index:7;
              left: 750px;
              top: 321px;
    #apDiv10 {
              position:absolute;
              width:120px;
              height:40px;
              z-index:8;
              left: 493px;
              top: 322px;
    </style>
    <script type="text/javascript">
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    </head>
    <body onLoad="MM_preloadImages('Images/boarderchester.png','Images/borderoak.png','Images/borde rcomp.png')">
    <p> </p>
    <table width="746" height="159" border="0" align="center" cellpadding="2">
    <tr>
      <td width="249" height="155" align="center"> </td>
    </tr>
    </table>
    <p> </p>
    <table width="746" height="147" border="0" align="center" cellpadding="2">
      <tr>
        <td width="253" height="143" align="left"><img src="Images/bwcompborder.jpg" name="oakgray" width="198" height="130" id="oakgray"></td>
        <td width="249" align="left"><img src="Images/bwoakborder.jpg" name="phillygray" width="185" height="130" id="phillygray"></td>
        <td width="214"><img src="Images/bwchesterboarder.jpg" name="chestergray" width="198" height="130" id="chestergray"></td>
      </tr>
    </table>
    <p> </p>
    <p> </p>
    <table width="746" height="147" border="0" align="center" cellpadding="2">
    <tr>
      <td width="253" height="143" align="left"><table width="719" height="56" border="0" cellpadding="1">
        <tr>
          <td width="258" align="left"><a href="http://www.philly.compassion-ministries.com/"><img src="Images/visitphilly.png" name="visitphilly" width="119" height="40" id="visitphilly" onMouseOver="MM_swapImage('phillygray','','Images/bordercomp.png',1)" onMouseOut="MM_swapImgRestore()"></a></td>
          <td width="260"><a href="http://www.oakeola.compassion-ministries.com/"><img src="Images/visitoak.png" name="visitoak" width="119" height="40" id="visitoak" onMouseOver="MM_swapImage('oakgray','','Images/borderoak.png',1)" onMouseOut="MM_swapImgRestore()"></a></td>
          <td width="187"><a href="http://www.chester.compassion-ministries.com/"><img src="Images/visitchester.png" name="visitchester" width="119" height="40" id="visitchester" onMouseOver="MM_swapImage('chestergray','','Images/boarderchester.png',1)" onMouseOut="MM_swapImgRestore()"></a></td>
        </tr>
      </table></td>
    </tr>
    </table>
    <p> </p>
    <p> </p>
    <div id="apDiv6"></div>
    </body>
    </html>

    LONG TERM SOLUTION:  Don't use positioning in primary layouts.  It doesn't work well, here's why:  http://www.apptools.com/examples/pagelayout101.php
    Learn to use CSS margins, padding and floats to align elements on screen.
    http://alt-web.com/DEMOS/3-CSS-boxes.shtml
    Finally, don't use tables for layouts.  You don't need them.  Tables are for tabular data only.  Learn to use CSS layouts instead.  You'll find a whole bunch of pre-built CSS layouts in Dreamweaver.
    Got to File | New > Blank page > HTML > Layouts. 
    Select a 2 or 3-col layout.
    Hit Create button
    Nancy O.

  • Can Firefox resize large images in a webpage to stop horizontal scroll/sidescrolling?

    <pre><i>Locking duplicate thread.
    Please continue here: [[/questions/981430]]
    </i></pre>
    Can Firefox force images in a website to resize to fit the page? Or if someone knows of an addon, that would be fine, too.

    Hello, Duplicate topic!!
    See the other topic:
    https://support.mozilla.org/en-US/questions/981430

  • How to have Flash movie resize with rest of webpage

    Hi,
    I ran a search for this but couldn't find anything. Is there code I can write into my webpage (using dreamweaver) that will make my flash movie get larger along with the rest of my webpage when the viewer zooms their internet explorer 8 browser? Here's a link to an example. Looks fine when page is viewed at 100% but above that everything zooms except the movie.
    www.empowerments.net/canary.html
    Thanks for your help,
    James

    Thanks again for your time but it seems we're not on the same page (pun intended!).
    I do appreciate you trying to help me and I understand how easy it is to misread the question perameters.
    When your reply said "The Zoom does create a white space because it "zooms" the background image and text only.
    The Flash content isn't set to zoom with it apparently"
    it actually just stated what I said was the problem in my original post.
    I've already said the flash content looks fine at 100% and is only a problem when zoomed in by the internet explorer browser.
    The help I'm looking for is maybe a tip on some html code (like rescale = true or something) that I can write into the web page (via Dreamweaver) that tells the flash content to scale up with the rest of the page when zoomed.
    Does anyone else have any suggestions?
    Thanks again for your time and willingness, Mac=Win=Me!
    James

  • Resizing echosign widgets embedded into a webpage also stop the green prompt from appearing

    Hello all I am new here so go easy! We are currently playing around with a few company's who offer online document signing I really like how easy echosign is to manage and the way it creates the widgets but I have a few issues which I would love some help with.
    So I am creating the form in acrobat pro XI then opening it in echosign to convert to a widget all is good on this part but when I embed the Java into my website the form displays smaller than it should be this then means the user has to use the zoom function which cuts off the viewable page this wouldn't be so bad but when you move the form to see which box to enter information the form jumps up. it's really not very user friendly for users filling in the form, the ability to resize the widget would solve this problem.
    Any help is greatly appreciated.
    Many thanks
    Richard

    Thank you Jat
    Is there any chance this will be implemented in the future, most people I have spoken with about this have recommended Docusign for this reason but I much prefer echosign.
    Thanks again for the speedy reply.
    Rich

  • Is it possible to resize the header and footer on a webpage before you print the page you want the print?

    It seems to me the header and footer on every page I want to print is so darn small. If possible I'd like the header and footer size in Firefox to be close to the size of my other browser, Microsoft's IE8 browser.

    Glad I could help.
    But not all of us are gentiles.

  • How to resize the web page, accidently minimised the webpage, unable to resize it.

    while surfing using my laptop, i have re sized the appearance(font size) of my gmail and facebook pages. Other web pages are ok. I'm now unable to re size it back and unable to use the site as the font size is too small and not readable.
    Appreciate any suggestion.

    Try to reset the zoom level.
    View menu > Zoom > Reset
    If you have the orange Firefox button, tap the Alt key to display the classic menu bar to get to the View menu.
    Any luck?

  • How can I get just the text to resize, rather than the entire web page?

    I used to be able to re-size just text on a webpage by typing Ctrl + +. Today, the entire webpage re-sizes, and when I move to another page it reverts. (I see this mostly in Facebook.). Why did this change, and can I go back to having just the text re-size?

    ''How can I get just the text to resize -- zoom text only''
    steps
    #"Alt" if no menu bar, then
    # View > Zoom > Zoom Text Only
    Zoom text of web pages - MozillaZine Knowledge Base
    :http://kb.mozillazine.org/Zoom_text_of_web_pages
    <br><small>Please mark "Solved" one answer that will best help others with a similar problem -- hope this was it.</small>

  • How can I resize my Flash site to fit any screen resolution?

    I built a 100% flash site with tiled framing but I have a
    problem. My flash was built 766 x 750 pixiels. When viewed at
    resolutions greater than 1024x768 the webpage looks great but
    anything less than that it looks like @#$@. I know most people
    probably view at 1024 x 768. Is there anyway to auto resize based
    up on screen resolution or something to detect the screen size and
    adjust the webpage accordingly.
    www.platlimosvc.com
    Below is my html (index.html) for my flash movie:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    <html>
    <head>
    <title>Untitled</title>
    <meta http-equiv="content-type" content="text/html;
    charset=UTF-8">
    <link href="style.css" rel="stylesheet"
    type="text/css">
    </head>
    <body>
    <table cellpadding="0" cellspacing="0" border="0"
    style="width:100%; height:100%">
    <tr>
    <td valign="top" style="width:100%" height="750">
    <table cellpadding="0" cellspacing="0" border="0"
    width="766" style="height:100% " align="center">
    <tr>
    <td valign="top" width="234" style="height:750px ">
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swfl
    ash.cab#version=6,0,29,0" width="766" height="750">
    <param name="movie" value="flash/xxxx_main.swf">
    <param name="quality" value="high">
    <param name="menu" value="false">
    <!--[if !IE]> <-->
    <object data="flash/xxxx_main.swf"
    width="766" height="750"
    type="application/x-shockwave-flash">
    <param name="quality" value="high">
    <param name="menu" value="false">
    <param name="pluginurl" value="
    http://www.macromedia.com/go/getflashplayer">
    FAIL (the browser should render some flash content, not
    this).
    </object>
    <!--> <![endif]-->
    </object>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td valign="top" style="width:100%; height:1px;
    background-color:#6C6C6C">
    <table cellpadding="0" cellspacing="0" border="0"
    style="width:100%; height:1px">
    <tr>
    <td valign="top" style="width:50%;
    height:1px"></td>
    <td valign="top" style="width:766; height:1px">
    <table cellpadding="0" cellspacing="0" border="0"
    width="766" style="height:1px ">
    <tr>
    <td valign="top" width="766" style="height:1px
    "></td>
    </tr>
    </table>
    </td>
    <td valign="top" style="width:50%;
    height:1px"></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td valign="top" style="width:100%; height:100%">
    <table cellpadding="0" cellspacing="0" border="0"
    style="width:100%; height:100%">
    <tr>
    <td valign="top" style="width:50%;
    background:url(images/bottom-3.gif) top right;
    height:100%"></td>
    <td valign="top" style="width:766;
    background-image:url(images/bottom-5.gif); height:100%">
    <table cellpadding="0" cellspacing="0" border="0"
    width="766" style="height:100% ">
    <tr>
    <td valign="top" width="766" style="height:100%
    "></td>
    </tr>
    </table>
    </td>
    <td valign="top" style="width:50%;
    background:url(images/bottom-4.gif) top left;
    height:100%"></td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </body>
    </html>

    tlcarl,
    > I know most people probably view at 1024 x 768.
    You think so? Even if they have their resolution that high
    (which is
    fairly standard, nowadays), do you think most people maximize
    their browsers
    to fill that whole area?
    > Is there anyway to auto resize based up on screen
    > resolution or something to detect the screen size and
    > adjust the webpage accordingly.
    There is, indeed. :) Check out the Stage.onResize event in
    the
    ActionScript 2.0 Language Reference. That event is dispatched
    when the
    browser (or whatever container) is resized -- in cases where
    the SWF is
    embedded with percentages. If that's your aim, you'll need to
    code against
    that event, which can be done like this ...
    http://www.quip.net/blog/2006/flash/how-to-position-movie-clips-browser-resizing
    It can take a bit of thought, depending on the complexity of
    your goal,
    but the result is usually worth it. The site in your URL is
    already built,
    so this wouldn't do much of anything without opening the
    hood, so to speak,
    and completely rebuilding the engine. A Flash movie has to be
    designed and
    programmed to respond to the Stage.onResize event.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Resize() of applet is not working properly in java6.0

    Hi iam new to applets i have given one task,that is to display multiple tiff pages in applet, So i have written one applet which displays multiple pages tiff file, i have kept next and previous buttons in the applet to navigate to different pages and here iam using resize() of applet for refreshing applet up to now all fine this all thing i have done in java5.0, but i got a requirement to do in java6.0, in java6.0 applet is not refeshing in the webpage.
    i found the reason that resize() is not working properly.
    Please can someone help me..........
    Thanks&Regards
    Manmohan A

    Dear Aravindth
      (.*?) means -> Select all contents from where you start and end,
    For Ex. <month>(.*?)</month> then Select for start <month> and end last </month> tag.
    (?) Match zero or one occurrences. Equivalent to {0,1}.
    (*) Match zero or more occurrences. Equivalent to {0,}.
    (+) Match one or more occurrences. Equivalent to {1,}.
    (.) (Dot). Match any character except newline or another Unicode line terminator.
    (.*?) means -> Zero or more times Match any character except newline or another Unicode line terminator + Match zero or more occurrences. Equivalent to {0,}.+Match zero or one occurrences. Equivalent to {0,1}.
    Could you please refere the below cite :
    http://www.javascriptkit.com/jsref/regexp.shtml
    Thanks & Regards
    T.R.Harihara SudhaN

Maybe you are looking for

  • Different 'mouse enter' event / 'set busy' vi behaviour in LV8?

    In my program, I used the mouse curcor 'set busy' vi to lock the front panel during a measurement.  However, I did want the 'cancel measurement' button to be available.   I solved that by adding a 'mouse enter' and 'mouse leave' event for that button

  • Repairing "damaged" iTunes library?

    Is there any way of repairing a damaged library file? Or is there a problem with the current version of iTunes that corrupts library files when it reads them? Here's my situation: I opened iTunes (latest version 7.4.2) the other day and it said my li

  • Im in the UK can i buy itunes videos off the U S A itunes

    hi iv noticed that the U S A itunes store has more music video choice that the U K itunes so is it possible to but videos from the U S A itunes

  • Ebay.co.uk homepage problem?

    I am trying to access www.ebay.co.uk using Safari 8.0.5 and just get a blank page.  Some text briefly pops up at the top of the screen and then disappears and I am left with a completely blank screen.  This site works perfectly with Firefox and Chrom

  • PalmOne wireless keyboard-d​oes it work with pocket pc?

    I have an ipaq pocket pc H2200 and a Palmone wireless keyboard but i have no idea if it works with my handheld? The manual i downloaded for the keyboard dowsn't seem to be for this keyboard as it doesn't look the same or have a bluetooth button on it