Need background to be transparent!

Hello, I've been trying to put a transparent background on my illustrator file but I don't exactly know how to do it..
I imported a picture on illustrator and edited it a bit.
Here's what it looks like:
http://i.imgur.com/MJwYx.png
Here's what it looked like before I edited it:
http://i.imgur.com/BupzB.png
Here's what it does when I try to export it:
http://i.imgur.com/LXZ6o.png
Basically I want the white this white backgroud to be transparent!
I really hope you can help me and thanks in advance
(sorry my first language isn't english so I might have made a few typos)

In this case it might be actually better to do a Live Trace and use beteen 12  and 15 colors ithink twelve is what you need I used a 11 and think I am one color short.
But beacause of the ragged nature of this image live trace can work vry well. It would be better to leave the ignore white unchecked and then expand the live trace and turn it into a Live paint group and fil the white area with a fill of none.
You get this.
This is wiyh the etra color going outside the lines removed but I do not know if that is desired.

Similar Messages

  • How to set Analysis graphics background color to Transparent? not White.

    How to set Analysis graphics background color to Transparent? not White.
    thanks
    Edited by: user13257485 on 2010-8-15 下午11:53
    Edited by: user13257485 on 2010-8-15 下午11:55

    Hi,
    We almost had the same requirement, but we just needed to color a specific column.
    Here goes the solution to that, you might do the same for your row highlighting
    Changes are required in jsff and one method to be added in backing bean
    1. JSFF :
    <af:column headerText="Amount"
                     id="c4" width="100"
                     inlineStyle="#{backingBeanScope.BackingBean.cellColor}">2. Backing Bean
    //searchResultTableVO is Table's VO
    public String getCellColor() {
          FacesContext ctx = FacesContext.getCurrentInstance();
          ExpressionFactory ef = ctx.getApplication().getExpressionFactory();
          ValueExpression ve = ef.createValueExpression(ctx.getELContext(), "#{row}", FacesCtrlHierNodeBinding.class);
          FacesCtrlHierNodeBinding node = (FacesCtrlHierNodeBinding)ve.getValue(ctx.getELContext());
          Row row = node.getRow();
        if(row.equals(searchResultTableVO.getCurrentRow())){
    //You can add your inline style for font-style too
          return "background-color:Red;";
             return null;
      }Hope this is helpful :)
    Regards,
    Neha..

  • How to make background of layer transparent so just the object shows up?....

    Hi, I don't know if there's a way to do what I'm trying to but I'm trying to take a jpg picture that I uploaded onto my photoshop elements editor, then using the maze I have on microsoft word to make a maze out of the picture. I was able to paste the maze over the picture by using the over lay option for the 2nd layer and making it more transparent but the lines are getting too transparent also and you can't see some of the lines at all that is over white areas. Is there another way that I can make it so that the lines (of the maze) only show up and make it so the white background is totally transparent?
    I'm also wondering how I can change the whole background color without affecting the picture or anything else. This is my first time playing with the elements editor, I was just thinking I guess I could make a botttom layer and make the layer the color I want or will it bleed through to the other layers or the other layers just cover it up? I really don't know what I'm doing and really don't know about these layers, I'm surprised I was able to do what I did.
    Thank you for any suggestions or help.
    IDK if I'm explaining this right so here is a link to the image.
    Thanks

    With this image, it will be easiest to select the white background.
    1. I would recommend using the Quick Select Tool. Select the white background.
    2. Because you want the lung guy on his own layer not the white background, you need to invert the selection. Select<Inverse.
    3. Copy the lung guy onto his own layer. On PC, press ctrl + J. If on a Mac, the shortcut is cmd + J.
    4. You can now copy/paste lung guy in the desired photo. Alternately, you can drag his layer from the layers palette and drop him into the other document. (If the resolution of lung guy doesn't match your image's resolution, he will shrink or expand as his layer will take on the resolution of the document he is moved into.)
    Note: I would not use the lettering as you can see where the lung guy's image overlaps. It will be an easier project if you redo the lettering in Word or use the Photoshop Element's text tool...maybe with text warp and a layer style....to add the text.

  • What can I use to create a photo banner/collage that is free formed. I'll need background colors and ability to place 5 or more pics in a horizontal row? Does adobe have a product i can use to create this?

    what can I use to create a photo banner/collage that is free formed. I'll need background colors and ability to place 5 or more pics in a horizontal row? Does adobe have a product i can use to create this? I'm not looking for templates when creating.
    thanks
    tracy

    You can select 5 (or more images) and place them by dragging in Adobe InDesign. After creating document go to File > Place, navigate to images and select them. In InDesign start dragging and press right arrow key couple of times then release mouse button. You can export file as PDF, JPG, PNG image from File > Export.

  • After make transparent background everything is transparent - what a stupid FLEX !!

    I created transparent background. But each component placed on this background is also transparent - only letters are visible. I can't make other background for these components - for example button - I can't create red button:
    http://img42.imageshack.us/my.php?image=09022009093428.png
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="250" height="250" alpha="0.0" >
            <mx:Button x="23" y="50" label="Button" fillAlphas="[1.0, 1.0, 1.0, 1.0]" fillColors="[#F50D0D, #F50D0D]" alpha="1.0"/>
    </mx:Application>
    Screen on yellow website Flex application WITHOUT transparent background:
    http://img15.imageshack.us/my.php?image=09022009094150.png
    Screen on yellow website Flex application WITH transparent background:
    http://img7.imageshack.us/my.php?image=09022009093631.png
    Does anybody know how I can make not transparent components for transparent background ?

    I didn't know about Category View in Flex Builder. I thought that Standard View has got the same properties as Category View. But as I see Category View has got much more properties !!
    backgroundAlpha="0" works !! at least - thx !! So screen with this option in Flex Builder:
    http://img27.imageshack.us/my.php?image=09022009162253.png
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="250" height="250" backgroundAlpha="0">
            <mx:Button x="175" y="10" label="Button"/>
            <mx:TabNavigator x="25" y="40" width="200" height="200">
                    <mx:Canvas label="Tab 1" width="100%" height="100%">
                    </mx:Canvas>
            </mx:TabNavigator>
    </mx:Application>
    Screen - final result: http://img136.imageshack.us/my.php?image=09022009162759.png
    thx very much

  • How can I customize the folder - Background (i.e. transparent) of my 5s WITHOUT a jailbreak ?

    How can I customize the folder - Background (i.e. transparent) of my 5s WITHOUT a jailbreak ?

    You can't do any more than what is permitted in Settings regarding the backgrounds. If you would actually JB your phone for something so trivial, risking virus and worm attacks, violating your license agreement, voiding your warranty, risking bricking your phone or making it unstable and excluding any paid repair service from Apple I question your judgement.

  • Removing black background-(looking for transparency on title stuff)

    final cut studio Guru's....specifically "live type" pro's.
    Tried everything in the manual & more...still, no do workee.
    Have other footage to run behind title stuff. White text...
    Short blue fx line....I'm listening to Howard Beale and
    I'm about to scream outa' my window...for my neighbor's sake, a little help?
    Gracias,
    g. tirebiter
    mac G-5   Mac OS X (10.4.7)   final cut studio
    mac G-5   Mac OS X (10.4.7)   final cut studio

    OC, explain a bit more- because what David explained
    is correct. If you export from livetype without
    rendering the background, then the background is
    actually transparent.
    My assumption here is that after you do this, you are
    watching the quicktime file that pops up in live type
    after it renders- and it has a black background.
    This is normal, but actually transparency is there.
    Import the QT file into final cut and throw it on a
    v2 track above another video image. You will notice
    that there actually is a transparent background in
    FCP...
    If you have already done this and you are still
    seeing black, my next question would be what format
    are you editing in? DV?
    good morning geniuses......
    Rocky Rococo at your cervix...THAT WAS IT! I am the "slime"
    from the vi-deo....a little footage and Wha-Law! my hours of fear & self loathing are over...why is it always the obvious starin' ya' in the face that fixes th' problem...
    THANK YOU to all of you who took the time to respond this
    early A.M....David & eventually ENZO helped me pull my head out... here in the O.C. (but to all who responded...may th' good lord take a likin' to ya'....)
    I'll never make this particular mistake again...why? when there's so many more to gnash my teeth about...
    drive fast...play hard, compadres!
    george tirebiter
    mac G-5   Mac OS X (10.4.7)   final cut studio

  • "Market needs background data to be enabled"

    A few weeks ago, when I tried opening the Android Market, it would not launch and simply said "Market needs background data to be enabled."  Every time I open the Market now, I get this message, and it will not go past this screen.  When I look at the settings, I don't see any option to enable background data (and I never disabled it).  Please help!!

    lisat714 wrote:
    Tried both.  Didn't work...
    Try clearing Market data at Settings / Applications / Manage Applications / All Tab / Market / Clear Data

  • Why when I fill my background with white the background comes up transparent?

    Can someone tell me why when I fill my background with white the background comes up transparent. How do I get it back to filling in white.

    Hi SSJoyce,
    What version of photoshop and operating system are you using?
    Is the background a locked background layer or a regular layer?
    How are you filling the background with white, such as using a keyboard shortcut of Edit>Fill?
    A screenshot might provide more clues as to where the trouble is.

  • REALLY need some help with transparent background

    This is really starting to bug me now as I have searched the forums and the web for hours and still cannot get this to work.
    I am creating a simple one page site at http://freeselfhelpebooks.org/50ofTheBestPDProducts/
    I want the header and footer image to have a transparent background with only the text showing, so that the text shows on the background image.
    So far I have created the header image with a transparent background Modify > Canvas > Canvas Colour > Transparent all good so far.  I have added some text.  Then I save as file type PNG 32, however I still get the background as white as you can see above.
    I have tried PNG 8 with alpha transparency, no transparency but to no avail.  I have even downloaded Photoshop CS6 and have the same issues.  What am I doing wrong here?

    First of all, your header graphic is fine; it's a transparent PNG. Your footer is a JPEG, which does not support transparency, so you need to resave that file into a different format (like PNG32, or PNG8 w/alpha transparency).
    As I was trying to suggest, if you're confused about your graphics, check them in a graphics editor or viewer, not in a web page inside a web browser. Web development is a complex beast, and a lot can go wrong.
    In the HTML of your web page, there is a class called "content" being applied to tables and images. This class has a background image being applied to it, which is responsible for the white background on those elements.

  • Remove a background color for transparency

    Greetings,
    I have an image with flattened layers and is a PNG image for the web.  I need to select only the white background and remove it for transparency.

    Use the magic eraser tool if there is no white adjacent to the background .  You will want to choose contiguous.  If there is white in the main part of the photo adjacent to the background, use a selection tool to choose where to apply the magic eraser.

  • How to change the background of a transparent

    Hi there,
    I have a logo which ia transparent (psd file) that has some black color and I want to place it in a poster which has also black background color. So, I need to change the background color of this logo. I appreciate it if I can get some help. Thanks.

    Is the black of the logo backgroud color on it's own layer?  If so, you can lock the transparency of that layer and just fill it with a new color.  Or you could clip a solid color layer to that layer which will allow you to edit it when ever you want to.
    If it's not on it's own layer, you can use color range to select the black and use that to make a selection to fill a new layer with a color that would hide the black.  Lots of ways to do this.

  • Dark Grey Background instead of transparency, how to fix?

    Windows, PS CS4. I'm trying to erase part of an image such that there is nothing there. However, when I erase the part of the background layer (I have no layers below it, and none above occupying the same space), I do not see the chequered transparency pattern, but dark grey. This grey also remains part of the image as if it were a colour rather than being transparent. To be specific, it is the white between the borders of a comic I am trying to erase. Thanks.

    Your settings for the tranparency in the preferences look fine, but your erasing on a locked background layer, which will not show the transparency grid, just whatever color you have for the background swatch in the toolbox.
    In order to get transparency in the example image, the background layer needs to be converted a regular layer by double clicking
    on the layer thumbnail in the the layers panel. (the background eraser automactically converts the locked background layer to a regular layer)
    some basics about layers:
    http://help.adobe.com/en_US/photoshop/cs/using/WSfd1234e1c4b69f30ea53e41001031ab64-78e3a.h tml

  • Urxvt in the background is not transparent

    Hello everyone,
    I'm using Openbox and urxvt terminal and I was experimenting with running one urxvt pseudo-transparent in the background like in http://wiki.archlinux.org/index.php/Ope … background. So I created new name "RootURxvt" in my .Xdefaults file:
    RootURxvt.scrollBar: false
    RootURxvt.transparent: true
    RootURxvt.geometry: 80x24
    the rest of my .Xdefaults reagarding urxvt:
    URxvt.buffered: true
    URxvt.geometry: 85x24
    URxvt.transparent: false
    URxvt.background: black
    URxvt.foreground: gray90
    URxvt.cursorColor: green
    URxvt.underlineColor: yellow
    URxvt.scrollstyle: plain
    URxvt.secondaryScroll: true
    URxvt.font: -*-fixed-medium-*-*-*-18-*-*-*-*-*-iso8859-2
    URxvt.boldFont: -*-fixed-bold-*-*-*-18-*-*-*-*-*-iso8859-2
    URxvt.perl-ext-common: default,tabbed
    Then I put the appropriate entry to the .config/openbox/rc.xml
    <application name="RootURxvt">
    <decor>no</decor>
    <focus>yes</focus>
    <position>
    <x>0</x>
    <y>0</y>
    </position>
    <desktop>all</desktop>
    <maximized>false</maximized>
    <skip_taskbar>true</skip_taskbar>
    <layer>below</layer>
    </application>
    This is the rest of my rc.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Do not edit this file, it will be overwritten on install.
    Copy the file to $HOME/.config/openbox/ instead. -->
    <openbox_config xmlns="http://openbox.org/3.4/rc">
    <resistance>
    <strength>10</strength>
    <screen_edge_strength>20</screen_edge_strength>
    </resistance>
    <focus>
    <focusNew>no</focusNew>
    <!-- always try to focus new windows when they appear. other rules do
    apply -->
    <followMouse>no</followMouse>
    <!-- move focus to a window when you move the mouse into it -->
    <focusLast>yes</focusLast>
    <!-- focus the last used window when changing desktops, instead of the one
    under the mouse pointer. when followMouse is enabled -->
    <underMouse>no</underMouse>
    <!-- move focus under the mouse, even when the mouse is not moving -->
    <focusDelay>200</focusDelay>
    <!-- when followMouse is enabled, the mouse must be inside the window for
    this many milliseconds (1000 = 1 sec) before moving focus to it -->
    <raiseOnFocus>no</raiseOnFocus>
    <!-- when followMouse is enabled, and a window is given focus by moving the
    mouse into it, also raise the window -->
    </focus>
    <placement>
    <policy>Smart</policy>
    <!-- 'Smart' or 'UnderMouse' -->
    <center>yes</center>
    <!-- whether to place windows in the center of the free area found or
    the top left corner -->
    <monitor>Active</monitor>
    <!-- with Smart placement on a multi-monitor system, try to place new windows
    on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
    the active window is -->
    </placement>
    <theme>
    <name>Carbon</name>
    <titleLayout>NLIMC</titleLayout>
    <!--
    available characters are NDSLIMC, each can occur at most once.
    N: window icon
    L: window label (AKA title).
    I: iconify
    M: maximize
    C: close
    S: shade (roll up/down)
    D: omnipresent (on all desktops).
    -->
    <keepBorder>no</keepBorder>
    <animateIconify>no</animateIconify>
    <font place="ActiveWindow">
    <name>sans</name>
    <size>8</size>
    <!-- font size in points -->
    <weight>bold</weight>
    <!-- 'bold' or 'normal' -->
    <slant>normal</slant>
    <!-- 'italic' or 'normal' -->
    </font>
    <font place="InactiveWindow">
    <name>sans</name>
    <size>8</size>
    <!-- font size in points -->
    <weight>bold</weight>
    <!-- 'bold' or 'normal' -->
    <slant>normal</slant>
    <!-- 'italic' or 'normal' -->
    </font>
    <font place="MenuHeader">
    <name>sans</name>
    <size>9</size>
    <!-- font size in points -->
    <weight>normal</weight>
    <!-- 'bold' or 'normal' -->
    <slant>normal</slant>
    <!-- 'italic' or 'normal' -->
    </font>
    <font place="MenuItem">
    <name>sans</name>
    <size>9</size>
    <!-- font size in points -->
    <weight>normal</weight>
    <!-- 'bold' or 'normal' -->
    <slant>normal</slant>
    <!-- 'italic' or 'normal' -->
    </font>
    <font place="OnScreenDisplay">
    <name>sans</name>
    <size>9</size>
    <!-- font size in points -->
    <weight>bold</weight>
    <!-- 'bold' or 'normal' -->
    <slant>normal</slant>
    <!-- 'italic' or 'normal' -->
    </font>
    </theme>
    <desktops>
    <!-- this stuff is only used at startup, pagers allow you to change them
    during a session
    these are default values to use when other ones are not already set
    by other applications, or saved in your session
    use obconf if you want to change these without having to log out
    and back in -->
    <number>4</number>
    <firstdesk>1</firstdesk>
    <names>
    <name>1</name>
    <name>2</name>
    <name>3</name>
    <name>4</name>
    </names>
    <popupTime>875</popupTime>
    <!-- The number of milliseconds to show the popup for when switching
    desktops. Set this to 0 to disable the popup. -->
    </desktops>
    <resize>
    <drawContents>yes</drawContents>
    <popupShow>Always</popupShow>
    <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
    <popupPosition>Center</popupPosition>
    <!-- 'Center', 'Top', or 'Fixed' -->
    <popupFixedPosition>
    <!-- these are used if popupPosition is set to 'Fixed' -->
    <x>10</x>
    <!-- positive number for distance from left edge, negative number for
    distance from right edge, or 'Center' -->
    <y>10</y>
    <!-- positive number for distance from top edge, negative number for
    distance from bottom edge, or 'Center' -->
    </popupFixedPosition>
    </resize>
    <!-- You can reserve a portion of your screen where windows will not cover when
    they are maximized, or when they are initially placed.
    Many programs reserve space automatically, but you can use this in other
    cases. -->
    <margins>
    <top>0</top>
    <bottom>0</bottom>
    <left>0</left>
    <right>0</right>
    </margins>
    <dock>
    <position>TopRight</position>
    <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
    <floatingX>0</floatingX>
    <floatingY>0</floatingY>
    <noStrut>yes</noStrut>
    <stacking>Above</stacking>
    <!-- 'Above', 'Normal', or 'Below' -->
    <direction>Vertical</direction>
    <!-- 'Vertical' or 'Horizontal' -->
    <autoHide>no</autoHide>
    <hideDelay>300</hideDelay>
    <!-- in milliseconds (1000 = 1 second) -->
    <showDelay>300</showDelay>
    <!-- in milliseconds (1000 = 1 second) -->
    <moveButton>Middle</moveButton>
    <!-- 'Left', 'Middle', 'Right' -->
    </dock>
    <keyboard>
    <chainQuitKey>C-g</chainQuitKey>
    <!-- Keybindings for desktop switching -->
    <keybind key="C-W-Left">
    <action name="DesktopLeft">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="C-W-Right">
    <action name="DesktopRight">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="C-W-Up">
    <action name="DesktopUp">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="C-W-Down">
    <action name="DesktopDown">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="S-W-Left">
    <action name="SendToDesktopLeft">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="S-W-Right">
    <action name="SendToDesktopRight">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="S-W-Up">
    <action name="SendToDesktopUp">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="S-W-Down">
    <action name="SendToDesktopDown">
    <dialog>no</dialog>
    <wrap>no</wrap>
    </action>
    </keybind>
    <keybind key="W-F1">
    <action name="Desktop">
    <desktop>1</desktop>
    </action>
    </keybind>
    <keybind key="W-F2">
    <action name="Desktop">
    <desktop>2</desktop>
    </action>
    </keybind>
    <keybind key="W-F3">
    <action name="Desktop">
    <desktop>3</desktop>
    </action>
    </keybind>
    <keybind key="W-F4">
    <action name="Desktop">
    <desktop>4</desktop>
    </action>
    </keybind>
    <keybind key="W-d">
    <action name="ToggleShowDesktop"/>
    </keybind>
    <!-- Keybindings for windows -->
    <keybind key="W-c">
    <action name="Close"/>
    </keybind>
    <keybind key="A-Escape">
    <action name="Lower"/>
    <action name="FocusToBottom"/>
    <action name="Unfocus"/>
    </keybind>
    <keybind key="W-space">
    <action name="ShowMenu">
    <menu>client-menu</menu>
    </action>
    </keybind>
    <!-- Keybindings for window switching -->
    <keybind key="A-Tab">
    <action name="NextWindow"/>
    </keybind>
    <keybind key="A-S-Tab">
    <action name="PreviousWindow"/>
    </keybind>
    <keybind key="C-A-Tab">
    <action name="NextWindow">
    <panels>yes</panels>
    <desktop>yes</desktop>
    </action>
    </keybind>
    <!-- Keybindings for running applications -->
    <keybind key="W-u">
    <action name="Execute">
    <startupnotify>
    <enabled>true</enabled>
    <name>urxvt</name>
    </startupnotify>
    <command>urxvt</command>
    </action>
    </keybind>
    <keybind key="W-o">
    <action name="Execute">
    <startupnotify>
    <enabled>true</enabled>
    <name>opera</name>
    </startupnotify>
    <command>opera</command>
    </action>
    </keybind>
    <keybind key="C-W-l">
    <action name="Execute">
    <startupnotify>
    <enabled>true</enabled>
    <name>lock</name>
    </startupnotify>
    <command>xscreensaver-command -lock</command>
    </action>
    </keybind>
    </keyboard>
    <mouse>
    <dragThreshold>8</dragThreshold>
    <!-- number of pixels the mouse must move before a drag begins -->
    <doubleClickTime>200</doubleClickTime>
    <!-- in milliseconds (1000 = 1 second) -->
    <screenEdgeWarpTime>400</screenEdgeWarpTime>
    <!-- Time before changing desktops when the pointer touches the edge of the
    screen while moving a window, in milliseconds (1000 = 1 second).
    Set this to 0 to disable warping -->
    <context name="Frame">
    <mousebind button="A-Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="A-Left" action="Click">
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="A-Left" action="Drag">
    <action name="Move"/>
    </mousebind>
    <mousebind button="A-Right" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="A-Right" action="Drag">
    <action name="Resize"/>
    </mousebind>
    <mousebind button="A-Middle" action="Press">
    <action name="Lower"/>
    <action name="FocusToBottom"/>
    <action name="Unfocus"/>
    </mousebind>
    <mousebind button="A-Up" action="Click">
    <action name="DesktopPrevious"/>
    </mousebind>
    <mousebind button="A-Down" action="Click">
    <action name="DesktopNext"/>
    </mousebind>
    <mousebind button="C-A-Up" action="Click">
    <action name="DesktopPrevious"/>
    </mousebind>
    <mousebind button="C-A-Down" action="Click">
    <action name="DesktopNext"/>
    </mousebind>
    <mousebind button="A-S-Up" action="Click">
    <action name="SendToDesktopPrevious"/>
    </mousebind>
    <mousebind button="A-S-Down" action="Click">
    <action name="SendToDesktopNext"/>
    </mousebind>
    </context>
    <context name="Titlebar">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Left" action="Drag">
    <action name="Move"/>
    </mousebind>
    <mousebind button="Left" action="DoubleClick">
    <action name="ToggleMaximizeFull"/>
    </mousebind>
    <mousebind button="Middle" action="Press">
    <action name="Lower"/>
    <action name="FocusToBottom"/>
    <action name="Unfocus"/>
    </mousebind>
    <mousebind button="Up" action="Click">
    <action name="Shade"/>
    <action name="FocusToBottom"/>
    <action name="Unfocus"/>
    <action name="Lower"/>
    </mousebind>
    <mousebind button="Down" action="Click">
    <action name="Unshade"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Right" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="ShowMenu">
    <menu>client-menu</menu>
    </action>
    </mousebind>
    </context>
    <context name="Top">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="Left" action="Drag">
    <action name="Resize">
    <edge>top</edge>
    </action>
    </mousebind>
    </context>
    <context name="Left">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Left" action="Drag">
    <action name="Resize">
    <edge>left</edge>
    </action>
    </mousebind>
    </context>
    <context name="Right">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Left" action="Drag">
    <action name="Resize">
    <edge>right</edge>
    </action>
    </mousebind>
    </context>
    <context name="Bottom">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Left" action="Drag">
    <action name="Resize">
    <edge>bottom</edge>
    </action>
    </mousebind>
    <mousebind button="Middle" action="Press">
    <action name="Lower"/>
    <action name="FocusToBottom"/>
    <action name="Unfocus"/>
    </mousebind>
    <mousebind button="Right" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="ShowMenu">
    <menu>client-menu</menu>
    </action>
    </mousebind>
    </context>
    <context name="BLCorner">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Left" action="Drag">
    <action name="Resize"/>
    </mousebind>
    </context>
    <context name="BRCorner">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Left" action="Drag">
    <action name="Resize"/>
    </mousebind>
    </context>
    <context name="TLCorner">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="Left" action="Drag">
    <action name="Resize"/>
    </mousebind>
    </context>
    <context name="TRCorner">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="Left" action="Drag">
    <action name="Resize"/>
    </mousebind>
    </context>
    <context name="Client">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Middle" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Right" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    </context>
    <context name="Icon">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    <action name="ShowMenu">
    <menu>client-menu</menu>
    </action>
    </mousebind>
    <mousebind button="Right" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="ShowMenu">
    <menu>client-menu</menu>
    </action>
    </mousebind>
    </context>
    <context name="AllDesktops">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="Left" action="Click">
    <action name="ToggleOmnipresent"/>
    </mousebind>
    </context>
    <context name="Shade">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Left" action="Click">
    <action name="ToggleShade"/>
    </mousebind>
    </context>
    <context name="Iconify">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Left" action="Click">
    <action name="Iconify"/>
    </mousebind>
    </context>
    <context name="Maximize">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="Middle" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="Right" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="Left" action="Click">
    <action name="ToggleMaximizeFull"/>
    </mousebind>
    <mousebind button="Middle" action="Click">
    <action name="ToggleMaximizeVert"/>
    </mousebind>
    <mousebind button="Right" action="Click">
    <action name="ToggleMaximizeHorz"/>
    </mousebind>
    </context>
    <context name="Close">
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    <action name="Unshade"/>
    </mousebind>
    <mousebind button="Left" action="Click">
    <action name="Close"/>
    </mousebind>
    </context>
    <context name="Desktop">
    <mousebind button="Up" action="Click">
    <action name="DesktopPrevious"/>
    </mousebind>
    <mousebind button="Down" action="Click">
    <action name="DesktopNext"/>
    </mousebind>
    <mousebind button="A-Up" action="Click">
    <action name="DesktopPrevious"/>
    </mousebind>
    <mousebind button="A-Down" action="Click">
    <action name="DesktopNext"/>
    </mousebind>
    <mousebind button="C-A-Up" action="Click">
    <action name="DesktopPrevious"/>
    </mousebind>
    <mousebind button="C-A-Down" action="Click">
    <action name="DesktopNext"/>
    </mousebind>
    <mousebind button="Left" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    <mousebind button="Right" action="Press">
    <action name="Focus"/>
    <action name="Raise"/>
    </mousebind>
    </context>
    <context name="Root">
    <!-- Menus -->
    <mousebind button="Middle" action="Press">
    <action name="ShowMenu">
    <menu>client-list-combined-menu</menu>
    </action>
    </mousebind>
    <mousebind button="Right" action="Press">
    <action name="ShowMenu">
    <menu>root-menu</menu>
    </action>
    </mousebind>
    </context>
    <context name="MoveResize">
    <mousebind button="Up" action="Click">
    <action name="DesktopPrevious"/>
    </mousebind>
    <mousebind button="Down" action="Click">
    <action name="DesktopNext"/>
    </mousebind>
    <mousebind button="A-Up" action="Click">
    <action name="DesktopPrevious"/>
    </mousebind>
    <mousebind button="A-Down" action="Click">
    <action name="DesktopNext"/>
    </mousebind>
    </context>
    </mouse>
    <menu>
    <!-- You can specify more than one menu file in here and they are all loaded,
    just don't make menu ids clash or, well, it'll be kind of pointless -->
    <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
    <file>menu.xml</file>
    <hideDelay>200</hideDelay>
    <!-- if a press-release lasts longer than this setting (in milliseconds), the
    menu is hidden again -->
    <middle>no</middle>
    <!-- center submenus vertically about the parent entry -->
    <submenuShowDelay>100</submenuShowDelay>
    <!-- this one is easy, time to delay before showing a submenu after hovering
    over the parent entry -->
    <applicationIcons>yes</applicationIcons>
    <!-- controls if icons appear in the client-list-(combined-)menu -->
    <manageDesktops>yes</manageDesktops>
    <!-- show the manage desktops section in the client-list-(combined-)menu -->
    </menu>
    <applications>
    <application name="RootURxvt">
    <decor>no</decor>
    <focus>yes</focus>
    <position>
    <x>0</x>
    <y>0</y>
    </position>
    <desktop>all</desktop>
    <maximized>false</maximized>
    <skip_taskbar>true</skip_taskbar>
    <layer>below</layer>
    </application>
    </applications>
    </openbox_config>
    Finally I added this to the .config/openbox/autostart.sh:
    urxvt -name RootURxvt &
    and hoped that on restart I will have nice pseudo-transparent urxvt on the background...It worked for a while but after another fiddling with rc.xml and .Xdefaults and restarting X it simply stopped working and the "RootURxvt" simply looks like normal urxvt without decor. I browsed the forums, tried "xrdb -merge" and restaring X and looked on the .Xdefaults and rc.xml files million times but I can't find what's wrong.
    I could appreciate any help, I'm new to all this X resource stuff, maybe I just made some braindead mistake
    Thanks in advance!
    Last edited by martbab (2009-10-03 17:09:36)

    Well, I didn't consider it, because I thought that for my application (borderless urxvt terminal embedded in background below all other app windows) the pseudo-transparency aka. "Inherit Pixmap" function implemented in urxvt (I hope I got that right ) could be sufficient.
    I also thought that creating a new name "RootURxvt" in the class "URxvt" in the .Xdefaults file would allow me to have two types of urxvt terms running (terminal in the root window and normal "opaque" windowed terminals).
    the similar thing is in the post #12 of this thread http://bbs.archlinux.org/viewtopic.php?id=45382 but only with geometry settings.

  • Removing background shadow on transparent PNG image without losing shading on the object?

    I have a pillow bevel applied to a paint splatter brush image, and I'm having trouble with the shadows. I want to save this splatter as a transparent PNG. The problem is that a drop shadow effect is showing up when I save it this way. I think it's a "shading" setting rather than a true drop shadow, as there is no drop shadow set in the layer styles. The shadow does not appear when a white background is applied. It only shows when the background is transparent. I've tried reducing the shading opacity in the bevel dialogue, and this does get rid of the drop shadow....the problem is that it also removes the shading from the paint splatter, making the image look flat instead of raised. Can anyone help?  Thanks!

    Good point Curt. First time poster, so I wasn't sure how to include images in my original post. Here they are: 
    Above is the image saved WITH transparency. Obviously the shadows all around the blue make this unusable.
    Here is the exact same image...the only difference is that I saved it with a white background layer behind it in photoshop. As you can see, the shadow artifacts are gone, yet the splatter still maintains its correct shading to keep the raised effect.
    Both of these images are saved as png. Any suggestions?

Maybe you are looking for

  • Can I run Mavericks from an external hard drive while keeping Snow Leopard?

    Hi there, I have a Macbook 5.2 which runs ok with Snow Leopard but I was wondering if I should upgrade to Mavericks now. Because I'm not sure how the new operating system will run on my machine I thought I could install Mavericks on an external USB h

  • Copying Queries from one infoset to the other with variants

    Hello Gurus, I have two infosets (A & B) based on logical database PNPCE. Infoset A & B are exactly the same. Now, I want to copy the queries of infoset A to infoset B. I am unable to copy the queries with variants. And I am getting following message

  • How to configure selection variant on KO8G

    Hi Gurus, I need to do collective settlement on my work orders. and the requirement is to settle it through tcode KO8G but the problem is they settle per plant. how can i configure it in such a way that the settlement is on a per plant basis? Thank y

  • Upgrading from 7 to 9 and server monitor

    We just upgraded from cf7 to cf9 and are getting a message in the server monitor that is is unavailable in this version. Our server is Windows 2003 and IIS6 with the standard edition. It appears to be the issue covered by this tech note http://kb2.ad

  • My sons iPad will not switch on, any suggestions?

    My sons iPad will not switch on we have had it charge for several hours with no luck