How to get colored background padding

I'm still working on my site. The navigation bar works fine now, it's perfect.

What I now need an answer for, it's that I've defined a class for "this page" get a color background for the net asset value of this page. I could get a color, but it's not all the width of the box. The fill area is not colored.

For the moment I put it on orange to indicate clearly what I mean. I want that extended to the black border.

The link is: www.hoddenbagh.nl/test

LaurensHoddenbagh wrote:

When I see the result I'd rather have the flag button float right on the edge of the navigator container. Is this possible?

Thanks for the help!

I said I don't think it would be nice.

Remove the

  • tag that contains the image of the flag.

    Create a

    for the flag as below and insert it directly after the...

    Tags: Dreamweaver

    Similar Questions

    • How to get the background color of a layer with AE SDK

      Hello

      I try to get the background color for my current layer, but I can't seem to find how do.

      I don't want background color, background color of the application, but the color that shows through, if I set the alpha of my pixels to 0.

      For example, assume that the background of the composition is black, I put a solid top, green then put a picture on top of the solid and apply my pug-in the image.

      If I set the alpha to zero in my plug-in, green solid will be displayed.

      So I want to be able to know that my background is green.

      I tried to use PF_AppGetBgColor(), but which returns the background color of the application, which isn't green in this example.

      If you want more details on what I want to do, I plug P1 which affects some 0-alpha pixels. Above it, I apply an another plugin P2 which reveals alpha-0 pixels by mixing with little color.

      What is happening now is that the output is color of the original image, mixed with the color of P2 (because only modified P1 alpha pixels).

      What I want is to have the color through the transparent pixels of P1 display mixed with the color of P2.

      To do this, I would like to be able to set the color of pixels 0-alpha in the color of the background in P1.

      Sorry for the question long.

      Thanks for your suggestions.

      Hello nicolas.

      If I understand it, that you try to get the buffer of image layers composited under the layer with your effect.

      If that is correct, then I fear that it is almost impossible to do.

      When AE makes a composition he doesn't it down. He's trying to do the opposite in fact.

      Why? because if at some point, the buffer is completely opaque, then he has no need to make what's below.

      further more, checked the diaper changing the rendering order, and many other things affect the rendering of the layers order.

      In addition, there is no API to access buffers intermediaries comp. just the end result.

      the closest you can get than without turning of the world, is to use AEGP_GetCompBGColor().

      that would be useless to you that the image is not composite on that color, unless it is the model being saved to the file.

      so why I said 'almost impossible '?

      You can transform the world.

      You can write a type ECAP 'craftsman '. (look at the example of 'arti')

      These plug-ins make comps (instead of the "advanced3D" converter)

      a craftsman has results intermediaries comp, because he is the one doing the rendering.

      so now you can have your craftsman save the buffer, you need and deliver it to your effect.

      I must warn you that this is very very very difficult.

      Another possible solution is to create a copy of the model resides in your effect,

      erase all the layers that has the image you need and make that reproduces model using AEGP_GetReceiptWorld().

      If you use this method, you must supervise the original model and apply changes to the copy.

      Yes, it's too difficult to do.

      you could make a change in the strategy and apply your effect to an adjustment layer instead.

      the entry for the adjustment layer is the buffer underlying layers.

      Then, you could get the original sources you want to treat using checked layer params.

      the last solution I can think uses the expression of sampleImage() on a hidden parameter.

      This will give you any layer's pixel data in the model, but not the composite of the underlying layers.

      Maybe if you tried sampling adjustment layers post effects... I don't know. you need to try.

      This method is very slow and is also limited to expire, so you can't get a large number of pixels.

      the expression simply fails.

      I hope that this was not all bad news for you.

      Maybe you said more about the plug-in you develop I could come up with a better plan.

      :-)

    • How to get the background color setting after accidentally change?

      Original title: background and other color changes
      I changed the background color by accident and cannot get the original settings that I had back

      Hello

      1. who is the operating system installed on the computer?
      2. what was the background color and what color you have changed from?
      3. What are other color changes you're talking about?
      4. What are the steps you did to change the background color?
       
       
      If you work on a windows 7 OS then try the steps in the following article and check the status of the issue.
       
       
      I hope this helps!
    • FrameMaker10 - Windows 7 - How to get the background color of a paragraph tag?

      2-27-2013 1-38-39 PM.png

      I'm trying to create my heading1 with a background like the picture above.

      I put the blue background on a master page, but the chassis will in the background blue and later blue background does not show through.

      Any ideas?

      Thank you

      Cindy

      Cindy,

      You must create a specific master page for the opening/first chapter page that contains two connected text frames. The most senior executive would have the blue background and be served for the title. The following text block would get the text and have two columns.

    • How to get color PMS 'custom' in swatch Panel

      Have a job that requires the 9064U PMS... seem unable to access in the swatches Panel, showing color PMS available (not lying color books)... How can I get this in my Swatch InD?

      Thank you.

      It is in the Pastels & neons.

    • How to get the background image to fill the browser and stay fixed in IE and Firefox?

      Basically what it says in the title. I came very close to achieve, but something comes to Moor in the html and css code...

      First of all, I use the latest version of Firefox and IE8 to test this situation.

      I used 2 sources of information to get this done: 1) http://css-tricks.com/perfect-full-page-background-image/ and ) 2 http://stackoverflow.com/questions/8958697/css3-background-size-cover-doesn ' t-make-image-co-ver-vertical


      In 1 case , the example of the called page CSS-Only Technique #1 gives the code that works almost perfectly for me, except that obviously I need to a background image, but the CSS provided ago obviously just for an image has fallen in the body of a page without taking account of any other content that may already be there. "The html code that I put on the page is simply < img class ="bg"src ="... / pictures/background_image.jpg "> "

      Of course, I used the CSS code in the example, less the last piece which is "@media screen" etc., which seems irrelevant to me. Of course by replacing the values according to the picture on my page.

      So what happened was that it worked almost as expected in both browsers (which means the image filled both browsers first as it should and also remained fixed when I zoomed in, inside or outside, in each case), except that the picture went on top of the current content that I already there precisely because there isn't a background in this 'technical '. (A note on the side of curious, is that the image didn't turn down content, I expected under normal circumstances, but he went right on top of it so she she hidden (like the z-index).)

      One thing that bothers me in this regard 'technical' is that if you click on view the demo just below the code provided, you will see on the example of work page (bottom of the forest), the image clearly works as a backdrop and the content is fortunately located on top! So I don't know if the person who provides the example was trying to deceive people or what! Or he got lazy and showed another page which did not use the exact code, he has provided. No matter.

      In any case this leaves me with only half-completed work, because I still need a background image that functions as the 'normal image' code provided.

      In 2 cases and on this page, the first example provided gives the CSS for clutter - namely the code in the html {...} part and shows also the same "normal image" code as shown in box 1. In this case however, that the person provide a suggestion, the html and the css is not really properly more Moor some css and html seems a little redundant. So this time, when I used the part "html" in the CSS code (i.e. just the bit that was no longer relevant), I had two different behaviors in each browser and neither of which was quite what I'm looking for. In IE8, initially the page seems well (background fills the page and the content is on top) but when I Zoom in or out the background also zooms in or out accordingly so is NOT fixed. In Firefox, the background image stays fixed, but because the image is initially not the height of the browser I guess the code it extends down (keeping the proportions - so the image enlarges essentially) to fill it. The fast way to get around it is probably add white space at the bottom of the image just to give it sufficient height is not extensible / resize automatically. But it would be nice to know at least how to work around this problem in the code. Overall, I would say that the result in Firefox is closest to the desired solution, but of course it is not arranged things with IE8.

      Apologies for the long description, but which should at least provide much info for anyone who might have a possible solution for me. Essentially what would be great is if someone could advise me how to take the code of case 1 and apply it to a piece of 'background' coding as the type that is contained in html {...} in Case 2 . Like I said, it is almost there, but I just can't operate atm after trying to combine different bits of code this way and that... Also, if anyone has another version of html-css that works well to achieve then please by all means of let me know! V thanks a lot in advance!

      It works in modern browsers of the CSS3 support.  But not pre - IE9.

      http://ALT-Web.com/test/resizable-BG.shtml

      Nancy O.

    • face of Mickey mouse on my watch is in black and white how to get color

      I only have black and white mickey mouse on the face of my watch. How can I make color?

      Hi Brent

      On your iPhone, in the application of the watch, go to: Watch My > General > accessibility > under the title of 'Vision', uncheck / disable the grayscale option.

    • How to get color swatch changes to update in gradients?

      When I drop a color swatch on a slope, it is not a link to the color swatch as in a Uni fill.

      Nevermind, the inconsistency of the UI with this behavior, because Adobe probably doesn't care, but how to do this?

      Creating a shade of gradient is not a solution for me, as I use the same base color in different gradients.

      Thank you!

      Always set your global swatches.

      JET

    • My iPhone has grayed out after update to iOS 9.3.3 How to get color?

      Hi, my 5s iPhone updated with iOS9.3.3, this caused the phone go grey/black/white, including all my photos, is there a solution for this return color?

      Grayscale enabled probably inadvertently. Go to settings > general > accessibility > grayscale in the OFFSHORE.

    • How to: get my touch pad to scroll up and down the page, simply by sliding my finger upwards or downwards?

      When I got to my cpu, I could use the built in mouse pad to scroll through the pages. Now, there is no move the pointer. Yes, I switch between an external mouse, and the processor built in touchpad.
      Help, please! It's something so simple, I know, but go nuts looking for the answer.

      Hello

      • What is the brand and model of the laptop?
      • Back that happen with specific appication sone?

      I suggest to install the drivers and the Touchpad software on the Web site of the manufacturer and make sure that the scroll option is not disabled.

      Here is the link:
       
    • How Ae solid color background

      I want to remove the black background in a record of c. Y has a quick way to do it in Ae?   Thanks in advance.

      transparency in the Ch can be displayed/hidden here

      in Ae, here it is:

    • How to get a background slide show full Page

      Hello, y at - there someone who can help me?, I'm trying to place a slide show widget which extend through the whole browser and use it as a background for my site, something like the site at the link below.

      http://livedemo00.template-help.com/wt_38727/index.html#! / page_splash

      Any help will be be appreciated.

      -Javier

      Hi Javir,

      Slideshow width 100% is not possible in Muse right now. It is not possible to also define the slideshow as the background of the page.

      Kind regards

      Fox

    • 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 can I change background color on the taskbar

      How to change the background on the task and tool bar is difficult to reac blue cloud

      Hello

      Welcome to the Forums Community Microsoft and thanks for posting the question.

      According to the description, you need assistance to change the color on the taskbar.

      You can change the color of the taskbar of as follows:

      a. right click on the empty space on the desktop.

      b. click on Customize.

      c. click on Windows color to the bottom of the window.

      d. click on drop down menu to show color mixer.

      e. you can now move the sliders accordingly and change the required color.

      Change the colors on your computer

      http://Windows.Microsoft.com/en-us/Windows7/change-the-colors-on-your-computer

      Hope this information helps. Get back to us if you have more queries about Windows.

    • 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

    Maybe you are looking for