Questions tagged as 'html'

6
answers

How to disable the scrolling of a web page?

I've been trying to disable scrolling a page. All I have found are solutions of the type: #container{ overflow: hidden; } But this just hides the scroll bar. How would I disable scrolling even with it being displayed on the screen ?...
asked by 20.02.2014 / 00:47
3
answers

Is there any advantage in bringing together all the icons of a site in a single image?

I see on most major sites that the icons used are grouped into just one image, which results in the download of only one file by the user. Is there any benefit in speed gains or is it just a matter of organization?     
asked by 04.04.2014 / 03:45
2
answers

How could you make a pacman by moving your mouth with pure CSS?

In order to delve deeper into CSS, I would like to know different ways to make animations. My goal is to know some new properties and features that CSS has been implementing. In the specific case, I would like to know what would be the simple...
asked by 02.08.2018 / 21:23
1
answer

What are the aria- * attributes in HTML5?

Since the release of HTML5, I've seen a number of aria attributes in HTML tags, such as aria-disabled , aria-required , aria-readonly , among others. What do they serve?     
asked by 08.11.2015 / 15:14
2
answers

How to make CSS ignore if the attribute is CAPITALIZED or lower case?

Imagine that I have a situation where I need to style multiple links on my page, but only links that end in .html , but I noticed that when I try to get the href attribute, I can only get the ones that end exactly with .html ,...
asked by 17.09.2018 / 16:40
1
answer

Select multiple with dynamic operation

I have a select with 4 options. These 4 options are the number of options that will appear in a multiple select. WhatIwantisassoonastheuserselectsthemostfrequentwordquantityoption,javascriptalreadyfillsthesecondselectwiththenumberofwordsselec...
asked by 27.01.2015 / 00:54
1
answer

Focus when starting the page

What is the best way to get an element to focus as soon as the page loads     
asked by 25.08.2016 / 15:59
1
answer

How do I increase the brightness of an element with Javascript / jQuery?

On my page I have several elements with different background colors. I would like to know how I could do to when clicking a button increase the brightness of the color, make it lighter. You can do this using javascript / jquery ? How?    ...
asked by 20.12.2013 / 04:45
1
answer

Show GIF while page loads

I need a GIF to work while the page loads. I already tried a few ways but none worked. And when the page load appears Done! . More or less as happens on this site .     
asked by 08.03.2014 / 18:57
2
answers

Is it acceptable to use h2, h3, p, div tags inside anchors (a / a)?

Is it acceptable in SEO and semantics to use tags like <h2> , <h3> , <p> and <div> within <a href=""></a> ? I noticed that to make items on a page people usually use a struct...
asked by 11.01.2016 / 15:49