O/S Default Screen Size

I have a Mac G4 1.25Ghz MDD tower with a Samsung 2232BW monitor running 1680x1050.
I also use a KVM switch to switch between the MAC and the PC.
If I turn on the MAC but don't have the monitor switched over to the MAC, when I do switch it the screen is set to 800x600 and I have to detect monitors for it to reset to 1680x1050.
The PC, I can unplug the monitor totall, when I plug it back it will always load at 1680x1050 because it's set as the default.
How can I tell the OS to always load at 1680x1050 regardless is the monitor is switched to the MAC or not?
Thanks

That certainly sounds inconvenient, to say the least,
when your display settings go away when the monitor
is no longer available to the Power Mac.
I'm wondering if setting a profile for that display could
help the computer remember it when it becomes avail-
able again; or if the profile (color, etc) has no relation.
In earlier experiences with tower Macs, the display's
own settings held the basics; but I did not share the
monitor with a different computer, so they stuck.
You may have to see if a utility such as SwitchResX
may help change the default setting to that of this
display so it will be the one the OS sees each time.
About SwitchResX:
http://www.madrau.com/html/SRX/About.html
The options this allows may be worth investigation:
http://www.madrau.com/html/SRX/whysr.html
Another possibility, outside of my experience,
would be to find a way to script the settings
so the one you want would be the default.
In any event...
Good luck & happy computing!

Similar Messages

  • Set default screen size

    when FFX launches it defaults to a screen size smaller then I'd like for default. Is there a way to change this?
    I run it on an external 24" screen of an MBA running 10.7.5

    Hello metropical,
    Thank you for contacting Mozilla Support. That does sound frustrating. After doing some searching on our support site I've found that if you EXIT Firefox, the window will return to the same position it was in at the START of the last session. If you CLOSE Firefox it will save the position it was in at the END of the last session.
    Please let us know if this solves your problem.
    Cheers,
    Patrick

  • Default screen size 17 macbook pro

    how do I reset screen size to default size tried all sorts and does not seem to look right

    Open System Preferences and select the "Displays" Panel:
    Then choose the resolution that looks the best:
    Top open Sytem Preferences use the menu item "Apple >  System Preferences..."

  • Personas: How set the default screen size when Personas starts up

    Hi Personas experts,
    When Personas starts, its screen size is by default small, say, size_A. One can press "+" to increase the screen size, say, size_B.
    Now I want Personas to start with a bigger screen size, say, size_B instead of the default size, size_A. Does anyone know how to do this? Thanks.
    Br,
    Dong

    Hi Dong,
    There is a minor tweak you have to do in your index.html file. Or I advise you copy the index.html file into a new file and run personas using it.
    The tweak in the 40th line where you have the script. Just add          switchPersonasObjectFullScreen();
      <script type="text/javascript">
             setPersonasObjectSize(1);
             switchPersonasObjectFullScreen();        <!-- Add this here -->
             trySetPersonasObjectSizeFromUrlParameters();
           disableBrowserHelp();
         </script>
         </body>
    Save . Activate and Run Personas using this file. It will open personas in Full Screen Mode within the browser window.
    I hope this tweak helps.
    Regards,
    Manu

  • How do you set a default screen size for safari windows to open at ?

    Hi guys, I'm running my mac mini through a 50 inch plasma. I really like that safari opens the browser at a size that's just big enough to fit the page you are viewing to; but annoyingly my flatmate keeps changing the window size to full screen. I don't like this and have tried to play around with the settings so that it opesn in a default size every time but have been unable to do so.
    If anyone has any suggestions it'd be greatly apreciated as this seemingly stupid problem is realllllly annoying me.
    Cheers,
    AJ

    Evict your flatmate.

  • Default screen sizes for fuid grid & media query

    Is there a way to change the default sizes in the fluid grid dialog for new pages. I would like to start with a 320px mobile size not 480. (since there are hardly any devices that are 480 as far as I can tell. Changing the tablet size would also be useful.

    If you're talking about the preview screens in DW, click on the values and select or edit new ones.  See screenshots.
    Nancy O.

  • Enlarge default screen size of opened photo files

    When I drag a photo file to Photoshop, it opens in a size significantly smaller than the workspace. (This is especially true with vertical [portrait] photos.) Therefore, every time I open a photo (and I do this typically hundreds of times a day...), I have to drag the lower right corner way out to enlarge the frame, and then I have to scroll the mouse wheel to make the picture expand to (approximately) fill the frame. Only then can I see it well enough to make the required ajustments to the file. Isn't there a way to tell Photoshop how large I want the photos to appear in the workspace, so it opens every new photo file to the same size?
    I am using Photoshop CS (not CS2 or CS3).
    Thank you for your help!
    Vincent

    Vincent,
    As Norbert says, Ctrl+0 makes the image fill the screen.  That's the same as going to the View menu and selecting "Fit on Screen."
    Here's a slick little trick that I think I read about on the forum some time ago.  (I doubt I figured it out myself.)  You can use the PS Script function to automatically size an image to Fit on Screen whenever a new image is opened.  Here's what to do:
    Create an action that has Ctrl+0 in it.  To do this, open an image, start recording an action and click View>Fit on Screen, then stop the action.  Name the action something like "Fit on Screen."
    Go to the File menu and select Scripts > Scripts Events Manager.
    Click the little checkbox at the top to enable scripts to run.
    In Photoshop Event, select Open Document.
    Click the radio button for Action.   Navigate to your new Fit on Screen action.  Click the Add button.  You should now see your script in the white box under the checkbox at the top of the dialog box.  Click Done.  That's it.
    Now, when you open a file, it will open in the size you would get if you manually pressed Ctrl+0 or View > Fit to Screen.
    If you like how changing the screen mode looks -- with an image open press the F key 2-3 times -- you could always add that to your action so you image will open large and in the mode you like best.
    Hope this helps.
    John

  • DEFAULT WINDOW SIZE IN 45B

    Hi, I am trying to determine the line a condition type is on to be able to delete that line in a pricing screen.  I am on 45b and DEFSIZE in the function CALL TRANSACTION is not available to me.  Please help.  I call a screen to get the number of screen rows but the static number of lines seems to change depending on font size.
    I have it working in my development system but in the QA system it fails.  I only have an issue with background processing.
    Any help would be much appreciated.  Regards  Joanne

    hi,
    long ago i found this example in a forum:
    "CTU_PARMS will force the BDC to use the standard default screen size (rather than being dynamic based on the user's settings. I think I explained that right, but all I know is that it keeps the BDC from behaving differently between users and makes things more consistent for coding logic".
    Here's an example (note that DEFSIZE is the key to the solution here):
    data: begin of tran_opts,
    dismode type ctu_params-dismode value 'N',
    updmode type ctu_params-updmode value 'S',
    cattmode type ctu_params-cattmode,
    <b>defsize type ctu_params-defsize value 'X'</b>,
    racommit type ctu_params-racommit,
    nobinpt type ctu_params-nobinpt,
    nobiend type ctu_params-nobiend,
    end of tran_opts.
    call transaction 'F-02'
    using bdcdata
    options from tran_opts
    messages into bdc_messages
    Hope it helps,
    Best regards

  • Dynamic screen size

    Hi!
    Is there any method to adjust screen size according to the resolution of the screen.
    Thanks!
    Lluís i Montse

    Hi,
    For BDC we Use CTU_params for adjusting the Screen resolution.
    Check table CTU_PARAMS and field DEFSIZE for setting fixed line of table control.
    For CALL TRANSACTION
    CALL TRANSACTION 'VA01' USING it_bdcdata
    OPTIONS FROM OPT
    MESSAGES INTO it_mesg.
    opt of type ctu_params.
    WA_CTU_PARAMS-DISMODE = 'N'. "no screen mode
    WA_CTU_PARAMS-UPDMODE = 'S'. "synchronus update
    WA_CTU_PARAMS-NOBINPT = 'X'.
    WA_CTU_PARAMS-NOBIEND = 'X'.
    WA_CTU_PARAMS-DEFSIZE = 'X'. "Default size
    Default size will play good role in terms of resoultion. in one system in table control you can see 10rows, but in others system it will show 20 records. it depends on resoultion. but when you set the default size then it will take same (default screen size) in all the systems when you run BDC.
    In session method under BDC_INSERT,you need to handle
    CTU_PARAMS for setting screen resolution
    For ALV Reports follow the Procedure Given Below
    Try the following for your screen which holds the container.
    Set the screen with and height to the max. extent possible. (screen attributes)
    place the custom controller on the screen and expand it to the full screen width and height.
    Set the custom control attributes:
    by selecting the check box for resizing vertical, horizontal and set the min lines and min columns to 1.
    Regards,
    Raj.

  • Screen size problem for schedule line bdc

    Hi All,
    I created a bdc for schedule line item maintainance of sales order thro' VA02,I did all coding on 20 inch color monitor in which the schedule line screen shows 18 lines using that i did recording for bdc.But when keyuser executes BDC on laptop it is not procceding.
    Please help me out with solution which is applicable on all kind of screens
    Regards
    Gaurav

    When you use BDC, you may have issues with screen size because number of lines displayed in table controls (and step loops) may vary according to the user screen, when the BDC is recorded (depending on recorder screen size), and then executed in A or E mode depending on user's screen size. When it's N mode, a default screen size is used by SAP.
    The only solution is then to both record and execute the BDC by activating the default/standard size checkbox (if you use CALL TRANSACTION: it's DEFSIZE field in CTU_PARAMS structure of the OPTIONS FROM keyword).
    For more information, refer to the documentation and the [BDC wiki|http://wiki.sdn.sap.com/wiki/display/ABAP/BatchInput-+BDC] + separate FAQ

  • Why did my screen size just default to 800 x 600?

    Last evening I ran 'Check For Updates' and after a Adobe Reader update my screen reverted to 800 by 600.  I don't write down what settings I use, I simply have been using whatever is comfortable.  Now I cannot find it. I may have caused the default setting through an erroneous keystroke, but I'm not sure.  How do I find the settings that I had say 24 or 36 hours ago and revert back to that screen size?
    Thank you for any help!

    Go into your system preferences and click on displays then make sure 1,920 x1,200 is selected. 

  • Default font size for Text screen in customer document

    We use the text function to enter additional customer data for customer invoice correspondence. The data is pasted from a Word document onto an existing invoice document using menu Extras - Texts - select Correspondence then paste.
    Once pasted the tab funstion is used to line up the data.
    The default font within the 'Text' screen is different from the default font used in the correspondence. This causes a misalighnment of the text when printing the invoice.
    How do I change the default font size in the 'Text' screen. This is probably more of a techie than functional uestion. The SAP screen is SAPLSTXX (via either FB03 or FBl5N)

    ABAP

  • Macbook pro default maximum screen size does not cover the bottom inch

    Kind of frustrated by my new macbook pro.
    At the bottom of the screen, there's the icon bar (icon dock), which is about inch height. I adjusted it to smaller size, about half inch. This is what I did, not sure if related to my problem.
    At the beginning, I thought it was Safari's problem. Later I found all programs has the problem. I'll use Safari as example to describe the problem though.
    When I open Safari, it does not expand to the bottom inch of the screen, as if the icon dock prevents it expanding to the icon bar area of original icon bar size (i.e., inch, not half inch I'm using), and as if there was a line at the bottom inch. I click the plus sign (maximum screen), it still leave the inch uncovered. However, if I use full screen modle, Safari would covers the whole screen.
    when not in full screen model, I can drag the bottom edge of Safari, but can only drag to the virtual icon bar line (at bottom inch position). When bottom edge is at the virtual line, the drag arrow is single direction pointing to up. However, I could move Safari to lower and cover the bottom inch area (with icon bar on the top), and then drag the top edge to make it cover all screen area.
    What makes more annoying is if a new tab automatically opens, Safari will goes to the size with the bottom inch uncovered. This problem does not happen if program runs in full screen model.
    I tried a few programs, all have such problem. Looks to me default maximum screen size excludes the bottom inch (because by default that area is supposed to be occupied by icon bar although I changed the size or just simply hide the icon bar).
    Anyone know why? How to solve the problem? TIA.

    called Apple, the solution is:
    1, turn on sound
    2, shutdown
    3, press and hold these four keys the same time: left option, left command, R, and P
    4, press and release power button to restart
    5, after first starting chime sound, continue hold those four keys
    6, after second starting chime sound, release keys
    this resets some settings --- not sure what is reset though.

  • The green button, top left corner of a pop-up screen on MACbook, it's supposed to enlarge the pop-up to full MAC screen size, correct?  Mine does not.  Sometimes it makes the pop-up screen SMALLER.  Appreciate someone solving this for me.

    the green button, top left corner of a pop-up screen on MACbook, it's supposed to enlarge the pop-up to full MAC screen size, correct?  Mine does not.  Sometimes it makes the pop-up screen SMALLER.  Appreciate someone solving this for me.

    Are you talking about the green '+' button in the top left corner? That technically doesn't enlarge it. It switches the window from the default window size to the custom size you made. You can enlarge the window by moving your mouse to the bottom right corner of the window, and dragging until you get the size you want.
              MacBook

  • How do i make this page adapt to all screen sizes???

    if i copy and paste my index code can someone please tell me if theres anything i can add so it will adapt to all screen sizes??
    <!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=UTF-8" />
    <title>Nicola Campbell Photography</title>
    <style type="text/css">
    #apDiv1 {
              position:absolute;
              width:1001px;
              height:170px;
              z-index:1;
              left: 438px;
              top: 221px;
    #navbar {
              height: 40px;
              width: 900px;
              margin-right: auto;
              margin-left: auto;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
    </style>
    <script src="js/modernizr-2.5.2-respond-1.1.0.min.js" type="text/javascript"></script>
    <script src="js/jquery-1.7.2.min.js" type="text/javascript"></script>
    <script src="js/jquery.flexslider-min.js" type="text/javascript"></script>
    <script src="js/jquery.mousewheel.js" type="text/javascript"></script>
    <script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
    <link href="css/style.css" rel="stylesheet" type="text/css" />
    <link href="css/flexslider.css" rel="stylesheet" type="text/css" />
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2827522" binding="#OAWidget" />
    </oa:widgets>
    -->
    </script>
    <style type="text/css">
    #apDiv2 {
              position:absolute;
              width:901px;
              height:49px;
              z-index:2;
              left: 487px;
              top: 51px;
              text-align: center;
              color: #FF99FF;
              font-size: 80px;
              font-family: HaloHandletter;
    #apDiv3 {
              position:absolute;
              width:409px;
              height:56px;
              z-index:3;
              left: 768px;
              top: 96px;
              color: #999999;
              font-family: "Adobe Garamond Pro";
              font-size: 24px;
    #apDiv2 div {
              font-size: 100px;
              font-family: HaloHandletter;
              color: #999999;
    #apDiv4 {
              position:absolute;
              width:901px;
              height:449px;
              z-index:4;
              left: 451px;
              top: 202px;
    #apDiv5 {
              position:absolute;
              width:848px;
              height:152px;
              z-index:11;
              left: 433px;
              top: 201px;
    #apDiv6 {
              position:absolute;
              width:200px;
              height:115px;
              z-index:5;
              left: 1250px;
              top: 138px;
    #apDiv7 {
              position: absolute;
              width: 891px;
              height: 42px;
              z-index: 5;
              left: 552px;
              top: 174px;
    #apDiv8 {
              position:absolute;
              width:48px;
              height:50px;
              z-index:6;
              left: 102px;
              top: 51px;
    #apDiv9 {
              position:absolute;
              width:49px;
              height:51px;
              z-index:7;
              left: 152px;
              top: 51px;
    #apDiv10 {
              position:absolute;
              width:49px;
              height:49px;
              z-index:8;
              left: 202px;
              top: 51px;
    #apDiv11 {
              position:absolute;
              width:52px;
              height:52px;
              z-index:9;
              left: 252px;
              top: 51px;
    </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>
    <meta name="Description" content="Welcome to Nicola Campbell Photography. I am based in Lancashire and specialise in Wedding Photography." />
    <meta name="viewport" content="width=device-width" />
    <link href="untitled.css" rel="stylesheet" type="text/css" />
    <!-- Phone -->
    <link href="iphone.css" rel="stylesheet" type="text/css" media="only screen and (max-width:320px)" />
    <!-- Tablet -->
    <link href="ipad.css" rel="stylesheet" type="text/css" media="only screen and (min-width:321px) and (max-width:768px)" />
    <!-- Desktop -->
    <link href="desktop.css" rel="stylesheet" type="text/css" media="only screen and (min-width:769px)" />
    <style type="text/css">
    #apDiv12 {
              position:absolute;
              width:1013px;
              height:648px;
              z-index:1;
              left: 321px;
              top: 299px;
    </style>
    </head>
    <body onload="MM_preloadImages('navbaroriginalroll_r1_c1.jpg','navbaroriginalroll_r1_c2.jpg','n avbaroriginalroll_r1_c5.jpg','navbaroriginalroll_r1_c6.jpg','navbaroriginalroll_r1_c7.jpg' ,'navbaroriginalroll_r1_c8.jpg','navbar_r1_c4.jpg')">
    <div id="apDiv2">
      <div align="center">nicola campbell</div>
    </div>
    <div id="apDiv3">P H O T O G R A P H Y</div>
    <div id="apDiv7"><a href="index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('navbar','','navbaroriginalroll_r1_c1.jpg',1)"><img src="navbaroriginal_r1_c1.jpg" alt="c1" name="navbar" width="111" height="40" border="0" id="navbar2" /></a><a href="Aboutme.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image13','','navbaroriginalroll_r1_c2.jpg',1)"><img src="navbaroriginal_r1_c2.jpg" name="Image13" width="111" height="40" border="0" id="Image13" /></a><a href="Gallery.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image21','','navbaroriginalroll_r1_c5.jpg',1)"><img src="navbaroriginal_r1_c5.jpg" alt="c5" name="Image21" width="111" height="40" border="0" id="Image21" /></a><a href="Blog.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image22','','navbaroriginalroll_r1_c6.jpg',1)"><img src="navbaroriginal_r1_c6.jpg" alt="c6" name="Image22" width="111" height="40" border="0" id="Image22" /></a><a href="ContactMe.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image23','','navbaroriginalroll_r1_c7.jpg',1)"><img src="navbaroriginal_r1_c7.jpg" alt="c7" name="Image23" width="111" height="40" border="0" id="Image23" /></a><a href="Clients.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image24','','navbaroriginalroll_r1_c8.jpg',1)"><img src="navbaroriginal_r1_c8.jpg" alt="c8" name="Image24" width="111" height="40" border="0" id="Image24" /></a><a href="Weddings.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image25','','navbar_r1_c4.jpg',1)"><img src="navbar_r1_c41.jpg" alt="" name="Image25" width="111" height="40" border="0" id="Image25" /></a></div>
    <div id="apDiv5">
      <script type="text/javascript">
    // BeginOAWidget_Instance_2827522: #OAWidget
    $(window).load(function() {
          $('#slider').flexslider({
                  namespace: "flex-",             //{NEW} String: Prefix string attached to the class of every element generated by the plugin
        selector: ".slides > li",       //{NEW} Selector: Must match a simple pattern. '{container} > {slide}' -- Ignore pattern at your own peril
          animation: "slide",
                 easing: "swing",               //{NEW} String: Determines the easing method used in jQuery transitions. jQuery easing plugin is supported!
          direction: "horizontal",   //String: Select the sliding direction, 'horizontal' or 'vertical'
        reverse: false,                 //{NEW} Boolean: Reverse the animation direction
        animationLoop: false,             //Boolean: Should the animation loop? If false, directionNav will received "disable" classes at either end
        smoothHeight: true,            //{NEW} Boolean: Allow height of the slider to animate smoothly in horizontal mode  
          slideshow: true,                //Boolean: Animate slider automatically
          slideshowSpeed: 5000,           //Integer: Set the speed of the slideshow cycling, in milliseconds
          animationSpeed: 600,         //Integer: Set the speed of animations, in milliseconds 
          initDelay: 0,                   //{NEW} Integer: Set an initialization delay, in milliseconds
          randomize: false,               //Boolean: Randomize slide order
                 useCSS: true,                   //{NEW} Boolean: Slider will use CSS3 transitions if available
          touch: true,                    //{NEW} Boolean: Allow touch swipe navigation of the slider on touch-enabled devices
           video: false,                   //{NEW} Boolean: If using video in the slider, will prevent CSS3 3D Transforms to avoid graphical glitches
          directionNav: true,             //Boolean: Create navigation for previous/next navigation? (true/false)
          controlNav: true,               //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage
          keyboard: true,              //Boolean: Allow slider navigating via keyboard left/right keys
          mousewheel: false,              //Boolean: Allow slider navigating via mousewheel
          prevText: "Previous",           //String: Set the text for the "previous" directionNav item
          nextText: "Next",               //String: Set the text for the "next" directionNav item
          pausePlay: false,               //Boolean: Create pause/play dynamic element
          pauseText: "Pause",             //String: Set the text for the "pause" pausePlay item
          playText: "Play",               //String: Set the text for the "play" pausePlay item
          startAt: 0,                //Integer: The slide that the slider should start on. Array notation (0 = first slide)
          pauseOnAction: true,            //Boolean: Pause the slideshow when interacting with control elements, highly recommended.
          pauseOnHover: true,            //Boolean: Pause the slideshow when hovering over slider, then resume when no longer hovering    
          start: function(){},            //Callback: function(slider) - Fires when the slider loads the first slide
                controlsContainer: "",          //Selector: Declare which container the navigation elements should be appended too. Default container is the flexSlider element. Example use would be ".flexslider-container", "#container", etc. If the given element is                                                             not found, the default action will be taken.
           manualControls: "",             //Selector: Declare custom control navigation. Example would be ".flex-control-nav li" or "#tabs-nav li img", etc. The number of elements in your controlNav should match the number of slides/tabs.
           // Carousel Options
        itemWidth: 0,                   //{NEW} Integer: Box-model width of individual carousel items, including horizontal borders and padding.
        itemMargin: 10,                  //{NEW} Integer: Margin between carousel items.
        minItems: 0,                    //{NEW} Integer: Minimum number of carousel items that should be visible. Items will resize fluidly when below this.
        maxItems: 0,                    //{NEW} Integer: Maxmimum number of carousel items that should be visible. Items will resize fluidly when above this limit.
        move: 0,                        //{NEW} Integer: Number of carousel items that should move on animation. If 0, slider will move all visible items.
                before: function(){},           //Callback: function(slider) - Fires asynchronously with each slider animation
          after: function(){},            //Callback: function(slider) - Fires after each slider animation completes
          end: function(){}               //Callback: function(slider) - Fires when the slider reaches the last slide (asynchronous)
    // EndOAWidget_Instance_2827522
      </script><!-- #main-container -->
      <script type="text/javascript">
    // BeginOAWidget_Instance_2827522: #OAWidget
    $(window).load(function() {
          $('#slider').flexslider({
                  namespace: "flex-",             //{NEW} String: Prefix string attached to the class of every element generated by the plugin
        selector: ".slides > li",       //{NEW} Selector: Must match a simple pattern. '{container} > {slide}' -- Ignore pattern at your own peril
          animation: "slide",
                 easing: "swing",               //{NEW} String: Determines the easing method used in jQuery transitions. jQuery easing plugin is supported!
          direction: "horizontal",   //String: Select the sliding direction, 'horizontal' or 'vertical'
        reverse: false,                 //{NEW} Boolean: Reverse the animation direction
        animationLoop: false,             //Boolean: Should the animation loop? If false, directionNav will received "disable" classes at either end
        smoothHeight: true,            //{NEW} Boolean: Allow height of the slider to animate smoothly in horizontal mode  
          slideshow: true,                //Boolean: Animate slider automatically
          slideshowSpeed: 5000,           //Integer: Set the speed of the slideshow cycling, in milliseconds
          animationSpeed: 600,         //Integer: Set the speed of animations, in milliseconds 
          initDelay: 0,                   //{NEW} Integer: Set an initialization delay, in milliseconds
          randomize: false,               //Boolean: Randomize slide order
                 useCSS: true,                   //{NEW} Boolean: Slider will use CSS3 transitions if available
          touch: true,                    //{NEW} Boolean: Allow touch swipe navigation of the slider on touch-enabled devices
           video: false,                   //{NEW} Boolean: If using video in the slider, will prevent CSS3 3D Transforms to avoid graphical glitches
          directionNav: true,             //Boolean: Create navigation for previous/next navigation? (true/false)
          controlNav: true,               //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage
          keyboard: true,              //Boolean: Allow slider navigating via keyboard left/right keys
          mousewheel: false,              //Boolean: Allow slider navigating via mousewheel
          prevText: "Previous",           //String: Set the text for the "previous" directionNav item
          nextText: "Next",               //String: Set the text for the "next" directionNav item
          pausePlay: false,               //Boolean: Create pause/play dynamic element
          pauseText: "Pause",             //String: Set the text for the "pause" pausePlay item
          playText: "Play",               //String: Set the text for the "play" pausePlay item
          startAt: 0,                //Integer: The slide that the slider should start on. Array notation (0 = first slide)
          pauseOnAction: true,            //Boolean: Pause the slideshow when interacting with control elements, highly recommended.
          pauseOnHover: true,            //Boolean: Pause the slideshow when hovering over slider, then resume when no longer hovering    
          start: function(){},            //Callback: function(slider) - Fires when the slider loads the first slide
                controlsContainer: "",          //Selector: Declare which container the navigation elements should be appended too. Default container is the flexSlider element. Example use would be ".flexslider-container", "#container", etc. If the given element is                                                             not found, the default action will be taken.
           manualControls: "",             //Selector: Declare custom control navigation. Example would be ".flex-control-nav li" or "#tabs-nav li img", etc. The number of elements in your controlNav should match the number of slides/tabs.
           // Carousel Options
        itemWidth: 0,                   //{NEW} Integer: Box-model width of individual carousel items, including horizontal borders and padding.
        itemMargin: 0,                  //{NEW} Integer: Margin between carousel items.
        minItems: 0,                    //{NEW} Integer: Minimum number of carousel items that should be visible. Items will resize fluidly when below this.
        maxItems: 0,                    //{NEW} Integer: Maxmimum number of carousel items that should be visible. Items will resize fluidly when above this limit.
        move: 0,                        //{NEW} Integer: Number of carousel items that should move on animation. If 0, slider will move all visible items.
                before: function(){},           //Callback: function(slider) - Fires asynchronously with each slider animation
          after: function(){},            //Callback: function(slider) - Fires after each slider animation completes
          end: function(){}               //Callback: function(slider) - Fires when the slider reaches the last slide (asynchronous)
    // EndOAWidget_Instance_2827522
      </script>
      <div id="main-container">
        <p> </p>
        <div id="main" class="wrapper clearfix">
          <!-- FlexSlider -->
          <div id="container">
            <div id="slider" class="flexslider">
              <ul class="slides">
                <li> <img src="hollie.jpg" width="500" height="600" /> </li>
                <li> <img src="slider2.jpg" width="500" height="600" /> </li>
                <li> <img src="slider3.jpg" width="500" height="600" /> </li>
                <li> <img src="slider8.jpg" width="500" height="600" /> </li>
                <li> <img src="slider4.jpg" width="500" height="600" /> </li>
                <li> <img src="slider5.jpg" width="500" height="600" /> </li>
                <li> <img src="slider6.jpg" width="500" height="600" /> </li>
                <li> <img src="slider1.jpg" width="500" height="600" /> </li>
              </ul>
            </div>
            <div id="carousel" class="flexslider" style="display:none;">
              <ul class="slides">
                <li> <img src="hollie.jpg" width="500" height="600" /> </li>
                <li> <img src="slider2.jpg" width="500" height="600" /> </li>
                <li> <img src="slider3.jpg" width="500" height="600" /> </li>
                <li> <img src="slider8.jpg" width="500" height="600" /> </li>
                <li> <img src="slider4.jpg" width="500" height="600" /> </li>
                <li> <img src="slider5.jpg" width="500" height="600" /> </li>
                <li> <img src="slider6.jpg" width="500" height="600" /> </li>
                <li> <img src="slider1.jpg" width="500" height="600" /> </li>
              </ul>
            </div>
          </div>
        </div>
        <!-- #main -->
      </div>
      <!-- #main-container -->
    </div>
    <!-- #main-container -->
    <div id="apDiv8"><a href="https://www.facebook.com/nicola.shulmancampbell?fref=ts"><img src="Retro-Facebok-Rounded-128.png" width="48" height="48" /></a></div>
    <div id="apDiv9"><img src="Retro-Flickr-Rounded-128.png" width="48" height="48" /></div>
    <div id="apDiv10"><img src="Retro-Tumblr-Rounded-128.png" width="48" height="48" /></div>
    <div id="apDiv11"><a href="https://twitter.com/nicola_shulman"><img src="Retro-Twitter-Rounded-128.png" width="48" height="48" /></a></div>
    <script type="text/javascript">
    $(window).load(function() {
          $('#slider').flexslider({
                  namespace: "flex-",             //{NEW} String: Prefix string attached to the class of every element generated by the plugin
        selector: ".slides > li",       //{NEW} Selector: Must match a simple pattern. '{container} > {slide}' -- Ignore pattern at your own peril
          animation: "slide",
                 easing: "swing",               //{NEW} String: Determines the easing method used in jQuery transitions. jQuery easing plugin is supported!
          direction: "horizontal",   //String: Select the sliding direction, 'horizontal' or 'vertical'
        reverse: false,                 //{NEW} Boolean: Reverse the animation direction
        animationLoop: false,             //Boolean: Should the animation loop? If false, directionNav will received "disable" classes at either end
        smoothHeight: true,            //{NEW} Boolean: Allow height of the slider to animate smoothly in horizontal mode  
          slideshow: true,                //Boolean: Animate slider automatically
          slideshowSpeed: 5000,           //Integer: Set the speed of the slideshow cycling, in milliseconds
          animationSpeed: 600,         //Integer: Set the speed of animations, in milliseconds 
          initDelay: 0,                   //{NEW} Integer: Set an initialization delay, in milliseconds
          randomize: false,               //Boolean: Randomize slide order
                 useCSS: true,                   //{NEW} Boolean: Slider will use CSS3 transitions if available
          touch: true,                    //{NEW} Boolean: Allow touch swipe navigation of the slider on touch-enabled devices
           video: false,                   //{NEW} Boolean: If using video in the slider, will prevent CSS3 3D Transforms to avoid graphical glitches
          directionNav: true,             //Boolean: Create navigation for previous/next navigation? (true/false)
          controlNav: true,               //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage
          keyboard: true,              //Boolean: Allow slider navigating via keyboard left/right keys
          mousewheel: false,              //Boolean: Allow slider navigating via mousewheel
          prevText: "Previous",           //String: Set the text for the "previous" directionNav item
          nextText: "Next",               //String: Set the text for the "next" directionNav item
          pausePlay: false,               //Boolean: Create pause/play dynamic element
          pauseText: "Pause",             //String: Set the text for the "pause" pausePlay item
          playText: "Play",               //String: Set the text for the "play" pausePlay item
          startAt: 0,                //Integer: The slide that the slider should start on. Array notation (0 = first slide)
          pauseOnAction: true,            //Boolean: Pause the slideshow when interacting with control elements, highly recommended.
          pauseOnHover: true,            //Boolean: Pause the slideshow when hovering over slider, then resume when no longer hovering    
          start: function(){},            //Callback: function(slider) - Fires when the slider loads the first slide
                controlsContainer: "",          //Selector: Declare which container the navigation elements should be appended too. Default container is the flexSlider element. Example use would be ".flexslider-container", "#container", etc. If the given element is                                                             not found, the default action will be taken.
           manualControls: "",             //Selector: Declare custom control navigation. Example would be ".flex-control-nav li" or "#tabs-nav li img", etc. The number of elements in your controlNav should match the number of slides/tabs.
           // Carousel Options
        itemWidth: 0,                   //{NEW} Integer: Box-model width of individual carousel items, including horizontal borders and padding.
        itemMargin: 10,                  //{NEW} Integer: Margin between carousel items.
        minItems: 0,                    //{NEW} Integer: Minimum number of carousel items that should be visible. Items will resize fluidly when below this.
        maxItems: 0,                    //{NEW} Integer: Maxmimum number of carousel items that should be visible. Items will resize fluidly when above this limit.
        move: 0,                        //{NEW} Integer: Number of carousel items that should move on animation. If 0, slider will move all visible items.
                before: function(){},           //Callback: function(slider) - Fires asynchronously with each slider animation
          after: function(){},            //Callback: function(slider) - Fires after each slider animation completes
          end: function(){}               //Callback: function(slider) - Fires when the slider reaches the last slide (asynchronous)
    // EndOAWidget_Instance_2827522
    </script>
    </body>
    </html>

    APDivs cannot be resized. 
    APDivs in primary layouts won't work in Responsive Web Design. 
    APDivs are a very poor layout method. 
    For this reason, Adobe removed APDivs from Dreamweaver CC.
    Example of Fluid Grid Layout with floats & margins, no APDivs required.
    http://alt-web.com/FluidGrid/Fluid2.html
    Nancy O.

Maybe you are looking for

  • How do I use m2ts movie file format from my old pc with FCP on my mac?

    I have recently moved from a PC to a iMac. I have a large number of Sony AVCHD movie files, which were imported to my PC and are in the m2ts file format on my PC. The original files on my Sony camera were deleted so these files are now all I have. Al

  • How do I delete more than 1 bookmark at a time

    I have a gazillion bookmarks, how can I delete more than 1 at a time?

  • Imp to Oracle 10.1.0.2.0

    OS: SuSE Linux Enterprise Server 8 I am doing exp/imp from Oracle 7.3.4 to Oracle 10.1.0.2.0. I have exported the dmp file from Oracle 7.3.4 and through FTP I put this file the following directory. $ORACLE_HOME/bin Now When I typed imp from command l

  • OCIDescribeAny

    Hello *, perhaps somebody can help me with this problem: OCIDescribeAny segemtation faults if called with handles optained not using OCI_OBJECT but rather OCI_DEFAULT (->OCIInitialize). Now I need to use OCIDescribeAny in an external procedure that o

  • HR Create Standalone Query Integrator - LOV as parameter type?

    Hi Our customer wants to download data from a view with filters on various fields. We accomplished this using a download integrator and created restrictions via Standalone Query with various where clause parameters to the view(using HR Create Standal