
March 29th, 2012, 11:23 PM
|
 |
Code Monkey V. 0.9
|
|
Join Date: Mar 2005
Location: A Land Down Under
|
|
Quote: | Originally Posted by naynay447 Fireworks (or fireworx...not sure how they spell it), or telerik is all I know of that is really, really GOOD. jQuery UI is FREE, tho!!!!!! | It is Fireworks.  That's what I mainly use for image manipulation. It doesn't really make a difference which program you use, the quality of the output depends on how good the fonts are and what compression level you set (for JPEG images at least). with GIF and PNG you can make them higher or lower bit rates and that also affects file size and quality. Some images just have to be saved as a higher file size to get a quality that you are happy with.
If you want to have active/not active states set up on the buttons it's easy to do, and doesn't need any sort of JavsScript. Set up the CSS for that element to display a background of one image when it's active, and anther image when it's not active. If you want to get really tricky you can combine both images into a sprite and have CSS move the background position for the image depending on it's state. There's a lot of different ways of doing it.
|