Quick Search
Create Glassy Buttons
- 2009-08-02
- Categorized in: Blog
Many sites use glassy buttons. Many tutorials try to explain how to build them. It's detailed work using layers and the like but you don't have to go through all that because...
One website builds them for you. Take this example (which just changes color on mouseover)...
![]()
It took all of about 10 seconds to build and the files necessary for display of the button in three formats (gif, jpg, and png) were zipped into a package along with the options selected in a readme file. Just click on a link and download the package, then use the button.
Best of all: it's free.
Where is this generator? Here: http://www.netdenizen.com/buttonmill/glassy.php![]()
Enjoy!



Yet, I am rather a beginner at this. Could you explain to me, once I have downloaded this file with two jpg files. What HTML code do I use when putting this into my website?
The only drawback is that there is not embed code with the image zip file which would have made this super easy to install, TechnoJuice to the rescue !
Just use this line of code to install and get the mouseover / rollover effect
<a href="http://www.blogger.com/link%20goes%20here">
<img name="button" onmouseover="this.src='image source button_1.png'"
onmouseout="this.src='image source/button_0.png'" src="http://something.com/button_0.png"
border="0" /><p></p></a>
(anyhow I was having some trouble with the html I found. So now, if I compare the html that I found, with your html -- I think I am beginning to understand how to use it)
I remember how to fill in the boxes. But I can't find a button to click on to produce my newly designed button! Where am I supposed to click?
Gosh, why not put a button on the button website titled "Make the button"?
This is getting rather lengthy -- but I had one more problem which I guess i solved.
(first of all, yes, "Reload" does produce the requested button. I guess I find 'reload' as a little confusing. I would prefer something like 'Make my button'
My new problem was: the text of the button produced was not when shown on my website:
http://choveveitzion.wordpress.com/tris/
I was using the JPEG format of the buttons. Next I tried the GIF version -- also not clear.
Finally with the Gif version -- vwalla! -- the text was clear. Did you find this too?