7941/61g background image question

I have added a background image to our 7941/61g ip phones. The image looks good, but the button appearance divider lines are going accross the screen in front of the image. Is there any way to set up the display to remove the button separator lines while keeping the line labels?
I had looked into using the idle url, but found that I had to use an external web server for this. Besides, I am not sure if the idle image would be over top of the button labels. If anyone knows if this is the case I would appreciate hearing about it.
Thanks,
Mark

The issue is not that I can't get the custom background image on the phone. I have a custom background on the phone, but the line appearance deviders (The lines above and below each line label) extend completely across the display over top of the background image. For example, I have 6 buttons comfigured on a 7961G phone which causes 7 lines to cross all the way across the phone display. If I have 3 lines configured only 4 lines extend across the display.
I am asking if there is any way to remove the lines deviding the phone-line labels that are going across the display over top of the custom background image.
I was at a store the other day and saw that their 7961 phone had a background image and the line labels only had boxes around them. The line label deviders did not extend across the phone any farther than the line label text. This is what I would like to configure. I'm not sure if the phone was useing Callmanger or a SIP server though.

Similar Messages

  • Quick background image question

    I think this is a simple question, but maybe it's not.
    Basically I want an image to behave like the background images on
    Prada.com. It scales based upon
    width and crops the height. It seems to be anchored to the
    top-right corner, unless you get fairly narrow then it isn't
    anchored anymore, and it stops scaling the image. I have two large
    displays and no matter how wide I stretch my window it just keeps
    scaling the image. How would I go about doing this?

    "rileyflorence" <[email protected]> wrote in
    message
    news:gf27fd$b22$[email protected]..
    >I think this is a simple question, but maybe it's not.
    Basically I want an
    > image to behave like the background images on
    http://www.prada.com. It
    > scales
    > based upon width and crops the height. It seems to be
    anchored to the
    > top-right
    > corner, unless you get fairly narrow then it isn't
    anchored anymore, and
    > it
    > stops scaling the image. I have two large displays and
    no matter how wide
    > I
    > stretch my window it just keeps scaling the image. How
    would I go about
    > doing
    > this?
    Look for scale9 in the help.
    HTH;
    Amy

  • Background image question

    Hi,
    I am trying to spread a gif image to cover the entire background of my page but the only options I see in page options is "no repeat" which only gives me one image in the top left corner, or else repeat which tiles the image. I think I'm missing some crucial step (or else some crucial part of my brain!)
    Thanks,
    Amanda

    There are other ways to position a background image - see the following as a reference:
    http://reference.sitepoint.com/css/background-position
    However, what you are trying to do isn't going to work the way you want it to.  Even at that size,the image files size is quite large.  Unless, the image is a repeating one, there is no way to determine the size of the window of the person viewing your page... so how do you determine what size to make the image.  The only reliable way is to make it repeat horizonally or vertically or all across the background.
    You could have a fairly large image sitting in the middle of the window and have it fade out on each side of the image, into a complimentary colour, so that smaller window sizes will see mostly image, larger browser windows will see the image centered, but blended into the colour of choice on the external edges.
    Maybe if you posted up an example of what you are trying to do, people may be be able to come up with an alternative.  However, using a full photo image isn't going to work as you expect I'm afraid.

  • Blending with background image question

    Hello,
    I'm trying to recreate a similar graphic to this one, which was done in CorelDraw.
    I've played around with blending modes (normal, multiply etc...) and overprint on the pink crosses, but can't get them to look similar (or exactly the same, which is the goal).
    The closes I've gotten was putting one cross in overprint, and another one without overprint and set to 75% transparency. But that way the pink isn't as consistent as I'd like it to be.
    When using blending modes or overprint the black (the shirt on the left) completely downs out the pink. It should be visible (you can see a slight grey tint where the black is, doesn't show up in the pic well) but it shouldn't overpower the pink.
    What am I missing here?

    Blending modes and CMYK can produce unexpected and sometimes unpleasant results, so you might try all RGB color and an RGB Transparency Blend Space and let the conversion to CMYK happen on export or output. You'll just want to make sure you don't get too far out-of-gamut—if you turn on Separation Preview you'll see the conversion to CMYK
    So here my background image is RGB even though it looks like grayscale, the pink cross is an RGB color, and the blending mode is Hard Light:
    Or a pink with a darker value:

  • Background Image Question (CSS)

    I have the following CSS style in my head section:
    body { margin: 0px; padding: 0px; text-align: center;
    background: #fff
    url(/images/Home/TopGradBlack.jpg) 0 0 repeat-x; }
    ...where TopGradBlack.jpg is a black-white gradient measuring
    500 pixels
    high by 5 pixels wide. The image displays as it should, with
    the page
    appearing black at the top, grading into white below.
    But I want the background to consist of a black-white
    gradient on the
    left half of the page only, with a blue-white gradient on the
    right
    half. So I inserted a div (ID = Body2) inside the body and
    added another
    style, as follows:
    body { margin: 0px; padding: 0px; text-align: center;
    background: #fff
    url(/images/Home/TopGradBlack.jpg) 0 0 repeat-x; }
    #Body2 { margin: 0px; padding: 0px; text-align: center;
    background: #fff
    url(/images/Home/TopGradBlue.jpg) 50% 0 repeat-x; }
    But it doesn't work. Rather than displaying from the middle
    of the page
    rightward, TopGradBlue.jpg dispays clear across the page. If
    I change it
    to 0 50% repeat-x, then it works as it should, displaying
    across the
    middle of the page. But when I change it back to 50% 0
    repeat-x, it
    displays clear across the top of the page.
    What am I doing wrong?
    Thanks.

    I would NEVER use GIF compression with gradients.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "darrel" <[email protected]> wrote in message
    news:fu7s37$ja0$[email protected]..
    >> So, in other words, it can't be done?
    >
    > If your gradient is vertical (from top to bottom) just
    make the image very
    > wide...like 1000 pixels, and save it as a GIF (Gifs
    compress really well
    > with horizontal bands of the same color). Then do just
    as you're doing,
    > but omit the 'repeat'.
    >
    > Otherwise, I assume you're trying to create two columns?
    Perhaps the
    > solution is to make the gradient a background of the
    column wrapper DIV
    > isntead of making it a standalone DIV just for the
    image.
    >
    >> similar things before. Also, the percent locator
    works on vertical
    >> alignment, so I assumed it would horizontally, too.
    >
    > It 'worked' on vertical because you weren't repeating it
    vertically.
    >
    > -Darrel
    >

  • Repeating Background Image Download Question

    When you use a repeating background image does the browser
    only download it once and then repeat it on their computer?
    I wanted to use a gradient background image so I figure to
    cut down the dowload size I'd just take a 1 pixel wide slice and
    repeat it, does that work?

    It works perfectly, I use Photoshop to make gradients and
    then insert the psd onto a page, where you get a conversion dialog,
    i select 100 for the jpeg quality and uncheck the sharpen color
    edges checkbox, you can use gifs if you want, then in your
    stylesheet use background-repeat: repeat:x;
    or y if you want to have a right to left gradient.
    Look at this site i am working on, it uses alot of PS
    gradients, all with repeat-x
    http://plcstrings.com/

  • 7941 background image

    Hi,
    Anyone knows if a new background image can be made default for all phones?
    I need to roll out 1500 phones or so who all need a logo, and I don't want to use the idle url
    thanks

    The issue is not that I can't get the custom background image on the phone. I have a custom background on the phone, but the line appearance deviders (The lines above and below each line label) extend completely across the display over top of the background image. For example, I have 6 buttons comfigured on a 7961G phone which causes 7 lines to cross all the way across the phone display. If I have 3 lines configured only 4 lines extend across the display.
    I am asking if there is any way to remove the lines deviding the phone-line labels that are going across the display over top of the custom background image.
    I was at a store the other day and saw that their 7961 phone had a background image and the line labels only had boxes around them. The line label deviders did not extend across the phone any farther than the line label text. This is what I would like to configure. I'm not sure if the phone was useing Callmanger or a SIP server though.

  • Washed out background image on Treo Pro

    Hi:
    When I set my background image on my today screen (check the box in settings, browse to image - use 320x320 resolution) I get a "washed out" version of the image regardless of its original color, tone or intensity. Images from the preinstalled themes are fine - vibrant and clear - but the user set images are very light (almost like a 50 percent transparency in Photoshop for example). I have tried both .jpg format and .png. Backlight settings do not cure this either.
    Any ideas?
    Thanks.
    Post relates to: Treo Pro T850 (Bell)
    This question was solved.
    View Solution.

    Hi Again:
    Upon further investigation, I have discovered that the options for setting background and transparency levels is found through the pictures and videos explorer not the file explorer.
    As suggested I have set the transparency to 0 and the image (Crab Nebula through the Hubble space telescope) is as bright and vibrant as it should be.
    Thanks again for the direction - it's much appreciated.
    Post relates to: Treo Pro T850 (Bell)

  • Different background image (div) on each page of site complicated by template

    Hope I can explain this:  Below are specifics
    - Using Dreamweaver cs5.5
    - Making the pages from a template.
    - Each page will have a different backround image; but the image is contained in a div tag (div name is .mainbackground) which runs behind the main core of the site, the image is not in the <body>
    - The div .mainbackground is EDITABLE
    - I have already made a specific css class to assign to that div on each page so that the image is different on each page.
    - On the template page the div .mainbackground has no image class assigned to it (thus no background image)
    - Since that div is editable I can then go into each page and assign the desired image class to it - works great.  EXCEPT...... & here's my main question:
    -  In the code all of the other regions are contained IN that above mentioned div of .mainbackground SO that means that:
    - if I need to update the structure of the pages I will have to remove the Editable region that controls the background image which would be -  removing the .mainbackround editable region.  Then go back to my template, make changes and save everything - thus all the changes will carry through to my other pages.  This is good and bad because I would get all the structural changes but I would also loose all of the text specific to those pages.
    -Then when I'm finished I would have to go back and first add an editable region back to the .mainbackground class and then re-apply the background classes back to the .mainbackground to fix the images on the pages again...
    The site is very small site so I can deal with it but am I going about this all wrong?
    Is there some template feature I'm not getting?  I would like to keep using the template feature, and i do want a different pic on each page.....
    I have attached a picture showing one page so you can see the background image - which will be different on each page.

    If your Template has embedded CSS within the <head> tags, and the <head> has an editable region defined, you should be able to change styles in child pages.
    TEMPLATE CODE:
    <head>
    <style type="text/css">
    .mainbackground { }
    </style>
    </head>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    CHILD PAGE CODE:
    <head>
    <style type="text/css">
    .mainbackground {
    background-image:url(page2-BG.jpg)
    </style>
    </head>
    Give it a try.
    Nancy O.

  • Background Image in Spry Menu

    Hi everyone,
    I'm really struggling with this Spry Horizontal Menu thing. I tried to read thru some other people's duscussions but I got lost.
    I just want to add a gradient image instead of a plain color background.  Now, I did achieved that on the main level items but as soon as I add submenus, the background image dissapear from the main items and shows on the submenus. That's it.  I hope this is easy enough to fix.
    I'm not that familiar with CSS and by looking at some samples, the CSS code is embedded in the same HTML page where the menu bar is.  Isn't supposed to be on it's own CSS page? And one more thing, can the horizontal menu be inside a table? And if not, how can I center it on the page?
    I'm a beginner so please be gentle... : )
    Thanks

    This is good but my problem is that my background image dissapear from the main menu item as soon as I add a submenu item... everything else seems to work just fine.  About the question if the menu could go inside a table or if has to be out side of it, how can I centered it on the page?
    thx

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

    Basically what it says in the title. I've come very close in achieving this but something just doesn't tie up in the html and css code...
    First of all, I'm using IE8 and the latest version of Firefox to test this.
    I used 2 sources of information for getting this done: 1) http://css-tricks.com/perfect-full-page-background-image/ and 2) http://stackoverflow.com/questions/8958697/css3-background-size-cover-doesnt-make-image-co ver-vertically
    In Case 1 the example on the page called CSS-Only Technique #1 gives code that works almost perfectly for me, except that obviously I need a background image, however the CSS provided there is clearly just for an image dropped in the body of a page with no regard for other content that may already be there. The html code that I put on the page is simply <img class="bg" src="../images/background_image.jpg">
    Obviously I used the CSS code provided in the example, minus the last bit which is "@media screen" etc etc, which seems irrelevant to me. Obviously substituting values to suit the image on my page.
    So what happened is that it almost worked as intended in both the browsers (which means the image filled both browsers width-wise as intended and also remained fixed when I zoomed in or out in each case) except that the image went over the top of the current content that I had there already precisely because it's not a background in this "technique". (A curious side-note is that the image didn't push down the content, as I'd have expected in normal circumstances, but went right over the top of it so it hid it (like z-index).
    One thing that does bother me about this "technique" is that if you click on View Demo just below the code provided you will see on the working example page (forest background) the image clearly works as a background and the content sits happily on top! So I don't know whether the person providing the example was trying to mislead people or what! Or he got lazy and showed a different page that didn't use the exact code he provided. No matter.
    In any case this leaves me with the job only half finished, as I still need a background image that works like the 'normal image' code provided.
    On to Case 2 and on this page the first example provided gives the CSS for the background image - namely the code within html {...} part and also shows the same 'normal image' code as given in Case 1. In this case however, although the person provided a suggestion, the css and html doesn't really tie up properly plus some of the css and html seems a bit redundant. So this time when I used the 'html portion' of the CSS code (i.e. just the bit that was most relevant) I got two different behaviours in each browser and neither of which was quite what I'm looking for. In IE8 initially the page looks fine (background fills the page and content is on top) however when I zoom in or out the background also zooms in or out accordingly so is NOT fixed. In Firefox the background image DOES stay fixed, however because the image originally is not the whole height of the browser I'm guessing the code stretches it downwards (while keeping proportions - so the image essentially enlarges) to fill all of it. The quick way to get around it is to probably add some white space to the bottom of the image just to give it enough height that it doesn't stretch/resize automatically. But it would be nice to find out anyway how to get around this in the code. Overall I would say that the result in Firefox comes closest to the desired solution but of course it doesn't help matters with IE8.
    Apologies for the lengthy description but that should at least provide plenty info for anybody that might have a possible solution for me. Essentially what would be great is if somebody could advise me how to take the code from Case 1 and apply it to a 'background' piece of coding like the type that's contained within html {...} in Case 2. Like I said, it's so nearly there but I just can't make it work atm after trying to combine the various bits of code this way and that... Alternatively, if somebody has another html-css version that works nicely for achieving this then please by all means let me know! Thanks v much in advance!

    This works in modern CSS3 supporting browsers.  But not pre-IE9.
    http://alt-web.com/TEST/Resizable-BG.shtml
    Nancy O.

  • How to create a full page background image that is fluid?

    I'm creating a website for my portfolio, and one of the things I wanted to have is a full page background image that the div tags are in.  I know there is a way to put it in via page properties, but that doesn't allow you to add CSS styles and I want the image to re-size with window changes.  This requires putting the image in a div tag, but then it pushes the other div tags (such as my header section and navigation) so that they aren't over the image like I want.  Is there a way to push the image div tag to the back so that the other div tags go over it.
    I'm using HTML5, and it will also be a responsive design, but the fluid background is only for desktops.
    I don't go on the adobe website often, so if you have an answer to this, or need more information to figure it out please email me at [email protected] and you'll get a faster reply than on this forum.
    Thank you everyone for your help.

    You should set this forum to email you on a reply.
    I don't have a link in your question to determine how you are trying to do this, but here's a technique I have used:
    Take a look at this website and see if it doesn't have what you are trying to do. You'll see the flag in the background and I have used opacity in the layers on top of it to keep the flag somewhat visible.
    Now, what the flag does not do is re-size itself with the viewport (the browser window). But the flag is in a div that sits on top of the body. My code is accessible, but you're looking for the flag div and it's defined in CSS thusly:
    #flag {
              width: 100%;
              background-image: url("../images/polish-flag.png");
              background-repeat: no-repeat;
              min-height: 900px;
    Now, CSS3 adds a new attribute you can apply to the background image thusly:
         background-size: 100% 100%;
    That would make your background fill the viewport.
    I chose to not do that, because I was worried about versions of Internet Exploder before 10.

  • Why can't I select background images in Pages 5?

    So I've got a document with an image of a Gantt Chart, and it's been formatted to be in the background.
    When I try to insert a new page before this image, it overlays the text of another page.
    Trying to find 'select background images' is no where to be found, whereas in Pages 09, it was fine.
    I'm all for simplicity, but removing something like this, and not being able to select this image at all?
    Is there anything I've missed?

    This is not the answer to the original question but it is an answer to a related problem.
    Apparently, Apple removed the simple and useful "Send Object to Background" menu item. For the last half an hour I was straggling to put my signature image under my name in a letter. The image background is white. So, when I insert the image, it is on top of the text and blocking it.
    Then, I searched and found this discussion, it helped but not solved the problem. I found a solution inspired by this discussion. Here, what I tried to send an image to the background.
    Chose the image in question. When I selected "Arrange -> Section Masters -> Move Object to Page" as suggested in this thread, it moves the image to the background. BUT, the image appears on every page at the same position within the section. If the document is a single-section document (almost all my documents are single-section documents, as I use Pages for short simple documents like letters (in the near future, I'll say "I used to use Pages", as this kind of feature removal makes it unfeasible to use it anymore).
    Thus, you have to define a new section which should contain only the page in question. Enough rumbling! Here is exactly what I did:
    Let N be the page number on which you wish to put an object in the background.
    Go to page N (your cursor must be somewhere on that page)
    On the toolbar choose "Setup -> Section Tab -> Create a new section -> Starting with this page"
    Go to page N+1
    On the toolbar choose "Setup -> Section Tab -> Create a new section -> Starting with this page"
    Now, you have a single-page-section on page N.
    Put you object on page N
    Select the object (image)
    On the menu, choose "Arrange -> Section Masters -> Move Object to Page"
    Also, I recommend to enable by "Arrange -> Section Masters -> make Master Objects Selectable"
    You can put any number of objects on page N by repeating on steps 5 to 8.
    The problem is, however, if you continue to edit your document and and sections gets longer, it will start a new page at the end of that section. Which is awful, because you'll have to remove the sections, and start from scratch, or manually move the text from one section to the other. So, do this after you are done with the document. Pity!
    If anyone have a better solution it will be appreciated.
    -- o --
    Now, I will continue to nag, if you allow me. When I open an old Pages document with images in the background, it opens just fine. It is not selectable as the original author stated. This indicate that Pages still support background objects independent of the sections, it just doesn't offer in interface to that facility. Why?
    I had a fairly large number of letters and templates I created with Pages. Before it is too late, I'll abandon it.
    I have a similar experience with iWeb. Apple promoted it, and then abandon it. Now all of my class pages (http://web.boun.edu.tr/akdogan) look too 2000s style, but I don't have energy to convert them something else at this point, but I'll have to.
    So I will continue to use LaTeX for long documents (that has been the choice for a long time), but I'll switch back to almost equally annoying Word for short and medium documents.
    Again, pity! I used to like Pages.

  • How to stretch background image, How to change show detail item header

    Hello all I have a few questions I would like to pose humbly to your collective wisdom, FYI I use Jdeveloper 11.1.3 and ADF Fusion
    First, how do I stretch the background Image? I have a background image in a show detail item but it is very small. 400 by 400. Thing is it's just a pic of the color red gradually moving from bright to dark in the image. So stretching it should not make it look horrible, but also repeating it makes it look silly, because you have 50 little images of dark red to bright red, instead of one big image of dark red to bright red. Can this be done and how?
    Secondly how do I change the header of the show detail item in a Panel Accordion? I have 8 Show detail items, in the middle of my page and the user can click and switch between which one is open, which makes for a nice effect, but I would like to give each of the show detail items a particular color. I did this with the backgrounds but I can't do it with the header, which are always visible, while only one background is visible at a time. I tried using the skinning technique but I wasn't able to change the header (I changed the background so the skinning was done correctly). I used
    af|panelAccordion::header
      color: blue;
      font-family: Arial, Helvetica, sans-serif;
      background: Maroon;
      background-color: Maroon;
    }Because I read in the Fusion Guide (or somewhere) that the show detail item cannot be skinned and therefore doesn't have a property like af panel Accordion.
    Can it though be achieved through some other means?
    Third when I drop the data control on the page and if I pick search form, why can't I use the CreateInsert button? Why can't I use the form to Create new rows? It keeps giving me some type of error, like Row is out of bounds or something? Is that some mistake with my database, or page, or is it not possible to do it like that?
    I welcome your words of guidance and also happy new year Huzzah!!!
    Edited by: Dino2dy on Jan 4, 2011 2:01 AM

    Thanks I haven't really had time to play around with this, as I have other concerns, but I do plan on coming back to it, and it is one of the things about ADF that really is bothersome. Creatively it means I can choose between 2 styles when making an app Blaf Rich and Fusion (the other ones are just worse versions of the two) while I will concede that the superb out of the box functionalities and things I can do declaratively probably mean I won't have a Dreamweaver type freedom of design I thought there might be a way to do some of these custom design changes.
    A few questions though
    When you skin the accordion are you able to propagate the changes to show detail item headers? Because that is one thing that I really want to change, just the color of the headers but I was unable to do so.
    Also there is a component that is not part of a panel accordion or panel tabbed called panel box. Again I changed the backgrounds to great effect but I need to change the panel header and in this I failed.
    Granted I used the css color attribute for both not a picture so maybe that is the reason. Just wondering if you succeeded.
    Cheers

  • How do I create Equal Height Columns with my Background Images?

    Hi there,
    here is my page http://www.allthingsprintuk.co.uk/ATPHome.html
    My problem is that the side bar HTML list is coming off the page in IE. & also the html  in the header can look awful due to browser settings.
    My question is how do I create Equal Height Columns with my Background Images so that they fit with the HTML text? Is there a good link you can point me to, or a tutorial?
    The only way I can see by doing it is slicing my images up into 3 (top middle & bottom) & then setting the middle to repeat y????
    Or does anyone know of a way to create rounded corners WITH drop shadows in CSS that will work on all browsers?
    Thanks in advance
    Louisa

    Try these http://www.pixelan.com/

Maybe you are looking for

  • Problem with setCursor for JButton in cell on JTable

    i have a problem with setCursor to JButton that is in a cell of the JTable} this is the code public class JButtonCellRenderer extends JButton implements TableCellRenderer { public JButtonCellRenderer() { setOpaque(true); public Component getTableCell

  • Business group decision

    My company has been divided in to two parts as of 2010. Now i am suppose to create the same setups for the separated company as the cost for purchasing the software was shared. So are we suppose to do the setups again on different business group. wha

  • MAM 3.0 Signature

    Hi, where could i find some doc on how to implement the signature with mam 3.0 Thank you

  • With the new Firefox I cannot geet Google translator. Help!

    I had Google translator on my toolbar before the upgrade to the new Firefox. I am now told that it is not compatible. What can I do? I need a translator on my toolbar. Can I go back to the previous version of Firefox.

  • Keywords and naming photos

    I know this has been asked before but I'm still searching for a solution. My fiancee and I are both photographers and we take thousands of photos for our business and I'm still trying to find the best workflow to minimise work and time wasted. At the