Getting back old menu text style

How to get old way of Firefox drawing the menus? New way even with hardware accelerator is turned off looks really blurry and hurts my eyes. I dont understand why ruined something that's not broken? Why couldn't they just keep the menu way it was.

Let me start off with some reference notes. First, I
primarily use Photoshop CS4 for all my graphics creation and photo
editing. Second, as for Fireworks, I currently have the CS4 version
of that software as well. I mention this simple for work flow and
possible order of operation errors. When I first created my
original template for the text graphic in the spry menu, I used PS
CS4 and saved the master file as .psd . This goes to my point of
order of operation (and a bit to not wanting to be warned again
about not following instruction or disrespect for your help.) I
then opened the master .psd file and followed your instruction
using that file and ending by saving as a .gif file. Although much
of Fireworks features appear similar to that of PS, I'm much more
comfortable with Photoshop, not to mention we may have slight
version difference that may contribute to me making an error. And
much slower to figure out how to replicate the menu image in
Fireworks due to my lack of familiarity.
Another interesting note, I found the .png-24 in Photoshop
CS4 gave the best results. But, I'm concerned about "provide
greater cross-browser compatibility" as you have pointed out. So,
that is why I started playing around with image formats.
Results:
Ok, with that being typed, I uploaded the results based on my
comments and your instructions.
http://www.sourcelake.ca/test9/
Thank you,
Falofal

Similar Messages

  • How can I get back old issues from my TIME app?

    Hi, I hope someone can help me.  I've been trying to get help for a month now.  I had purchased several issues from TIME app but when I just got my ipad 2, I couldn't get the issues back.  I used the same ID and password.  I decided to try buying a new issue and when I did, I had an email from itunes warning me that it was not my usual ID.  I am very confused.  I wrote to TIME and they say I should contact itunes.  I have spent hours trying to contact itunes for help.  They seem uncontactable.  Can someone please tell me if I can somehow get my old issues back?
    Karen

    If they were not backed up or part of photostream, then no, you cannot.

  • Get back old Photo Booth effects?

    Is there anyway to change the given effects in Photo Booth and get some old ones back? Or do I just downgrade PB in general?

    If you are not running Lion, you probably won't have these new effects. Lion comes with some cool new features like full screen Photo Booth, or new Photo Booth effects. If the person who posted the pic was your friend or family member, just ask them how they got those effects.

  • How can i get back a deleted text message

    how can i get back a very important text message i deleted by mistake.my phone is iphone 3g
    thank you

    I'm going to post what I found via Google. As I understand, it works for some, not for others, so I'm not vouching for this, so do it at your own risk:
    FACT: SMS messages remain on the iPhone after deletion. When “deleted” on the iPhone, they are technically hidden and marked for deletion. Text messages are then deleted only after sync with iTunes.
    In order to recover a deleted text message or messages, run through the following 4 easy steps:
    STEP 1:
    Make sure iTunes doesn’t automatically sync with iPhone when connected.
    STEP 2:
    Connect your iPhone to iTunes and Back up by selecting Preferences > Backup from iTunes, or right-click on your iPhone and choose back up.
    STEP 3:
    Restore your iPhone by selecting Restore under Preferences. Note that restoring the iPhone will restore the previous iPhone firmware. Your iPhone will be completely erased after the new firmware is installed. So make sure your back up is good!
    STEP 4:
    The final step will be to restore your iPhone from the back up you created on step 2. This will allow you to restore any data you have backed up, including the “deleted” text messages.
    That’s it!
    It’s important to distinguish between iPhone data restore and iPhone firmware restore.
    iPhone data restore allows you to restore data you have already backup on iTunes. This is your photos, video, text messages…etc.
    iPhone firmware restore is pretty much like a restore to factory switch. This will restore your iPhone to the previous firmware or system and no user data. This option is often recommended if your suspect that your iPhone OS or iOS is unstable.

  • HT3529 how do i get back my deleted texts? i did not back up my phone before i deleted it.

    how can i get back dleted text messages?

    If you have no backup that included those text, then I'm sorry those text are gone and there no way of getting it back.

  • How can i get back my deleted text messages?

    I am trying to get back my text messages that my iphone 4 randomly deleted

    Are you on iOS 7? Because if so I too had the same problem. What I did was go into my messages and I went to create a new message. Then in the field that says "To", type the person/contacts name and then go into the message box. After that all of your deleted messages should reappear.

  • How can i get back old text messages? from the iphone 4s

    i need to retrive old text messages that were deleted off of my iphone but i dont know how to get them back? any help please!! let me know. thank you!

    Only way is to restore from your backup, if that backup included those text http://support.apple.com/kb/HT1766

  • Getting back old texts

    I broke my phone about 2 weeks ago and got a new one today. Is there any way to recover the texts/calls I received in those 2 weeks?

    Sorry, no.

  • How to get back old windows view on photoshop cc?

    Hey all,
    It seems like somebody else must have asked this question at some point... but here it is again, because I can't find the answer! The old PS windows view was exactly what I needed. (the option for one or multiple views of the same file in different non-floating windows, located in the center menu bar. Mine is in 5.1.) It isn't there in PS CC (in the default view or any other that I can find, anyway.) I really need to have this so that I can display and compare several slightly different working versions of the same file side by side, one on top of the other, etc. This is also the easiest and most straightforward way to easily drag content from one comp to another, IMHO, but that's not the biggest issue. Being forced to work with floating windows as the only option is just not something I'm willing to do. It's almost getting to the point where this is the biggest single issue that would keep me from moving to CC.
    Is there any way of bringing back this old windows view option? It's hard to believe that there wouldn't be-- I can't be the only one who needs this for the best workflow-- but who knows... All thoughts and info appreciated.

    Look under Window>Arrange.
    The Application Bar was removed starting in cs6, but all the same stuff should be under Window>Arrange

  • How do i get back my bold text

    How do I get a bolder text on the home screen time and in the setting menu?  As far as I can tell this damned iOS7 is washed out and very hard to read.  I HATE IT!

    Eithe ropen a bunch of files or post in the Pages forum area where those experts abode.
    https://discussions.apple.com/community/iwork/pages
    This is the MacBook Pro hardware forum.

  • Get back old values into Form Building Application

    I have a database trigger that raised an error message when a record is no allowed to change/update. I would like to know how I go back to the old values and reflect these into my application.
    I use Oracle Forms Building Version 9.0.2.10.1 (Production) under Window XP system. Below is the database trigger code:
    CREATE OR REPLACE TRIGGER "DBDSCHM".AAPT_REVIEWS_BUR
    BEFORE UPDATE ON AAPT_REVIEWS
    REFERENCING OLD AS OLD NEW AS NEW
    FOR EACH ROW
    DECLARE
    Aaap_approved          EXCEPTION;
    BEGIN
    IF (Aapfn_List_Items_Desc(:OLD.AREV_STATUS) = 'APPROVED' AND
    :OLD.AREV_CREATED_BY = 'AAPTRF' AND
                   :OLD.AREV_MODIFIED_BY = 'AAPTRF') THEN
    RAISE Aaap_approved;
    END IF;
    EXCEPTION
    WHEN Aaap_approved     THEN                                                            RAISE_APPLICATION_ERROR(40509,'This Review cannot be modified. '||
         'AAP Approved prior to Conversion');
    END aapt_review_bur;
    SHOW ERROR

    Thanks John, but the proposed of this trigger is to prevent any user to update the records that were loader prior to the Data Loader. That is the reason that this trigger has a condition to compare the old value with the new value. Please, see the syntaxes below:
    CREATE OR REPLACE TRIGGER "DBDSCHM".AAPT_REVIEWS_BUR
    BEFORE UPDATE ON AAPT_REVIEWS
    REFERENCING OLD AS OLD NEW AS NEW
    FOR EACH ROW
    /* This trigger prevents to modify any AAP review */
    /* that was already approved PRIOR TO THE Conversion.*/
    BEGIN
    IF (Aapfn_List_Items_Desc(:OLD.AREV_STATUS) = 'APPROVED' AND
    (:OLD.AREV_CREATED_BY = 'AAPTRF') AND (:OLD.AREV_MODIFIED_BY = 'AAPTRF')) THEN
    RAISE_APPLICATION_ERROR(-20090,'This Review cannot be modified. AAP Approved prior to Conversion');
    END IF;
    END aapt_review_bur;
    What I really want is that when the above trigger fire and the user receive the raise application message meaning that the user could not updated the record. But the wrong value still show on the form and it will keep getting this error until you put back the previous value. What I really want is to be able to raise the application error and to show back any values that were tried to modify.

  • How do I get back old emails that were lost when I changed my email address?

    I changed email providers. I have the new account set up. I then went to Tools/Account Settings/Account Actions. I then removed the old account (assuming that it would stay in my inbox and just not try to send or receive) and all of the old incoming and sent emails that I had been saving under that account in my inbox and sent files folders disappeared. How do I get them back?

    Which program do you use for email: Thunderbird? Outlook Express? Other?
    As you may know, you can set up accounts using two different protocols: POP3 and IMAP. With POP3, you actually download copies of all mail and Sent messages are stored locally. Removing your account should be no problem. With IMAP, you are viewing a mirror of your mail which really lives on the server. Removing an IMAP account might remove the folders, although I can't recall ever trying it.

  • Getting back old themes in Keynote 13

    I upgraded to the new Keynote, and while I like some of the new Apple themes, I'm missing a few that they decided to get rid of. Specifcally, I used the "Imagine" and "Story" themes all the time (I teach), and now they're gone??
    Is there any way to get them back?
    I use keynote every single day, and I think this might be one of the biggest Apple changes I've ever had to get used to (and I've been using Macs for 20+ years)!

    If you upgraded from iWork '09, you should still have a copy of Keynote 5.x in your Applications folder.  It is probably in an iWork '09 folder now.  Anyways, if you still have it then you should be able to create documents using those two themes.  Once you do that, you can then open them in Keynote 6 and go to "Save Theme…" in the File menu.  Then you will be asked if you want add it to your theme chooser.  After adding it, you will now see a My Themes tab in the theme chooser in Keynote 6.  Hope that helps.

  • Is it possible to get back old music and videos i've bought through the store? I'm on a different computer

    I'm on a new computer and i have bought a movie and alot of music but i'm on a new computer is there anyway i can get my music from my account? Even if i'm not on that computer anymore? I'm a little annoyed since i used some of my own money to buy a whole lot of that music.. Someone told me i can connect me ipod to the itunes and the music will go over to it but it wont show my video b/c i'm old school and have the old ipod...

    Go to the iTunes Store, log into your account, and click the Purchases link under the Quick Links. From there you should be able to re-download some or all of your purchased content. Note that not all content has been licensed for re-downloading in all countries at this time; you can see what content you can download here:
    http://support.apple.com/kb/HT5085
    You can also do this from an iOS device.
    For more information, see:
    http://support.apple.com/kb/ht2519
    Or you can just copy the content over from your old computer, or restore from your backup.
    Regards.

  • Getting back old calendar enteries

    I did not know my options were set that it only stored for so many days. I have changed it to keep them forever now, but I want my old enteries back in my calendar????? HELP PLEASE!

    Hey kellyarps,
    Welcome to the BlackBerry Support Community Forums.
    Do you synchronize your calendar with Outlook?  You can perform a synchronization with all calendar entries to re-add these entries.
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

Maybe you are looking for

  • Support for Canon 50D in Lightroom 1.4

    I have a new Canon 50D and I am wondering if there is any way to view photos from it in Lightroom 1.4 without having to just upgrade to Lightroom 2.o thanks

  • Function module to Delimit the roles assigned to the user

    Hi All, I am working on security role automation process abap report.My requirement is to delimit the roles assigned to the user on account of employee termination or retirement. I have used the function module "BAPI_USER_ACTGROUPS_ASSIGN"  to delimi

  • Calling method validator from EO to another EO

    Hi, I am usning JDEV 11.1.16.0 I have two EOs Person and PersonJob there is an association created PersonEOTOPersonJob In my PersonJobEO I have a method validator which calls a method in my PersonJobEOImpl.java where i am doing some validation. Now t

  • Cannot download updates in SCCM after SP1 Updrade

    Hi all, I have upgraded my SCCM 2012 RTM to SP1 last week and since then I cannot download updates. It gives the error message "Error: Failed to download content id 16779439. Error: Access is denied I have tried reinstalling WSUS onto the server whic

  • ESS Pasylip Format

    Hi, Payslip in ESS is coming correct with all the numeric values and their formats. But when I print the pdf payslip, it gets printed in landscape, immaterial of whether I choose portrait or landscape. We need to print the pdf payslip in portrait as