Questions tagged as 'html'

1
answer

How to disable default value in kendo dropdownlist?

I have a kendo grid and I'm creating a template for editing the grid data, but I'm having problems with the code below ... Home This is part of my template code: <script id="popup_editor" type="text/x-kendo-template"> <div class="k-e...
asked by 01.06.2015 / 15:38
2
answers

With CSS is it possible to merge two Images?

I saw this and wondered if it would be possible to merge two images with only CSS. Isthereanywaytocontrolthispartialtransparencyofoneimageoveranother,orofanimageoverabackgroundortext? Itriedwithopacity,butitdidnotevencomeclosetothedesiredeff...
asked by 13.12.2018 / 11:50
4
answers

Fill in text inputs after checking checkbox and clear when unchecked

When marking the chekbox all fields must be filled with the anonymous word and unchecking it clears the fields. My html: <form> Deseja anonimato? <input type="checkbox" id="anonimo"> <input type="text" id...
asked by 30.10.2018 / 20:40
3
answers

Why is onBlur not running?

I was wanting to perform a Javascript function when dropdown lost focus. I'm doing it this way, using onBlur, and it's not working: function DesabilitaFiltro() { alert("ok"); } <div class="form-group"> @Html.DropDownList("Se...
asked by 06.10.2015 / 18:57
3
answers

border-radius in table does not work CSS

I'm trying to put a border-radius on my table so that the 4 edges of it are rounded. If I move the tr / th / td border-radius will change the radius of the ballots and not just those of the table, which is my goal and if I change the radius of t...
asked by 22.04.2015 / 18:57
2
answers

What code and language make the input tag do what it does?

The input tag is an html tag, ie a markup language, however this tag executes instructions as a programming language. Finally, how does the "input file" tag do to access the operating system and bring the selected file? How to change the m...
asked by 05.05.2016 / 16:39
5
answers

How to validate phone in php

I'm trying to validate my phone number, both landline and cell phone, and I'm trying to do that, no matter how the user types: 11965453789 (11) 965453789 (11) 965453789 (11) 96545-3789 Always save in the database and show back to...
asked by 03.08.2016 / 23:00
2
answers

System of tabs in CSS stops working when changing quantity

I'm trying to use a system of pure CSS flaps. It seemed very good, however when I add new tabs or remove some of it stops working, does anyone know to tell me why? Only 3 tabs works fine: .tabs input[type='radio'] { display:none...
asked by 05.08.2016 / 23:16
0
answers

Uncaught TypeError: object is not a function. Clone html and Back button [closed]

I'm having a system problem where I need to make a back button and thought of a function to clone using and a function for the back button. But the problem is that when I log into the system I go to a menu and when I click on an option it...
asked by 02.02.2015 / 13:16
1
answer

Small Back Office [closed]

I am creating a small back office in PHP, MySQL and HTML and I have a small question. Table: IDNoticia Dia Mes Titulo Noticia Then in HTML / PHP I will echo to show the day, month, Title E Noticia but I have a doubt regarding t...
asked by 28.01.2015 / 12:46