How to control the height of the background color?

Hello

I work with a network of fluid, the body of filling with a color.

After using several divs, the color appears after my last div, as the image as an attachment.

How can I control it?

Website link: www.fundetutah.org/xxxxx.html

Thank you

Marcoproblem.jpg

I should add that negative margins / positioning will be inevitably create many more problems than they solve.  Your page appears much longer than expected because something in your page layout has been positioned with negative values that distorts everything.  For a clean slate, start by removing or commenting all negative values in CSS to get back to a normal arrangement.

Nancy O.

Tags: Dreamweaver

Similar Questions

  • How to change the background color of string programmatically?

    How to change the background color of string programmatically?

    Are you talking about string indicator and control chain? If so, right-click on a control/indicator of string and select Create-> property Node-> text-> text-> BG Color colors. Change to write and a number of the color you want to use phone.

  • How to change the background color of selection of the selected item in the drop-down box of choice?

    How to change the background color of selection of the selected item in the drop-down box of choice?

    By default, the selection background color like 'blue', but if I want it to be "yellow" for example, how should I do?

    Thank you

    The id is applied by (I think) the skin of the ChoiceBox class. You don't need to define.

    You must apply the css in an external style sheet. You can apply the external style sheet to any parent of the box of your choice, or on-site (the most usual way to do it).

    Example:

    import java.util.ArrayList;
    import java.util.List;
    
    import javafx.application.Application;
    import javafx.scene.Scene;
    import javafx.scene.control.ChoiceBox;
    import javafx.scene.layout.VBox;
    import javafx.stage.Stage;
    
    public class ChoiceBoxTest extends Application {
    
      @Override
      public void start(Stage primaryStage) throws Exception {
        primaryStage.setTitle("Example 2");
    
        final ChoiceBox choiceBox = new ChoiceBox<>();
    
        List tempResult = new ArrayList();
        for (int i = 0; i < 10; i++) {
          tempResult.add("Item " + i);
        }
        choiceBox.getItems().setAll(tempResult);
    
        VBox root = new VBox();
        root.getChildren().add(choiceBox);
        final Scene scene = new Scene(root, 300, 250);
        scene.getStylesheets().add("choiceBox.css");
        primaryStage.setScene(scene);
        primaryStage.show();
      }
    
      public static void main(String[] args) {
        launch(args);
      }
    
    }
    

    choiceBox.css:

    @CHARSET "UTF-8";
    #choice-box-menu-item:focused  {
     -fx-background-color: yellow ;
    }
    #choice-box-menu-item .label {
     -fx-text-fill: black ;
    }
    

    Post edited by: James_D

  • How can set the background color of the status bar?

    Quote from the old forum:

    Comments: comments
    How can set the background color of the status bar?
    Posted the: July 17, 2008 02:56
     
    How can set the background color of the status bar?
    Using this code for the status bar:
    LabelField statusField = new LabelField ("Good Morning", LabelField.USE_ALL_WIDTH |) LabelField.NON_FOCUSABLE | LabelField.HCENTER)
    {
    int _backgroundColour = Color.LIGHTGREEN;
    public void paint (Graphics g)
    {
    g.setBackgroundColor (Color.RED);
    g.Clear ();
    Super.Paint (g);
    }
    };

    Font defaultfont = Font.getDefault ();
    Police smallfont = defaultfont.derive (Font.PLAIN, 12);

    statusField.setFont (smallfont);
    setStatus (statusField);

    When I ran the code you have above, my status background color was red.  Is not what you see?  If so, please provide the BlackBerry model and software version that you are testing.  You can find this under Options.

    Or if you try to do something else, please provide details.

    I tested this in the BlackBerry Simulator included with version 4.5.0 BlackBerry JDE (4.5.0.44).

    To do this in version 4.1, first call getColor and save the current color.  Then call setColor, setting the color to the color you want to use for the background.  After this call call fillRect, starting with 0, 0 and go to the size of the field (use this.getWidth () and this.getHeight () to get this).  This must fill in the field with your specified color.

    To allow the drawing of the default content of the field call setColor once again, passing in the original color, then call super.paint.

  • How to change the background color

    How to change the background color of the label field, how to do it thanks

    I can change the color of labelfield, but I want to change the background,

    How can I do this

    Thank you.

    I do not know mantaker do not want to forget the call to super...

    public void paint (Graphics gs) {}

    gs.setBackgroundColor (0x00FF0000); red background

    GS. Clear();

    Super.Paint (GS);

    }

  • How to change the background color dynamically on the page of the ofa

    How to change the background color dynamically on the page of the ofa

    Hello

    Can you please let me know the dynamic conditions to change the background color?

    Thank you

    Vincent

  • How to change the background color of the code written DW page but not the Web page...

    How to change the background color of the code written DW page but not the Web page...

    If you have DWCC2015, you can change to edit > Preferences > coloring Code and either choose a new theme (RecoGnEyes is the background dark code by default) or you can change it to what you want in the background field by default.

    2014 CC had no theme options, but you can change the background color in the same place.

    I think that some of the previous versions also had the option, but I don't have them on my machine to check.

  • How to change the background color of work in Photoshop CC 2015 plan

    How to change the background color of work in Photoshop CC 2015 plan

    Just tried to change these settings:

    Preferences-> Performance-> settings of the graphics processor-> advanced settings... The change of drawing in 'Normal' mode (mine was 'Basic'). Suddenly I can not change the background.

    Hope this works for you all also.

  • I NEED TO KNOW HOW TO CHANGE THE BACKGROUND COLOR OF MY INDEX FINGER. HTML PAGE

    I need to know how to change the background color of my page index.html on Dream weaver cs6.

    With CSS:

    {body

    background-color: #FF0000;

    }

    Nancy O.

  • How to set the background color of a page_item?

    I was pasting "background-color: #5CD65C" in a number of places, like the 'attributes of the HTML table cells' under the label and the tabs of the item, but get no results. Can someone tell me how to set the background color of a cell, please?

    Hi Doug,.
    One method is to add a style to your header html in page attributes, if you add the below css styling and the change of the name of the item page (#P2_FIRST_NAME) to your he should style correctly:

    Thank you

    Paul

  • How to change the background color of some rows in a Datagrid?

    How to change the background color of some rows in a Datagrid?

    Hee is an excellent example:
    http://www.CFLEX.NET/showfiledetails.cfm?channelId=1&object=file&ObjectID=487

    Tracy

  • How to change the background color of a single line

    Hi, OTN,.

    I use JDeveloper with ADF faces 11.1.1.2 in the view layer. My question is how to change the background color of a single line in af:table?.

    Hi idir Mitra
    You can use EL to bind column for example inlineStyle (#{row.id == null?' background-color: rgb (255,214,165);':'background-color:red'})})

    Cordially Abhilash.S

  • How to set the background color of header in a datagrid control spark

    I searched high and low for an answer to what should be a simple question.  I want to change the background color of just the area of my datagrid column header.  I think it must be done in a custom skin that I created but I can't figure out what to do next. I created the custom button, panel skins and changed without problem background colors.

    Any help would be gretly apreicated.

    I posted a complete solution and a demo with the code on ramblingdeveloper.comexample.

    The direct link to the article is HERE.

    The link to the demo and the source is HERE.

    I hope this helps you with your problem.

    -Mike

  • How to change the background color or the height of the titleWindow header?

    Hey guys... so I popup a titlewindow on click of a button, and I was wondering if tehre was a way I could change the background color of the header of the titlewindow...?

    (d) in Builder 4, paste the following code:


           
       

    Using the mouse, select 'TitleWindow' and right click and choose "Open Declaration of skin" in the context menu. That should open up toward the top of the skin in a new tab and you can copy and paste in a new skin file.

    (e) use Alex's excellent suggestion above:


       
       
           
       

    TitleWindow title bar area gets bigger, but if you want to close the button to align vertically, you'll probably want to custom skin even when change the constraint superior to Red = '0'.

    Peter

  • I have ypdatedd of internet explore 8.1. Now, the background of the menu bars are black and the text is black. I can't read the menu titles. How I change the background color?

    How can I change the background color of menu on internet explore 8.1

    Hello LarryDiPiano, welcome.

    Try this:
    1. click on START
    2. click on "Control Panel."
    3. click on "personalization."
    4. click on "Theme".
    5 Select the theme 'Classic' in the menu dropdown menu drop-down
    6. click on 'Apply' at the bottom right
    7. once the theme going, switch back to the original theme in the menu drop-down
    8. click on 'Apply' at the bottom right
    Essentially, this action will refresh the currently displayed theme
    Let us know what happens
    Thank you!

    Ryan Thieman
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How to change the background color of the window?

    I would like to change the background color for all applications to pale gray,

    such as Notepad and IE.

    Anyone have any suggestions on how to do it?
    Thanks in advance for your suggestions

    Right-click on a zone empty of your desktop and choose personalize. When customization of the control panel applet opens, choose the color of the window (on the axis, below the pane). When the pane of the window color and appearance opens, click Advanced appearance settings (lower left corner of the pane).

    Now... with the Windows color and appearance of dialog box open, click on the white space of the Window Active (do not click the text in the window) or choose the command window of the point: in the drop-down list. Choose a color for 1 color:, e.g. Gray. Click apply at the bottom right and wait Windows 7 resets the graphic properties.

    If you now open Notepad, you'll have a gray window active. My IE follows suit, but only on a white page. Web designers in general choose the background image or color they want to view, and you will have to go into the options of the browser to replace those.

Maybe you are looking for

  • need to view the source code in version 7 doesn't have a place in the view menu

    upgrade to version 7, teaches at a high school on HTML class and we use the source of the page all the time, he disappeared in version 7. Where is it?

  • HP Stream: System disabled, do not know P / w... Help?

    Hi can some help please? number of disabled system is 68455433.

  • interruption of audio output

    I write an audio file from one minute to the sound card using the Labview 2011 his writing of exit vi.  The sound begins to play, and it doesn't seem to be any way to stop it until the entire file has played.  Not even the Abort execution button won'

  • Error on blue screen and SP3.

    Kept restarting my computer. Which was fixed by removing this option. Now, I get a blue error screen and error details show that the problem is with SP3. I have not SP3 as soon as possible, but Microsoft Essentials would not start until I downloaded

  • Stops printing when printing using Mac 10.6.4

    When you print a multiple pages of the Word document, print job stops after printing 1 or 2 pages - the printer is paused. What CV selection print printing stops and starts all over again. Have the same problem when printing from Excel. I use a HP Ph