Button Style - Forum

Forum Navigation
You need to log in to create posts and topics.

Button Style

How can I make like below Buttons in VisualNEO Web?

Uploaded files:
  • You need to login to have access to uploads.

hi,

run this file

Uploaded files:
  • You need to login to have access to uploads.

I have already done the same job like you but that's not something I want, your button is quite different than HTML one.

I have to need a pure button in the VisualNEO Web.

@asmat note that your CSS has a .btn class, with the same name than the already present in BootStrap (conflict).
So, I think you should change your class name for something like .btncustom and also be sure to eliminate previous BootStrap classes using RemoveClass in page-enter:

RemoveClass "PushButton1" "btn"
RemoveClass "PushButton1" "btn-default"

Take a look at my attached sample (modified @farhad2008 sample)

Uploaded files:
  • You need to login to have access to uploads.
farhad2008 and asmat have reacted to this post.
farhad2008asmat

very good @luishp and thank you

Hi, luishp

I have noticed in the above app,

when I hold the mouse cursor on the button for some seconds the button becomes hide, why?

Sorry @asmat, I have fixed that.
I copied Farhad sample and it had some unnecesary CSS animation properties.

Uploaded files:
  • You need to login to have access to uploads.
asmat has reacted to this post.
asmat