Questions tagged as 'html'

2
answers

How can I not select other checkboxes when selecting a checkbox? [duplicate]

I have these 3 checkboxes <td style="background-color: #D6FAFA"><input type="checkbox" name="box2" id="ok" /></td> <td style="background-color: #D6FAFA"><input type="checkbox" name="box2" id="nok"/></td> &...
asked by 21.07.2016 / 17:10
3
answers

Allow Select PDF only in JS

I would like to know how to do that by choosing the file to upload it to filter by native .pdf extension html or by JS, Jquery. Using the type="file" it brings all the files. <!DOCTYPE html> <html> <body> <h1&g...
asked by 03.08.2018 / 22:29
2
answers

Mouse cursor - JavaScript and CSS

cursor: pointer is a CSS property that defines the mouse cursor as a "pointer" over a given element. So far everything is quiet, it is worth mentioning that in JavaScript I can also add a mouse cursor to a certain event. document...
asked by 20.09.2018 / 02:13
3
answers

creating note / note field

I would like to know how these fields are created, I created an example, but I do not know if that is how it is actually created. Here is an example of what I created: .nota { background-color: #CCC; width: 500px;...
asked by 25.08.2018 / 04:45
2
answers

Search field with rounded border

I would like to make a input of search adjacent to a button with a rounded border that will fit into each other as follows: Is there any way to do this with CSS pure, preferably without using the search field above the but...
asked by 08.11.2018 / 16:22
3
answers

List with dynamic size

I need to make a list of up to 6 items, get the full width of the screen by following these steps: If you have only one item in the list, it takes 100% width of the screen; If you have two items in the list, each has to take 50% of the tot...
asked by 29.11.2018 / 17:44
2
answers

Dropdown animated with jQuery

I'm developing a website, and in its header it should contain a Dropdown that appears when giving a hover in the header link, preferably with the animation of it popping up, however it has a bug that when you go to the dropdown it tries to hide,...
asked by 13.11.2018 / 13:36
3
answers

Downloads Counter

Could anyone help me do the following: I have a download site where I want to do a download counter for each page and that when clicked, the number of downloads on the page will be updated automatically.     
asked by 17.07.2015 / 07:58
2
answers

Check if a value exists, otherwise print another

I have the following code: <span class="end"><h1><?php echo $this->seo_tags->h1spam; ?></h1><h2><?php echo $this->seo_tags->spam; ?></h2></span> <span class="end"><h3><...
asked by 28.04.2015 / 19:14
4
answers

Load page and scroll automatically to a certain element

In a contact page there is in order: a banner, map and form. How can I make the page automatically scroll down by letting the page start automatically from the map?     
asked by 27.08.2015 / 14:31