Skip to content

Tag: html

CSS welcome animation overflow

I have this snippet. The welcome div is for a welcome animation on the page that lasts 3.5 seconds and then disappears. The problem is that the overflow is visible, being able to see the elements that I would like to be visible only after the welcome animation is finished. As a solution to this problem, I tho…

Validate select field with valid using chosen-select

When validating the form, using chosen-select does not validate the selects, but removing ochosen-select already works. I show the example: In the select in which I use chosen-select, there is no value selected, but it does not show the message to the user as the field is mandatory. Answer Chosen-select adds …

text box that goes to website when answer is correct

I need the user to type a word and if its the right keyword, I need it to change pages. my code for example I want something a bit like this. Answer In the solution below, the user input is evaluated to enable/disable the disabled attribute of the submit button.