Forum Moderators: not2easy
What I do when I don't want lettering in an image to appear blured is create it in a vector drawing program, take a screenshot and then import it into my favourite graphics program (it may be it a bit long winded but it works for me.)
Thanks.
I've tried using a vector program [Corel Draw 8] to make text and port it over into Corel Photoshop to make the GIF, as suggested by Chuma, but the results aren't good. I've been using Copperplate Gothic because I like that there are no descenders. [Lower case is a smaller version of upper case.] I've also tried Verdana with similar results.
Can you folks point a newbie to a tutorial that would help me get a jump start on this? [I want to avoid Photoshop, because it's so powerful that I feel I'd spend most of my effort on the learning curve.]
I've recently said the hell with gif fonts for rollovers and I've been using css styled html rollovers. Why keep forcing gifs to do that what they cannot do? Html fonts look clean, and my clients are digging them.
Screen fonts, like atomica uses on the top menu bar, are only non-aliased system fonts like Arial or Verdana. Nothing super fancy there. Can be replicated creating the fonts at 10pt with aliasing turned off or a screen capture front FP or DW. Then again, using the same fonts you can specify absolute pixel size using css (martinibuster's suggestion) and avoid the hassle all together.
Also forgot to mention that when using the css styled fonts (p= verdana 10 pixels, etc.), you can avoid using JavaScript for the rollovers altogether by using CSS. Thus increasing the download speed.
That said, there's also something to be said for a well done JS rollover when working with images.