Hello, I have that button and I would like to replace that button with this one http://webworld-develop.blogspot.com/2011/05/cool-html-5-styled-buttons-shadow-and.html It is html5 button. How to do this ? I need to replace overall Joomla buttons with that one. Thanks in advance.
hello raamee Joomla is a Best CMS. It's so powerful. Fristly you shoold observe that same system button is joomla have or not. If that type of joomla button available here. then you can replace it. Otherwise you can make componont by useing. PHP and MySql throught database and Talbe.
Without looking too deeply at your links I think you will have to include JS in your page. which means you will have to edit /templates/your template/index.php and make the required inclusions. Then you will have to edit the included js code so that instead of applying to the class "wwbuttons" it applies to class "button" Good luck