Idiotic Basic Question - making a circle with transparent bg driving me nuts!

OK, disclaimer - I have been using an old version of elements and just upgraded to Photoshop CS5 Extended.  All I want to do is:
1)  Create a circle for a logo.
2)  Add text and drop shadow.
3)  Make bg transparent.
Why am I getting the white line around the circle?  (The circle will be the logo.  Right now it is a 240 x 240 gif that is floated on top of the header using CSS).
Thanks,
Gary

In addition to Noel's advice, there is no need to rasterize the shape layer
to change the color, just double click on the solid fill color to change the color
of your circle. Also move your shape layer above the white layer and turn off the
visibility or delete the white background layer before saving as a png-24.
You might also try Image>Trim to crop the circle. Pick transparent pixels in
Image>Trim dialog.
MTSTUNER
Message was edited by: MTSTUNER

Similar Messages

  • Basic question, duplicating a circle with javascript

    Hello. I'm trying to build something like a bullseye using javascript. I'm new to scripting for Illustrator but I've used javascript before so I thought it would be simple, but maybe I'm missing some basic notions here.
    I'm using Illustrator CS6. I created a blank document and drew a circle with a 1pt black stroke and no fill. Selecting that circle, I my script to copy and paste it in front and increase its radius by one centimeter. I attempted a simple duplication first:
    if ( app.documents.length > 0 ) {
        var numberOfItems = 3;
        var selectedItem = app.activeDocument.selection;
        for (i=0; i < numberOfItems; i++) {
             newItem = selectedItem.duplicate();
    With my circle selected I get an error message saying "Error 24: selectedItem.duplicate() is not a function". What am I doing wrong?
    Thank you in advance.

    if ( app.documents.length > 0 ) {
        var numberOfItems = 3;
        var selectedItem = app.activeDocument.selection;
        for (i=0; i < numberOfItems; i++) {
            newItem = selectedItem[i].duplicate();
    maguskrool wrote:
    Thanks. I got an error using this option, though, not sure why but it says the last item (in this case, selectedItem[i] when i = 2) is undefined.
    Your script says:
    When (min) one document is open --> say numberOfItems = 3        //the counter is 3 --> min three or more items should be selected by yourself
    selectedItem --> is the array of all selected items in document
    then go for counter = 0 to counter < numberOfItems (means 3-1) -->
    counter 0 = loop 1 --> duplicate this (item 1 of 3 selected) item
    counter 1 = loop 2 --> duplicate this (item 2 of 3 selected) item   //when only 1 item is selected by yourself --> result is undefined
    counter 2 = loop 3 --> duplicate this (item 3 of 3 selected) item   //when only 2 items are selected by yourself --> result is undefined
    It's equal, how many items are selected by user - but min you have defined here --> var numberOfItems = 3; 
    You need in this example a selection of three items (better: three selected items)

  • Basic questions from techie thicko with 'new' G4

    I've looked but can't find the answers to these basic questions.
    My new (reconditioned) computer as below came with just the operating systems and something called 'Cloner' plus some Utilities.
    A) What is the best way to switch between OSX and Classic?
    (It defaults to X on start-up and I can get to X from Classic by re-starting pressing 'x'. If that's the right way to do it, what is the approved way of getting into Classic?)
    B) I'm not sure (after reading about it!) what I can do with Cloner and how.
    C) I have AppleWorks on OS9. Can I update this for OSX? Failing this, is there a Software Download that will give me a basic DTP facility until I can afford to buy an advanced programme? I also have Pagemaker 7 in Classic.
    D) I have been transferring stuff to Classic from my iMac DV 9.2.2 with my card reader and this seems to work well. Anything to watch out for?
    There's more but I can't impose on members' kindness too much!
    For future reference, is it possible to post pictures on these boards and if so how please? I have Photoshop and hosting sites.
    Sorry to be a pain but I really am an idiot about techie stuff.
    Thanks for any help.

    I'm not sure what Cloner does. It sounds as if it may clone the hard drive, a bit like Carbon Copy Cloner:
    http://www.bombich.com/software/ccc.html
    I'm wondering whether it was just used to put the operating systems and utilites onto the drive in the first place when they reconditioned the computer. Perhaps they use a 'master' drive and just clone it to the drives in the computers they're reconditioning, rather than installing everything separately and repeatedly.
    I think version 6 of AppleWorks runs under both OS 9 and OS X natively. If you have an earlier version, I'm not sure whether it's a free downloadable upgrade or whether you have to pay for it.
    I'm sure the card reader works fine, although you could network the two computers together with an ethernet cable and create a small network. With two computers you just need a crossover cable to create a crossover network:
    http://docs.info.apple.com/article.html?artnum=106658
    If you're thinking of keeping your iMac, that may be a better long term solution. You could then use the iMac as your OS 9 machine and the PowerMac as your OS X machine if you wanted to.

  • Basic Questions on BOBJ inrelation with BI

    Hi,
    I am working in SAP BI 2004s. I have few basic questions on BOBJ.
    1. What is Rapid Mart? Is it an ETL tool? If so is it set to replace existing BI extractors from ECC (R3)?
    2. when data is extracted thru Bussiness Obejcts rapid mart where the data will be stored? BI Info Cubes? or any data ware house tables?.
    3. If stored in BI InfoCubes, should universe to be created for the cubes? if so, each dimesnion will be treated like a table to create joins?
    4. Can I automate the result of WebI downloaded to excel to Excelcius Dashboard with any manual steps involved? in otherwords Xcelcius shows the chart or dashboard out of the WebI query result.
    ( I am trying to see how all these products work. In 2004s I use WAD and call individual queries to generate a dashboard)
    Thanks,
    Alex.

    Hi,
    1. What is Rapid Mart? Is it an ETL tool? If so is it set to replace existing BI extractors from ECC (R3)?
    A Rapid MArt is a pre-designed set of database schemas, universes and reports from BusinessObjects. Available for SAP ERP as well. Details can be found here : http://www.sap.com/solutions/sapbusinessobjects/large/intelligenceplatform/im/data-integration/rapidmarts/index.epx
    2. when data is extracted thru Bussiness Obejcts rapid mart where the data will be stored? BI Info Cubes? or any data ware house tables?.
    When it is a Rapid Mart then it is a relational database but the tool - Data Services - can also load to other targets like BW.
    3. If stored in BI InfoCubes, should universe to be created for the cubes? if so, each dimesnion will be treated like a table to create joins?
    You can create multi dimensional universes and relational universes on top of BW. Depends on your goal really.
    4. Can I automate the result of WebI downloaded to excel to Excelcius Dashboard with any manual steps involved? in otherwords Xcelcius shows the chart or dashboard out of the WebI query result.
    ( I am trying to see how all these products work. In 2004s I use WAD and call individual queries to generate a dashboard)
    Yes - possible.
    perhaps you can provide  a little bit more on what you trying to achieve and then I can point you to more specific information.
    ingo

  • Making custom icons with transparency, and Cover View mode

    I tried making a new icon for a folder, and transparency doesn't seem to be treated the same in Leopard as it was in Tiger.
    Trying to get an object to float onscreen, without a square white background, I tried pasting the following onto the folder's icon at the top of a Get Info window:
    1. one layer of a .psd file
    2. the image Saved For Web in Photoshop (as a GIF), open in Photoshop
    3. the same image saved as a .png, opened in Photoshop
    4. a Photoshop EPS with a clipping path, opened in Photoshop
    5. the GIF file opened in Preview
    6. the .png file opened in Preview
    the results:
    1. the transparency surrounding the object comes out as white
    2. a speckled, purple image with a white background
    3. the same as 2
    4. the same as 1
    5 and 6: the transparency seems to work: the icon on the
    Get Info window loses its white background and the icon floats correctly on the Desktop. But in Cover Flow viewing mode, it completely disappears.
    What am I missing? By the way, the icons for the image files, in Cover Flow, show the white background for the .psd and .png files, but not for the .gif, where the transparency shows correctly. The .gif's icon seems to show the image with a white background in List and Icon view, but only the generic GIF icon in Column view. This all seems strange to me.

    I think you probably discovered the Cover Flow Bug. See this thread and the older one referenced in it as well:
    http://discussions.apple.com/thread.jspa?messageID=6846850
    As for the rest, well, at least you can copy something with a transparency out of Preview and paste it as an icon. Preview and Photoshop seem to me to not play well together with transparencies. I've gotten some VERY strange looking things, going back and forth between them with pngs and tiffs. Don't use gifs, or eps files, but I did notice that Finder does a rotten job coping with Photoshop's alpha channel (especially weird since once upon a time it worked fine, ditto for being able to show thumbs for eps files).
    Francine
    Francine
    Schwieder

  • Making an animation with transparent background.

    Hi everyone,
    I want to make my animation have a transparent background
    instead of a blank background so that it can blend with my
    presentation. Is it possible to create the movie like this?
    Ted.

    I haven't dealt with placing Flash content into a powerpoint file, so I don't know if the usual approach used in web pages is possible.  Normally, in a web page you just specify the parameter wmode="transparent".  Do you have any ability to set parameters for the swf when you place it in the powerpoint file?

  • Basic Questions on Getting Started with MDK

    What I discover at this point is that I can't see any sign of the MDK in Eclipse. There is an article that talks about installing the MDK, but what it really talks about is installing the client engine. For the process, you need a live SAP Web Server to talk to-- i.e., a backend.
    I don't see any samples that were downloaded with the MDK. It just consists of a set of plugin jar files for Eclipse. No samples whatsoever.
    I'm not sure where to go from here. A contact at SAP would be helpful to help me figure out what it is I need to look at.
    One thing I have found out: The SAP Mobile Infrastructure (MI), which is what I am looking at, is for developing either thin client applications using JSP or fat client Java programs, both of which rely on a local run-time engine that talks to a real SAP backend. It would be impossible to do any development or even run a pre-built application without having a backend to talk to.
    We do not have SAP installed, so we need some help with connecting to a backend system and getting the MDK properly installed. Thanks.

    Hi Brent,
    First of all, thanks for checking out the MDK.
    If you want to use the MDK, you can install the SAP NetWeaver Developer Studio (NWDS). You can see the MDK in the Help menu item. From there, you will be able to navigate the MDK documentation.
    I strongly suggest you to use NWDS instead of Eclipse. MDK is a set of documentation, tutorials and examples; together with a plug-in for the IDE to develop MI-based mobile application.
    Mobile Infrastructure comprises of a client and server components. The MI Client component runs on the mobile device while the MI Server Component runs on the "middleware" server (ie: the SAP Web Application Server). Starting SAP NetWeaver 2004, the MI 2.5 Server component ships with the SAP WebAS 6.40. You will need a backend server (eg: R/3, ERP2004, etc.) to get the business data as well.
    You can check out the MI online documentation for more information:
    http://help.sap.com/saphelp_nw04/helpdata/en/a7/893a5889e08b41b615688b1a93b559/frameset.htm
    Hope that helps.
    Peter Ng

  • Basic question: will email sync with icloud?

    will my email sync?
    I don't understand what it means when it tell me that when you switch to icloud your mail accounts won't sync.  Please explain?

    Yes it will Linda,
         When .mac/mobile Me gets moved (when you make the choice to do so) to the new iCloud servers, your mail will be as you expect.
         Mobile Me & .Mac used to synch mail 'account info' and/or mail 'rules' but it never synched the actual e-Mail itself. These two settings now are not explicitly backed up to iCloud like they used to be.
         You lose no mail or accounts, but you do not have the ability to re-synch a new Mac or a re-built Mac on the same account on the way that you used to be able to do. However, you probably will never need to because iCloud is now the master computer for mail operations—so to speak. And when you register a new computer or iDevice on iCloud mail will come along with it if you so choose.
    -Alan

  • Basic question, making me go bald

    I am trying to get some buttons to communicate with some movie clips. Specifically, I want button 1 to tell movie clip 1 to move, button 2 to tell movie clip 2 to move, etc. If I hard-code it, I have no problems. But this is, as a friend used to say, an inelegant solution.
    Here's the code as it stands.
    If I test the movie, ALL the clips move in at once. I have been searching online forums and have found nothing.
    Could I please ask for some help?
    Thanks!
    import flash.events.MouseEvent;
    import fl.transitions.Tween;
    import fl.transitions.easing.*;
    import fl.transitions.TweenEvent;
    var btnArray:Array=[button1_btn, button2_btn, button3_btn, button4_btn];
    var mcArray:Array=[art1_mc, art2_mc, art3_mc, art4_mc];
    for(var j:int=0; j < btnArray.length; j++)
        btnArray[j].addEventListener(MouseEvent.CLICK, shiftImage);
        function shiftImage(event:MouseEvent):void
                for (var k:int=0; k < mcArray.length; k++ in mcArray)
                var shiftThing:Tween=new Tween(mcArray[k], "x", Elastic.easeOut, 550, 160, 1, true);

    Here's one way to do it... assuming you do not want to move all of the movieclips like your code was trying to do.  You do not want to bury the function in a loop.
    import fl.transitions.Tween;
    import fl.transitions.easing.*;
    import fl.transitions.TweenEvent;
    var btnArray:Array=[button1_btn, button2_btn, button3_btn, button4_btn];
    var mcArray:Array=[art1_mc, art2_mc, art3_mc, art4_mc];
    function shiftImage(event:MouseEvent):void
    var mc:MovieClip = mcArray[btnArray.indexOf(event.currentTarget)];
    var shiftThing:Tween=new Tween(mc, "x", Elastic.easeOut, 550, 160, 1, true);
    for(var j:int=0; j < btnArray.length; j++)
        btnArray[j].addEventListener(MouseEvent.CLICK, shiftImage);

  • Tabular Form With Dates Is Driving Me Nuts!

    Hello,
    Still new to the world of APEX/HTML-DB, and I'm pulling my hair out with something right now.
    I have a tabular form that is updating a table. I'm pre-populating the date field with a default value of SYSDATE and it's 'Display as Text (Saves State'. It shows fine, but when I submit to the database all the other fields are input EXCEPT my date field which is always blank! The field in the database is set to NOT NULL, and it doesn't give me an error. Where is my date going!?
    The second problem I have is that SYSDATE is in GMT, and I need CST. How can I convert that? I used the to_char(current_date, 'DD-MM-YYYY HH24:MI') but it always gives me an error.
    Any help would be most appreciated, as this is the last thing I need to do to get my simple app up and running.

    Here is an example of my trigger...
    create or replace TRIGGER "bu_MY_ORDER_TABLE"
    before update on "MY_ORDER_TABLE"
    for each row
    begin
    :new.order_date := :old.order_date;
    end;
    -- order_date is a TIMESTAMP(6) set to default of sysdate at table level.
    :>) It works great for me... Bill

  • I don't think that error 213:11 is a new question .... but it's driving me nuts

    Why can Adobe errrrgh Roxio ... send out Elements 11 when it doesn't work!
    Nige

    XP-Pro:   Well, it's solved. 1) Folder SLStore was hidden.  2) Made it unhidden and yes it was read only.  3) Still didn't work.  4) re-booted system and relaunched PSE_11 .... Error 213:11 still occurred. 5) Went back into SLStore to find it had reverted to read only.   6) Uninstalled PSE_11.  7) Used AVG to scour the computer.  8) Rebooted.  9) Re-installed PSE_11. 10) Checked SLStore to find that is was read only.  ..... (x 3) .... 31) Unchecked the read only attribute .... Now this time I clicked on Organiser and was able to get half-way in till it told me that nothing existed and crashed out.   Clicked on Photo Editor and we were in!!!!!   Exited Photo-Editor and went back to Organizer and it worked!    Checked SLStore and it was read only .... so left it read only. Wierd!
    I believe that self-loading auto software should be intuitive. This problem was solved by the community stating that SLStore folder was causing the problem.  I couldn't find it because it was a hidden folder (Why? when it appears to be essential to the first start up?   And there also seems to be an exact startup sequence which is missing from the screen instructions etc.) ...... To have to go find something essential and then switch it on is time consuming and sodding frustrating. 
    OK, so now I've got PSE_11 working and I'm now happy ... Phewwww!
    Nige

  • HT1311 I know this is a basic question, however, how do i change my pass word on itunes to stop my kids from automatically buying tunes from the I store... as my card details are already saved they just log in with their ipods and download via my account

    I know this is a basic question, however, how do i change my pass word on itunes to stop my kids from automatically buying tunes from the I store... as my card details are already saved they just log in with their ipods and download via my account

    http://support.apple.com/kb/HE36
    Regards.

  • Basic questions with respect to ABAP WebDynpro Application

    Hi All,
    I have two basic questions with respect to an ABAP WebDynpro application :
    a) If an ABAP WebDynpro application has been developed, how could it be made available to the end user?
    b) Can an ABAP WebDynpro application be developed in ECC or is it only applicable for version 4.6c?
    Thanks & Regards,
    Sushanth Hulkod

    Sushanth Hulkod wrote:
    > a) If an ABAP WebDynpro application has been developed, how could it be made available to the end user?
    >
    > b) Can an ABAP WebDynpro application be developed in ECC or is it only applicable for version 4.6c?
    a) If an ABAP WebDynpro application has been developed, how could it be made available to the end user?
    Answer - By providing direct link of the WD application created in SE80, creating iView for webdynpro abap application in the portal environment and  NWBC environment
    b) Can an ABAP WebDynpro application be developed in ECC or is it only applicable for version 4.6c?
    Answer - Yes it can be developed in ECC. Webdynpro ABAP is introduced in NW 2004s (SAP NetWeaver 7.0 or ECC 6.0)
    Thanks,
    Chandra

  • Possibly a very basic question but I have set up a spread sheet in Numbers and have viewed help videos but I can't get it to give me sums for the columns I highlight.  Keeps coming up with the figure zero.  I have version 09 2.3(554). Can anyone help

    Possibly a very basic question but I am going nowhere without a solution.  I have set up a spreadsheet in Numbers but it won't give me sums for chosen columns. I  have viewed the run through videos and used the formula but nothing happens apart from giving a figure of zero or a red arrow.  The sum icon in the bottom left hand section of the window does not highlight or show any total as I understand from the video that you can drag whatever total is here onto the relevent position on your spreadsheet.  I have Numbers 09 version 2.3 (554). Can anyone advise. Thanks.

    Hi Sohojools,
    To sum a column, use a formula such as this one in Cell A6
    Type this in a cell below your data:
    =SUM(A2:A4) or whatever range of cells you want to sum. The easy way is to type:
    =SUM(
    and then drag or shift-click to select the range of cells. Close the formula with a final bracket ")".
    The sum icon in the bottom left hand section of the window does not highlight or show any total
    To see the sum (and other simple statistics) in the bottom left, select a range of cells. That tells Numbers which cells you are refering to.
    The videos are good, but the Numbers'09 User guide, and the Formulas and Functions User Guide are better. Download them from the Help Menu in Numbers.
    Regards,
    Ian.

  • This is probably a stupid question, but what does the red circle with a number in it mean on iCal? It looks just like the emails notification. I do not have anything do or up in my cal.

    This is probably a stupid question, but what does the red circle with a number in it mean on iCal? It looks just like the emails notification. I do not have anything do or up in my cal.

    Actually, another person on the "more like this" had the right answer. It meant I had a notification for an invite that I needed to respond to.
    Hope this helps you as much as it helped me.
    D

Maybe you are looking for