CSS Button in Webpage

Hi everybody,

I have seen a page with different CSS buttons (CSS Button1 or CSS Button2). I would like to add these buttons in my webpage but I don’t know if it’s possible in Xojo. Could anyone help me to add a CSS button?

Thank you very much.
Sergio

You can pretty well do all of the effects using the styles in Xojo, Although I am not too sure about the ‘expanding’ lines to and bottom of the button.

Try to use the Xojo WebStyles first. If you need something that does not exist there, see
https://forum.xojo.com/23367-tutorial-using-css-in-webapps-to-make-your-webapp-more-beautifu/0

Yes, the webstyle can get the same effects for the first button but in the case of the second one, the animation is more complicated to reproduce with the webstyle. I will read the Lars’s Post about CSS.