There are some methods you can create buttons. Just to explaine: Php doesn't have such antialiasing functions because it isn't a imagecreate program. So, you have to make a work-around. My suggestions:
Possibility 1
You simply create a button, with the translucent effect as background image and write with your favorite font on it, placed on the right position.
Possibility 2
You do the same thing, but you use instead of font, images for each letter, which should be transparent gifs. This could look exactly as you want.
Possibility 3
You use Flash to make buttons, which can look really great.
Scripts for creating images or flash you find for example on http://www.zend.com
Main Topics
Browse All Topics





by: LexZEUSPosted on 2001-02-21 at 17:45:08ID: 5866230
It needs a code to do image antialiasing and blending ... Can be done in Borland Delphi, but not sure in PHP ( I think it would be very slow to calculate pixel by pixels with interpreter like PHP ) ...
rgds,
Alex