Trying to save a png for web, and trnsparency is not working, i have never had this problem before

I am trying to save for web, a png with a transparent background, and even though I clicked the transparency check box, it is still producing an image with a white background, when exporting the png the transparency works fine, so I know it has nothing to do with the layers. Help!

b,
I believe it is time for the list. Hopefully, it is one of the easy ones at the top; 5) is probably irrelevant for this case.
The following is a general list of things you may try when the issue is not in a specific file, and when it is not caused by issues with opening a file from external media, see below. You may have tried/done some of them already; 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
If possible/applicable, you should save current artwork first, of course.
1) Close down Illy and open again;
2) Restart the computer (you may do that up to at least 5 times);
3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
Even more seriously, you may:
6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
http://www.adobe.com/support/contact/cscleanertool.html
External media: It is always recommended here to open/save from/to own hard disk, and to copy from/to networks and removable media. You may be lucky (for a while), but the chances of file corruption and other unpleasantnesses are immensely greater when you use anything but the harddisk, and it is better to be safe than sorry.
In addition to the (far greater) risk of file corruption, some issues are mentioned here:
http://helpx.adobe.com/illustrator/kb/illustrator-support-networks-removable-media.html

Similar Messages

Maybe you are looking for

  • Laserjet p1102w- can't open HP software for ePrinting

    I just bought the P1102w & had no trouble connecting it to my IMac (running OS 10.8.5) and using that connection for printing. However, when I tried to get the ePrint software from HP, problems arose. I received HP_P1100_P1560_P1600_FW_Update but whe

  • TRansfer of data from old to new Iphone

    got an new iphone 5s and on the itune backup wrongly selected backup as a new phone instead of restore backup from old phone, so cannot transfer anything from old phone to new, can anyone help?? thank you

  • How to connect to oracle10 server?

    After I installed oracle10g on redhat9(RHSA3),I found I can't connect it by another computer which installed oracle817 on redhat8.The lsnrctl and database server were all installed and start normally,but the error code display ORA-03134.What's wrong

  • Strange thing noticed with a view and group by

    Hi all, Could anybody please tell me what could be the problem if you have come across it ever. I am using a view which is fetching 4 million rows from another db thru a dblink. In the view query this data is joined with two other small temporary tab

  • How to use array of Point Class

    I use Point class as array. I already create that. However I can't access to setLocation. Ex. Point myPoint[] = new Point[10]; myPoint[0].setLocation(10, 2); It has a error. Please Explain me.