Can't Get rid of border around images??

every time i drag and drop an image into my background in dreamweaver it creates two white lines around the border of the image to let me know the images place, how do I erase these white lines?
The image and the background are both black and the white lines detract from the simplicity of the elements used...

The border is in your image.
Here's a crop from Bridge with your image in the viewer and th background on black...
Martin

Similar Messages

  • WebElements  Can't get rid of border inside iFrame when CR report is loaded

    I am runing reports from the CR Crystal report 2008 view that launches from Infoview and I can't get rid of a border that is in the inside of the iframe when the iframe has a CR loaded within it  .  (I uploaded screenshots here...  https://cw.sdn.sap.com/cw/ideas/4288)
    The issue isn't with the iFrame itself.  When I just throw an WEIframe on a CR report, I can control the frameborder by modifiying the WEIFRAME function's frameborder setting, toggling it on and off and it looks great.
    Where I am having problems is when I put load a CR report inside of an iFrame.  I changed the ReportMode to weblayout, I've made the report margins to be zero, removed the scrollbars and menubar.  Still, I get that pesky inside border.
    I've changed the opendoc sReportMode to Weblayout, gotten rid of preview panel, margins in my CR report, removed toolbar and menu bar from the reports and iframe
    Today, we went into our BO Server, found every instance of OpenDocument.jsp and added the frameborder ="0" parameter at the bottom of the script to the iframe definition.
    After the changes my BOE Admin restarted the Apache webservices. 
    Is there something else that needs to be re-deployed or re-started??
    thanks!
    -Pam

    Jamie/Ludek --
    Hopefully my post will help you help other people having this issue.
    Yes, as it turns out, this issue was not related to WebElements, but was an issue with the CR Viewer.
    The KB that Ludek referred me to did have code to add to the web.config, but it didn't do a thing.
    Ultimately, I found reference to this ussue bug #ADAPT01417734.  A fix was first bundled in fix pack 3.1, but it wasn't completely fixed until SP 4.0. (Known Limitations:  There will still be a 1 pixel wide border around the viewer even though the toolbar and drilldown tabs are hidden. The fix for the 1 pixel border will be delivered in Service Pack 4.)
    Our server is BOXI R3 FP 2.6 and applying service packs is, in itself, a pain and a risk and requires a testing effort that we couldn't afford right now.
    So, I patched my own local instance of CR 2008 to SP4.0 and then pulled the files that were identified as 'fixed' according to the release notes to my BO Server and put them in the correct destination folders:
    allInOne.js
    dom.js
    processindicator.js
    psheet.js
    ReportAlbum.js
    ReportPage.js
    ReportView.js
    Style.css
    Viewer.js 
    OK, it's a hack, but once I did that, ALL of the gray borders around my weIframes went away!!  I can still control a nice little border via the  frameborder attribute in the weIframe ()
    thanks for your help!

  • Downloaded Firefox 4 and now I can't get rid of the disk image.

    I downloaded Firefox 4.0 on my Mac (Intel-based laptop) a week or so ago, followed the directions (moved the one image to the applications folder image), but now it won't let me get rid of the disk image. Trash won't let me empty it since Firefox is using it, and if I quit Firefox to do that , another one appears when I relaunch the program. Applications folder has Firefox 4.0 in it, but I can't make this annoying .dmg go away. What to do?

    Try to trash the current Firefox application and do a new installation.
    * Download a new copy of the Firefox program and save the DMG file to the desktop
    * Firefox 4.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Trash the current Firefox application to do a clean (re-)install
    * Install the new version that you have downloaded
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • Can't get rid of border in database layout

    I am creating labels from a database for the Cub Scouts. The database field is surrounded by a thin black border. I can change the thickness of the border, but I cannot get rid of it with the "no line" option. Is it possible?
    Appleworks 6.2.9; label has gradient background; font color black.

    Dalgor2 wrote:
    It turns out that the layout mode puts a border in but that border disappears when in browse mode. I wish they didn't do that as it is confusing, but all is right with the world.
    The border around field frames in Layout is to let you see where they are, a very useful feature. The same borders also appear in Browse for individual fields when you place the insertion point in the field. This is also useful, as it initially shows what part of the field contents will be visible when the insertion point is NOT in the field.
    Regards,
    Barry

  • Can't get rid of gap around edge

    Hi there,
    I'm struggling to get rid of the gap around the edge of the website I've just started building.  I've got the margins set to 0 for the top, and the divs are 100% width.  Does anybody have any ideas?  I've attached a picture to demonstrate and also please see the code pasted in below, in case that's useful.
    Thanks,
    Mark
    Code:
    <!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>Untitled Document</title>
    <style type="text/css">
    <!--
    #header {
        background-image: url(images/header_background.jpg);
        background-repeat: repeat-x;
        height: 230px;
        width: 100%;
        margin-top: 0px;
    #navbar {
        background-image: url(images/navbar_background.jpg);
        background-repeat: repeat-x;
        height: 34px;
    #container_navbar {
        height: 34px;
        width: 852px;
        margin-right: auto;
        margin-left: auto;
    #main_text {
        background-image: url(images/maintext_background.jpg);
        background-repeat: repeat-x;
        height: 536px;
        width: 100%;
    #container_header {
        background-image: url(images/header_image.jpg);
        background-repeat: no-repeat;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        height: 230px;
        width: 852px;
    #container_maintext {
        height: 536px;
        width: 852px;
        margin-right: auto;
        margin-left: auto;
    #footer {
        background-image: url(images/footer_background.jpg);
        background-repeat: repeat-x;
        height: 200px;
        width: 100%;
    #container_footer {
        height: 200px;
        width: 852px;
        margin-right: auto;
        margin-left: auto;
    -->
    </style>
    </head>
    <body>
    <!--Header-->
    <div id="header">
      <div id="container_header"></div> 
    </div>
    <!--Navbar-->
    <div id="navbar">
      <div id="container_navbar">SPRY MENU GOES HERE</div>
    </div>
    <!--Main Text-->
    <div id="main_text">
      <div id="container_maintext">MAIN CONTENT GOES HERE</div></div>
    </div>
    <!--Footer-->
    <div id="footer">
      <div id="container_footer">FOOTER CONTENT GOES HERE</div>
    </div>
    </body>
    </html>

    Add the below to your css styles:
    body {
    margin: 0;
    padding: 0;

  • Loading an iframe in Edge, can't get rid of border

    The iframed flipbook does not have a border outside of Edge. Changing the height in Edge moves the border.
    I am using this
    sym.$("Box").html("<iframe width='770' height='360' src='http://**********/flipbook/' scrolling='no' border='0' border='no'></iframe>");
    Any tips for getting rid of that border?

    Hi somnamblst,
    Found something that could help you html - Remove border from IFrame - Stack Overflow
    Thanks,
    Preran

  • Please help. How can I get rid of this red dotted border around my navigation bar images?

    If you go to my site here...
    http://metalwolf92.zymichost.com/
    And left-click and hold down your mouse, but don't release, on any of the navigation button images. Notice the red dotted border? How can I get rid of those?
    All images already have border set to 0.

    I just noticed your page has no css. so in Code View, replace this closing tag:
    </head>
    with this:
    <style type="text/css">
    a:active {
      outline: none;
    </style>
    </head>
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • I can't get rid of this blue border around my artwork after it's published to the web

    I can't get rid of this blue border around my artwork after it's published to the web

    That did not work.
    Here's where I put it. The blue bordeer still show up around the large rectangular image.
    <!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>Ray Bros., Inc.</title>
    <style type="text/css">
    @import url("PopupMenuC.css");
    @import url("PopupMenuB.css");
    @import url("PopupMenu1.css");
    body {
              margin-left: 00px;
              margin-top: 00px;
              margin-right: 00px;
              margin-bottom: 00px;
              text-align: center;
    a img {border:none}
    .Arial {
              font-family: Arial, Helvetica, sans-serif;
    .Arial {
              font-size: 10px;
    .Arial {
              font-size: 12px;
    .Arial .Arial {
              font-size: 14px;
    </style>
    <script language="JavaScript1.2" type="text/javascript" src="mm_css_menu.js"></script>
    </head>
    <body>
    <table width="1080" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td height="279" align="center" valign="top"><div id="FWTableContainer1818523225"> <img name="PopupMenuC" src="PopupMenuC.jpg" width="1082" height="279" id="PopupMenuC" usemap="#m_PopupMenuC" alt="" />
          <map name="m_PopupMenuC" id="m_PopupMenuC">
            <area shape="rect" coords="899,240,1064,265" href="index-new.html" alt="" />
            <area shape="rect" coords="679,240,844,265" href="index-new.html" alt="" />
            <area shape="rect" coords="460,240,625,265" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0525123758_0', 'MMMenu0525123758_0',485,265,'PopupMenuC');"  />
            <area shape="rect" coords="241,240,406,265" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0524224504_0', 'MMMenu0524224504_0',262,265,'PopupMenuC');"  />
            <area shape="rect" coords="22,240,187,265" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0524221503_1', 'MMMenu0524221503_1',46,265,'PopupMenuC');"  />
          </map>
          <div id="MMMenuContainer0525123758_0">
            <div id="MMMenu0525123758_0" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="index-new.html" id="MMMenu0525123758_0_Item_0" class="MMMIFVStyleMMMenu0525123758_0" onmouseover="MM_menuOverMenuItem('MMMenu0525123758_0');"> RBI-NS100 </a> <a href="index-new.html" id="MMMenu0525123758_0_Item_1" class="MMMIVStyleMMMenu0525123758_0" onmouseover="MM_menuOverMenuItem('MMMenu0525123758_0');"> RBI-M100 </a> <a href="index-new.html" id="MMMenu0525123758_0_Item_2" class="MMMIVStyleMMMenu0525123758_0" onmouseover="MM_menuOverMenuItem('MMMenu0525123758_0');"> RBI-100 </a> <a href="index-new.html" id="MMMenu0525123758_0_Item_3" class="MMMIVStyleMMMenu0525123758_0" onmouseover="MM_menuOverMenuItem('MMMenu0525123758_0');"> Color Charts </a> </div>
          </div>
          <div id="MMMenuContainer0524224504_0">
            <div id="MMMenu0524224504_0" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="index-new.html" id="MMMenu0524224504_0_Item_0" class="MMMIFVStyleMMMenu0524224504_0" onmouseover="MM_menuOverMenuItem('MMMenu0524224504_0');"> RBI-5V </a> <a href="index-new.html" id="MMMenu0524224504_0_Item_1" class="MMMIVStyleMMMenu0524224504_0" onmouseover="MM_menuOverMenuItem('MMMenu0524224504_0');"> RBI Low Profile AGG </a> <a href="index-new.html" id="MMMenu0524224504_0_Item_2" class="MMMIVStyleMMMenu0524224504_0" onmouseover="MM_menuOverMenuItem('MMMenu0524224504_0');"> Color Charts </a> </div>
          </div>
          <div id="MMMenuContainer0524221503_1">
            <div id="MMMenu0524221503_1" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="index-new.html" id="MMMenu0524221503_1_Item_0" class="MMMIFVStyleMMMenu0524221503_1" onmouseover="MM_menuOverMenuItem('MMMenu0524221503_1');"> RBI-MT240 </a> <a href="index-new.html" id="MMMenu0524221503_1_Item_1" class="MMMIVStyleMMMenu0524221503_1" onmouseover="MM_menuOverMenuItem('MMMenu0524221503_1');"> RBI-200 </a> <a href="index-new.html" id="MMMenu0524221503_1_Item_2" class="MMMIVStyleMMMenu0524221503_1" onmouseover="MM_menuOverMenuItem('MMMenu0524221503_1');"> RBI-175 </a> <a href="index-new.html" id="MMMenu0524221503_1_Item_3" class="MMMIVStyleMMMenu0524221503_1" onmouseover="MM_menuOverMenuItem('MMMenu0524221503_1');"> R-Panel </a> <a href="index-new.html" id="MMMenu0524221503_1_Item_4" class="MMMIVStyleMMMenu0524221503_1" onmouseover="MM_menuOverMenuItem('MMMenu0524221503_1');"> Color Charts </a> </div>
          </div>
        </div></td>
      </tr>
      <tr>
        <td valign="top"><p><br />
        </p></td>
      </tr>
      <tr>
        <td> </td>
      </tr>
      <tr>
        <td> </td>
      </tr>
      <tr>
        <td>...</td>
      </tr>
      <tr>
        <td> </td>
      </tr>
    </table>
    </body>
    </html>

  • An unwanted white border appears around image after dragging it to the document. Why? How to get rid of border?

    Thanks.
    Bob

    The primary image that I'm concerned with is a jpg file, 74kb, 642x402. Also used same image at 53kb, 400x249.
    Here's some good info.
    I tried using same image on an old Pages document I made last yr - No border.  And - I used an image from the old flyer and put it on the current flyer and - got a Border.
    A difference: the flyer I used last yr was a blank document - no template. The current flyer I'm working on is one I chose from the templates with the tear-offs at the bottom for name and phone number.
    Is there something intrinsic with this template that creates a border around images?
    How do I do a screensnap? If you still need.
    Thanks again.
    Bob

  • Can't get rid of background image of toolbar buttons

    I am just a front-end developer and responsible for the front-end look of an ADF application that we are creating: We are using jDeveloper 11.1.1.4.0 (and we cannot upgrade due to being told no...so I cannot USE the skin editor which when I tried to use, migrates the files).
    I have created the necessary directories and files per tutorials I have been reading up on...
    skins directory - (new directory)
    skin.css (new file)
    Web-Inf -
    trinidad-skins.xml (new file and correctly configured)
    trinidad-config.xml (existing file but updated to use the new skin)
    Within the trinidad-skins.xml file I have the the new skin specified and is extending the "fusionFx-v1.desktop" default theme being used.
    Now the problem... I cannot get the background images to be overwritten or disabled for af|toolbar::item within the .css file
    I have looked up information about how to overwrite this and I tried to use the
    -tr-inhibit: background-image; within the .css declaration like this
    <code>
    af|toolbar::item {
    -tr-inhibit: background-image;
    </code>
    That was unsuccessful. I even just tried standard background {none;} and that was a no go as wel.
    What am I doing wrong here? This is driving me nuts... they made this skinning stuff way too complicated IMO. I don't see why I can't just add a class to the component within the property inspector of that component and then be able to reference it via normal css conventions... but nope BREAKS grrr... And I'm advanced level CSS coder! This stuff has me absolutely clueless and ready to just quit!
    Any suggestions or help is appreciated! And again... I cannot use the skin editor! Everytime I tried to, it prompted me to migrate the application and I cannot do this since there are about 5 other developers working on this application (we use clearcase for version control).
    Thanks,
    Michael

    I can't use the stand alone skin editor since it will want me to migrate the project files (developed in 11.1.1.4) and all files are source controlled via ClearCase.
    I have been experimenting...This is the code on the .jspx page
    <code>
    <af:panelGroupLayout id="header" styleClass="headerParent">
    <af:panelGroupLayout id="topLinkBar" layout="horizontal" styleClass="topLinkBar AFStretchWidth">
    <af:outputLabel value="#{customeradminportalviewcontrollerBundle.CUSTOMER_ACCOUNT}" styleClass="customerLabel"/>
    <af:outputText value="outputText2012" styleClass="customerOutput"/>
    <af:toolbox id="topLinkToolBox" styleClass="topLinkToolBox">
    <af:toolbar id="topLinkToolBar" styleClass="topLinkToolBar">
    <af:commandToolbarButton text="#{customeradminportalviewcontrollerBundle.HELP}" id="ctb2"/>
    <af:commandToolbarButton text="#{customeradminportalviewcontrollerBundle.POWER_INVOICE}" id="ctb1"/>
    <af:commandToolbarButton text="#{customeradminportalviewcontrollerBundle.CONTRACT}" id="ctb3"/>
    <af:commandToolbarButton text="#{customeradminportalviewcontrollerBundle.SIGNOUT}" id="ctb4"/>
    </af:toolbar>
    </af:toolbox>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    </code>
    Here is the CSS code
    <code>
    #topLinkToolBar af|commandToolbarButton {
    background-image: none;
    background-color: transparent;
    border: 0;
    </code>
    That WILL NOT get rid of the background images on the buttons! However if I do the !important hack within the CSS like this:
    <code>
    #topLinkToolBar af|commandToolbarButton {
    background-image: none!important;
    background-color: transparent!important;
    border: 0!important;
    </code>
    Then BOOM it works... I do NOT want to use the !important hack since that will cause problems in CSS inheritance and cascading...
    What am I doing wrong?
    Also how do I (if possible) target a specific ID used? For example the af:toolbar has an ID of "topLinkToolBar" how can I target that within the CSS? I know I can target it via class attribute like this:
    <code>
    af:toolbar.topLinkToolBar
    </code>
    but how would I do the same if I wanted to only apply to a component with a particular ID?
    Thank you everyone for all your patience, suggestions and help with this... I'm totally new to this type of environment and it's been a slow and frustrating learning experience!
    Michael

  • How can I get rid of the dark area on top one third of my iphone screen which spoils my background image?

    How can I get rid of the dark area on top one third of my iphone screen which spoils my background image?
    It seems this problem is caused by the software to increase the readibility of upper letters (clock battery etc.) It be nice to leave us the control of choosing background letter color too if we are using brighter images or darker images.
    I'm using iphone 4s and it appeared after I updated to new patch. 7.1.1.
    Thanks,
    Cem
    I do not know how to move topics from sections of forum so I apologise for duplicate post.
    https://discussions.apple.com/message/25594879#25594879

    Photo added.

  • A black airplay info window floats around on my HDTV screen when sending audio content via airplay up to sound system w Apple TV.  How can I get rid of this?

    A black airplay info window floats around on my HDTV screen when sending audio content via airplay up to sound system w Apple TV.  How can I get rid of this?

    Had this happen to me after a recent update, was super annoying.  To turn off, go to Settings > AirPlay > Conference Room Display > Off.

  • I can't get rid of the "Install OS X" disk image...

    Several months ago (I think it was when upgrading from 10.6.2 to 10.6.3) I had trouble with two machines - my wife's MBA (Rev. A - 1.6 GHz, 2GB ram, 80 GB HDD), and my MBP, but our iMac did fine. Eventually I got both the MBA and MBP updated and they work fine. Since then I've updated the MBA so that it's running 10.6.4.
    Here's my problem: during the difficult software update somehow I was left with two (2!) "Install OS X" disk images on the MBA desktop. I cannot get rid of them no matter what I do. I've tried ejecting (and they eject - but then when you reboot the computer they come right back), I've tried using disk utility to erase them, I've tried numerous things but I can't get rid of the darn things.
    I'd given up because they weren't causing any harm. However, I've just realized I can't run TimeMachine because of the disk images - TimeMachine stops with an error message saying it can't back up two disks with the same name. I can't change the name or delete the disk images so I can't do backups.
    Any ideas on how to get rid of these silly things?

    OK, then open Disk Utility. Click on the main drive entry at the top of the sidebar list, then click on the Partition tab in the DU main window. You should see a window in which you have the three partitions displayed as rectangles one on top of the other. I'm assuming that in your case the largest rectangle is the uppermost one with the two mystery partitions at the bottom. Click in one of the smaller rectangles. You should see it become outlined in blue. Then click on the [-] Delete button. Repeat for the second small rectangle. You will now have a gray area below your OS X partition. Now click on the Apply button. It may take several minutes for the process to complete so be patient and wait until it's done. When it's finished you should see the topmost OS X partition and the remainder of the window is gray space. In the lower right corner of the OS X partition should be a sizing gadget that looks like a triangle. Use the mouse to drag the corner all the way to the bottom of the window. Click on the Apply button and wait for the process to be completed.
    This should restore your drive to it's original single volume state and get rid of the two mystery items.

  • Can't get rid of thin outline around embedded movie?

    ...even after setting it to "Invisible Rectangle" in the settings box.
    I'm trying to get a flash animation, converted to quicktime movie (imported with legacy format option), embedded into the PDF, and then playing as the page becomes visible (i.e. the look you'd get if you were using powerpoint)
    test file attached...
    This is my 2nd preference as I was trying to get my flash animation embedded into my InDesign file which then was to be exported to PDF... but when I tried both quicktime movie and SWF it caused my Acrobat to "unexpectedly quit"... again and again... so after much frustration have given up and was trying to embed the quicktime movie into the PDF - which will be take up much more time as it's a 150 pg presentation in InDesign and every time I send the PDF for approval I will need to reimport the movies into the PDF... but at least it doesn't crash out... BUT just can't get rid of the thin black line around the movie.
    I convinced the client to do the 150pg presentation in InDesign not powerpoint (as has been done previously) but need to offer them the same offering as powerpoint with all the animation - which I thought would be no problem with importing flash files into InDesign - but I'm finding it fraught with difficulties!
    They'll be wishing they used Powerpoint!
    Any help would be so much appreciated
    PS using Adobe CS4, Mac OSX 10.4, Acrobat 9

    Thanks very much for the response Sandee. I tried your suggestion of the  Annotation option and this worked! - wonderful.. altho this test now works for me I'd still love to get it working from InDesign.
    What I'm trying to achieve... my client had 5 powerpoint presentations that need updating with new branding (totally about 160 pages - with about 20 basic animations - i.e. flashing lights on products etc).
    I sold him on the idea of using InDesign/PDF rather than powerpoint - but am needing to find an easy solution for the animations. So I've been working on this test file. Have self taught myself on a basic flash animation (from Lynda.com)... and tried importing both SWF and QT .MOV into InDesign and then exporting to PDF and when it loaded up in Acrobat it would always "unexpectedly quit" upon opening... even after trying different versions of PDF compatibility and restarting etc.
    Is there something obvious that I'm not doing right?
    Also if I get it to work, does that mean that my client and all their staff around the world will need to be Acrobat Reader 9?
    Thanks again for your time and help
    R

  • I can't get rid of the message, n error occurred with the publication of album.  It just keep coming back, and can't move around in IPhoto.

    I can't get rid of the message, n error occurred with the publication of album.  It just keep coming back, and can't move around in IPhoto.

    Okay, folks, after a 3 1/2 hour phone call with a (very patient) telephone support person at Blackberry, here's what I learned.
    You can check your USB drivers this way:
    Plug in your phone into your USB drive. Assuming your Blackberry is "seen" by your computer...
    Go into the Device Manager on your computer (control panel)
    Expand the Universal Serial Bus controllers item on the bottom of the list
    Right-click on BlackBerry Smartphone and choose Properties
    Click on the Driver tab
    Click on the Driver Details button
    You should see one driver. I saw two. The one the BlackBerry likes is the RimUsb one.
    So here's what NOT to do: We tossed the entire driver that was the "extra". This effectively made using my mouse and keyboard impossible, as they are USB, and sent my poor husband into the basement to find a million-year-old keyboard (and then a mouse) with the old fashioned kind of connectors (PS2). Bleh. Don't do that.
    Here's what I did that worked (not saything this will work for you -- this modifies the Registry so better do a system backup with that backup and restore if you're nervous about this sort of thing):
    From the start menu, choose run, and type regedit to get into the Registry editor.
    Follow this file path: Computer, HKEY_LOCAL_MACHINE, SYSTEM, CurrentControlSet, Control, Class
    Click on: {36FCE60-C465-11CF-8056-4445535400000}
    If there's an item on the right called "UpperFilters", delete it. (see pictures)
    Hope this helps someone.
    Karin
    First pic: shows "before"
    Second pic: shows full file path and "after"

Maybe you are looking for