Shows scrolling differently on the screen/monitors of different sizes

Hello

I use DW mx 2004. I would like to know the following:

-How to make scrolling of this doc fullness show any monitor or screen view it. I have the

-I would like to know how to have a side table, while it does not move. It would be separate from the main table, but on the right.

I hope this make sense...

is attached to the web page and I'll post the code here as well.

Akaya00 wrote:

-How to make scrolling of this doc fullness show any monitor or screen view it. I have the

Is not possible. The rendering of HTML page is dynamic and it is normal that it looks different at different screen resolutions, in different browsers,... the different operating systems. If you have a paragraph or a line of text in the view, use anchors in the code to move immediately to them.

-I would like to know how to have a side table, while it does not move. It would be separate from the main table, but on the right.

Create a DIV element and set its position to be fixed or static. Please see the help or a reference site on the internet for CSS style definitions and attributes.

Mylenium

Tags: Dreamweaver

Similar Questions

  • How always show left column on the screen, when I scroll to the right of a large spreadsheet

    How always show left column on the screen, when I scroll to the right of a large spreadsheet

    If the left column is a column header, you can check freeze header columns in the table menu.

    Better not to use TOO many columns.  Numbers works best with relatively little.

    SG

  • Display shows not everything on the screen. Must use the bottom scroll bar to view all.

    I have a HP G62-340US Notebook.   When I open Internet Explorer 9, not all content can be seen.  I have to use the scroll bar at the bottom to see the right side of the content.   I tried to set the resolution of the screen.    Any suggestions?

    Me DUMB color!  The Zoom in IE factor was set at 145%.   Well of COURSE the display would be larger than the area.

    I will gladly accept award "jerk of the Month".

  • Firefox and chrome show a third of the screen

    When I open a firefox window, only the third Center of the screen shows something. When I zoomed in, he acts as the third Center is the only usable part and the text becomes larger, flexible to keep in this third Center bur.

    I loaded chrome to see if it would be different. no joy.

    I found a few sites that use the entire screen
    http://en.Wikipedia.org/wiki/Firefox
    but it seems that all firefox/mozilla screens are limited to the third centre as is yahoo
    eBay is the Center, amazon is a bit wider, but not yet on the edges.

    14.04 LTS

    You must use the zoom full page (i.e. to remove the tick: view > Zoom > [X] Zoom text only) to make Firefox the page zoom and not the text.
    Otherwise, the text is zoomed and other elements remain the same.

  • Problem in the scroll bars when the screen is not any field focus...

    Hi all

    I have a screen on which I need to display a list of items. and the list total appears at the bottom of the list. everything works fine if the lily a few number of lines. but as soon as the number of rows and Lily exceeds the length of the screen, there is the problem. I don't see the total at the bottom because I can't scroll the list. Here is the code in my class. in the class list, I use a CustomGridManager, which shows data in a table (I downloaded it). I made a few changes in the present. the code for this handler is also attached. Please tell me what changes should I make, so that the screen can be the object of a scroll. (Please go through the code)...

    SerializableAttribute public class MyClass extends {screen

    public MyClass (dataList DataList []) {}

    Super(Manager.VERTICAL_SCROLLBAR |) Manager.VERTICAL_SCROLL);

    Super();

    int noOfColumns = 2;

    int noOfRows = dataList.length;

    int [] columnWidth = {50.50};

    CustomGridManager gfmHeader = new CustomGridManager (noOfColumns, 0, columnWidth);

    Adding headers

    LabelField lblHdrCol1 = new LabelField ("Col1");

    gfmHeader.add (lblHdrCol1);

    LabelField lblHdrCol2 = new LabelField ("Col2");

    gfmHeader.add (lblHdrCol2);

    VerticalFieldManager vfmTitle = new VerticalFieldManager();

    vfmTitle.add (new LabelField ("my class"));

    vfmTitle.add (gfmHeader);

    setTitle (vfmTitle);

    Addition of body

    GFM CustomGridManager = new CustomGridManager (noOfColumns, 0, columnWidth);

    for (int i = 0; i)< noofrows;="">

    LabelField lblICol1 = new LabelField (dataList [i] .getCol1 ());

    GFM. Add (lblICol1);

    LabelField lblICol2 = new LabelField (dataList [i] .getCol2 ());

    GFM. Add (lblICol2);

    Adding a footer

    CustomGridManager gfmFooter = new CustomGridManager (noOfColumns, 0, columnWidth);

    LabelField lblFtrTotal = new LabelField ("Total");

    gfmFooter.add (lblFtrTotal);

    LabelField lblFtrValue = new LabelField ("CalculatedValue");

    gfmFooter.add (lblFtrValue);

    Add (gfmHeader);

    Add (new SeparatorField());

    Add (GFM);

    Add (new SeparatorField());

    Add (gfmFooter);

    Add (new SeparatorField());

    }

    ======================================================

    SerializableAttribute public class CustomGridManager extends Manager {}

    private int [] columnWidths;

    private int [] staticColumnWidth;

    private int columns;

    private int allRowHeight = - 1;

    /**

    * Built a new CustomGridManager with the number of columns specified.

    * Lines will be added to the need to display the fields.

    * Fields will be added to the grid in the order they are added to this Manager.

    to complete each row from left to right:

    *

    * For example, a Manager 2 column:

    *

    * [Field1] [Field2]

    * [Field3] [Field4]

    * [Sphere5]

    *

    * Column widths are equal, and the Manager will attempt to use the entire available width.

    Each line height will be equal to the height of the field higher in the same row.

    * Styles positional field are met, then the fields that are smaller than the row/column

    * they can be set to left, right, up down, or centered. They have by default at the top left.

    *

    @param columns number of columns in the grid

    @param style

    */

    public GridFieldManager (columns int, long style) {}

    Super(Manager.VERTICAL_SCROLLBAR |) Manager.VERTICAL_SCROLL);

    Super (style);

    This.colonnes = columns;

    }

    /**

    *

    @param columns columns number of columns in the grid

    @param style

    @param columnWidths width of each column in a table

    */

    public GridFieldManager (columns int, long style, int [] columnWidths) {}

    Super(Manager.VERTICAL_SCROLLBAR |) Manager.VERTICAL_SCROLL);

    Super (style);

    This.colonnes = columns;

    this.staticColumnWidth = columnWidths;

    }

    protected boolean navigationMovement (int dx, int dy, int, int time status) {}

    int focusIndex = getFieldWithFocusIndex();

    While (dy > 0) {}

    focusIndex += columns;

    {If (focusIndex > = {getFieldCount())}

    Returns false; The focus moves on this manager

    }

    else {}

    Field f = getField (focusIndex);

    If (f.isFocusable ()) {/ / only move the focus on the fields of the object of focus}

    f.setFocus ();

    -DY;

    }

    }

    }

    While (dy< 0)="">

    focusIndex = columns;

    If (focusIndex< 0)="">

    Returns false;

    }

    else {}

    Field f = getField (focusIndex);

    If (f.isFocusable ()) {}

    f.setFocus ();

    DY ++;

    }

    }

    }

    While (dx > 0) {}

    focusIndex ++;

    {If (focusIndex > = {getFieldCount())}

    Returns false;

    }

    else {}

    Field f = getField (focusIndex);

    If (f.isFocusable ()) {}

    f.setFocus ();

    -DX;

    }

    }

    }

    While (dx< 0)="">

    -focusIndex;

    If (focusIndex< 0)="">

    Returns false;

    }

    else {}

    Field f = getField (focusIndex);

    If (f.isFocusable ()) {}

    f.setFocus ();

    DX ++;

    }

    }

    }

    Returns true;

    }

    protected void sublayout (int width, int height) {}

    int y = 0;

    columnWidths = new int [columns];

    If (staticColumnWidth == null: staticColumnWidth.length)<= 0)="">

    for (int i = 0; i)< columns;="" i++)="">

    columnWidths [i] = width/columns;

    }

    } else {}

    for (int i = 0; i)< columns;="" i++)="">

    columnWidths [i] = (width * staticColumnWidth [i]) / 100;

    }

    }

    On the field [] fields = Field [new columnWidths.length];

    currentColumn int = 0;

    rowHeight = 0 int;

    for (int i = 0; i)< getfieldcount();="" i++)="">

    fields [currentColumn] = getField (i);

    layoutChild (fields [currentColumn], columnWidths [currentColumn], height-y);

    If (fields [currentColumn] .getHeight () > rowHeight) {}

    rowHeight = fields [currentColumn] .getHeight ();

    }

    currentColumn ++;

    {If (currentColumn == columnWidths.length | I == {getFieldCount () - 1)}

    int x = 0;

    If (this.allRowHeight > = 0) {}

    rowHeight = this.allRowHeight;

    }

    for (int c = 0; c)< currentcolumn;="" c++)="">

    long fieldStyle is fields [c] .getStyle ();.

    int fieldXOffset = 0;

    long fieldHalign = fieldStyle & Field.FIELD_HALIGN_MASK;

    If (fieldHalign == Field.FIELD_RIGHT) {}

    fieldXOffset = columnWidths [c] - fields [c] .getWidth ();

    }

    Else if (fieldHalign == Field.FIELD_HCENTER) {}

    fieldXOffset = (columnWidths [c] - fields [c] .getWidth ()) / 2;

    }

    int fieldYOffset = 0;

    long fieldValign = fieldStyle & Field.FIELD_VALIGN_MASK;

    If (fieldValign == Field.FIELD_BOTTOM) {}

    fieldYOffset = rowHeight - fields [c] .getHeight ();

    }

    Else if (fieldValign == Field.FIELD_VCENTER) {}

    fieldYOffset = (rowHeight-fields [c] .getHeight ()) / 2;

    }

    setPositionChild (fields [c], x + fieldXOffset, y + fieldYOffset);

    x += columnWidths [c];

    }

    currentColumn = 0;

    y += rowHeight.

    }

    If (y > = height) {}

    break;

    }

    }

    totalWidth int = 0;

    for (int i = 0; i)< columnwidths.length;="" i++)="">

    totalWidth += columnWidths [i];

    }

    setExtent (totalWidth, Math.min (y, height));

    }

    }

    Do you really want now fields is active.

    You can try adding a NullField after your Manager - a NullField is active, if it does not size.

    Other than that, you can try the substitution of navigationMovement and Manager.setVerticalScroll to go up and down the window scrolling.  I think it should work, although I never did.  You can control the scope of the first Manager to ensure that you do not have to scroll through to the end.

  • Can show us scrollbar on the screens where more content is present

    Hello

    Is there an API that can show a scroll on the right bar where drag us and see the content of the next page.

    the purpose of this is that the user must know the amount of content on the home page itself is present in the rest of the screen.

    The user must have click on scrooBar to view all the content.

    Please help me on this, if this is not possible let me know is there an another way of representing the scroll bar.

    Thanks in advance

    Ratna

    As far as I KNOW, there in no direct api for this.

    Concerning

    Bika

  • Suggestion menu doesn't show is not on the second monitor. Firefox 29.0.1

    After the upgrade to version 29.0.1, I see in the drop-down menus suggestion on my second monitor.

    The menus show that only a small line black.

    This seems to happen on my secondary monitor on all the fields in the search bar, websites and connections.

    The menus still function, I can move through values with the arrow keys.

    I am Windows 8.1, Intel HD Graphics 3000.

    The main monitor works well.

    Here are some examples
    https://onedrive.live.com/redir?RESID=8F2CDA5FB6A9D21A! 913 & authkey =! ADamCtDU2Tbe2ok & v = 3 & ithint=photo%2c.jpg

    This could be a bug.

    Could test you with the use of Firefox hardware acceleration disabled? There are two ways to do:

    (1) temporarily to run Firefox in Safe Mode

    (2) turn off in normal mode of Firefox.

    # 1 :

    You can restart Firefox in Mode safe mode using either:

    • button "3-bar" menu > "?" button > restart with disabled modules
    • Help menu > restart with disabled modules

    Not all add-ons are disabled: Flash and other plugins still works

    After stops in Firefox, a small dialog box should appear. Click on 'Start mode safe' (not reset).

    Your tabs and non-private windows must be restored (unless you have configured to not save a history of Firefox).

    Any difference?

    (To return to the normal mode, exit Firefox and restart normally.)

    # 2 :

    "3-bar" menu button (or tools) > Options > advanced

    In the mini ' General' tab, uncheck the box for "use hardware acceleration when available.

    It takes effect after leaving and you launch Firefox, next time.

  • HP-Envy 100 D410a just shows (INITIALIZE) is on the screen!

    HP-Envy 100 D410a was printing then stopped. When I turned it back on, just shows the printer (INITIALIZE) is on the screen! It was after I left the power for hours. Can't do anything to the screen.  My firmware Version is: SLM1CN1039FR

    Hello

    If your printer is connected wireless, make sure temporary connect the USB device, and then follow the patch below:

    Windows:

    http://ftp.HP.com/pub/softlib/software12/COL37748/MP-92513-1/D410Envy_FWUpdate_4684_HPCOM_x86_v2.exe

    Macintosh:

    http://FTP.HP.com/pub/softlib/software12/COL37909/MP-92884-2/HP_Firmware_Updater.dmg

    Please let me know if this is useful,

    Shlomi

  • Web Cam Live Cam problem-VX6000 poster initialization error when I open my web cam and I show no image on the screen. How can this be repaired? Thanks in advance.

    When I try to open my web cam no image appears on the screen and I get a message that says boot error. How can this be repaired? I use Win XP and a VX6000 microsoft webcam. Thanks in advance.

    Hi Jerry 1019,.

    ·         Did you do changes on the computer before the show?

    Follow the suggestions below for a possible solution:

    Method 1: You can view the article in the Microsoft Knowledge Base and check if the problem still persists.

    LifeCam software displays an error message or the video preview is empty.

    http://support.Microsoft.com/kb/933311

     

    Method 2: You can also view the article mentioned below.

     

    Don't troubleshoot bad or no video or problems to start the LifeCam software

    http://support.Microsoft.com/kb/933310

    Let us know if it helps.

  • Powers of laptop on but the screen (monitor) does not work.

    I have a HP compaq laptop 6720 (vista home basic, 1 GB of ram, intelcore,...)

    Powers of laptop on and all lights are working, but monitor does not work.
    Nothing on the screen, looks like no electricity on the screen or any contact of motherboard.
    Need your help,

    Kind regards.

    Hello

    If you don't see anything on the screen when you start, and this includes see the HP Logo, it would seem that it's a hardware problem.

    Contact HP Service or a good repair shop.

    See you soon.

  • Portege 7010CT shows Toshiba logo then the screen goes black

    Help! When I turn on the Toshiba logo comes up then the screen goes black and I find myself with a cursor blinking in the upper left corner. Nothing seems to work, keyboard seems locked even though CTRL, ALT & DEL it restarts. Was working perfectly one day, so that the next. Any ideas?

    Hello

    You can start the machine in safe mode? Which operating system you are using? Are you using it for a while or is this first boot after installation.

    Please write a little more. If you give more info and detailed description, it is easier to understand what may be the problem.

  • The volume and brightness display showing is not on the screen when I change the volume or brightness

    Hi all

    My laptop used to display the controls volume and brightness on the screen when I would try to change. A few weeks ago, he stopped, and I'm just trying to understand how to solve this problem?

    Hello

    In this case, uninstall the current version, restart and then reinstall HP Quick Launch Buttons (1e) and SmartMenu again.

    Reboot after that.

    Regads,

    DP - K

  • Screen saver picture shows numbers stretch across the screen

    original title: the screen saver photos..,.

    Photography spans the screen, as they are 'tense' people or 'fat' when they are not.  I would say my children got and did something to the computer and I don't know how to fix it.  Also the Google bar, when I type in my questions of 'search' set also...

    Hello

    ·         Faced with this problem on standby or also with the windows desktop screen?

    Try to set the resolution of your default desktop and check if the problem occurs:

    http://Windows.Microsoft.com/en-us/Windows-Vista/change-screen-resolution

    Also check out the article below:

    Use pictures as a screen saver

    http://Windows.Microsoft.com/en-us/Windows-Vista/use-pictures-as-a-screen-saver

    Hope this helps,

  • How to set the resolution of the screen to zoom full size?

    I have a monitor with resolution of ppi 109 and I already put this resolution in photoshop and acrobat preferences, but I can't find where in illustrator cs5 it can be implemented, I would be able to get a glimpse of my works in good real print size.

    109/72 = 151,3% to get the screen display to be set to 151% print size.

  • The photos show that different sizes during a trial 'mode in form of slide show'

    Scanning and copying of many ancient prints and negatives.  When I try to view them using Windows 'view as slideshow' some show in full screen and others of different forms and sizes.  Do I need to use a specific size and a pixel during the recording of these pictures to show images full-screen?

    Thank you for any advise you can offer

    Yes, you should use a similar or identical to your screen resolution, size so if you have a resolution of 1024 x 768 so your photos need to be scanned in / saved to / resized to this size, but a small 3 x 2 "photo scanned and enlarged so that size would look quite pixelated and is often optimized as a small peak with black borders.

    Try both and see which you prefer.

Maybe you are looking for

  • duplicate images and edit the constant programmatically

    Hello I want to create something like this: It would be a few thousand. I tried to do with the script method. There are other things that I do in vi (and in the structure of the case... "It's just an oversimplification), so I don't want to create a n

  • Windows xp media center error

    I did a system recovery, all downloaded updates and now when I try to launch the Media Center, I get the following error message "ehshell.exe + 0x155c process id (5468), Thread id = 0x14e4 (5348)". "  How can I fix this?

  • Power Save Mode problems

    Whenever my computer goes into power saving Mode is the only way that I can get out to close so far.  Any suggestions? Thank you

  • Images of Smartphones blackBerry will download is no longer in the e-mail

    My apologies if this has been taken up, but I looked and did not find any mention of this particular problem. From today I can't get images to display in my e mails more. This has never been a problem before.  I would open an e mail and select 'Get i

  • Problemas para Adobe Photoshop CC charged 2015

    Are several wont he veces y cuando quiero el programa Adobe Photoshop open only CC 2015 no is abre y sell me a message:"No. we have found none of Adobe Photoshop CC 2015 suscripcion associated with a este adobe ID. Pero tengo sesion en Adobe Creative