Stylish buttons and dropdown
-
As i've seen on many site..when u bring cursor to the button it's color changes and a sound is produced..or even dropdown list also appears.
-
As i've seen on many site..when u bring cursor to the button it's color changes and a sound is produced..or even dropdown list also appears.
they all create those elements using css and basic html controls. They dont use the original input control. Say for example, you can set css background:url('path') using javascript to a div when mouse hovers on it. This will create the the effect that you are talking about. You can create a dropdown using ul,li and a few divs and css. You need to trap the events. To do them, you must have knowledge about basic html constructs and javascript. For time being check Yahoo UI controls. They have already built such controls. :thumbsup::thumbsup:
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.